io.encodings.utf7: add copyright for Björn Lindqvist.
parent
a47c41e45c
commit
517268c18f
|
@ -1,6 +1,8 @@
|
||||||
USING: accessors ascii base64 fry grouping.extras io io.encodings
|
! Copyright (C) 2013-2014 Björn Lindqvist
|
||||||
io.encodings.string io.encodings.utf16 kernel math math.functions
|
! See http://factorcode.org/license.txt for BSD license
|
||||||
sequences splitting strings ;
|
USING: accessors ascii base64 fry grouping.extras io
|
||||||
|
io.encodings io.encodings.string io.encodings.utf16 kernel math
|
||||||
|
math.functions sequences splitting strings ;
|
||||||
IN: io.encodings.utf7
|
IN: io.encodings.utf7
|
||||||
|
|
||||||
TUPLE: utf7codec dialect buffer ;
|
TUPLE: utf7codec dialect buffer ;
|
||||||
|
|
Loading…
Reference in New Issue