Added copyright headers
parent
f23e330f58
commit
450b5ff4f1
|
@ -1,3 +1,5 @@
|
||||||
|
! Copyright (C) 2009 Jeremy Hughes.
|
||||||
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors arrays combinators fry generalizations
|
USING: accessors arrays combinators fry generalizations
|
||||||
io.encodings.ascii io.files io.files.temp io.launcher kernel
|
io.encodings.ascii io.files io.files.temp io.launcher kernel
|
||||||
locals sequences system ;
|
locals sequences system ;
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
! Copyright (C) 2009 Jeremy Hughes.
|
||||||
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors alien.inline.compiler alien.libraries
|
USING: accessors alien.inline.compiler alien.libraries
|
||||||
alien.parser arrays fry generalizations io.files io.files.info
|
alien.parser arrays fry generalizations io.files io.files.info
|
||||||
io.files.temp kernel lexer math.order multiline namespaces
|
io.files.temp kernel lexer math.order multiline namespaces
|
||||||
|
|
Loading…
Reference in New Issue