]> gitweb.factorcode.org Git - factor.git/commitdiff
add license line, IN:
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 29 Aug 2008 04:22:53 +0000 (23:22 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 29 Aug 2008 04:22:53 +0000 (23:22 -0500)
basis/base64/base64-tests.factor
basis/base64/base64.factor

index 86c58af505855b648a48d311b281e130294a965e..9958e7943ffb0c2693c124ba4b6f5611c28db093 100644 (file)
@@ -1,4 +1,5 @@
 USING: kernel tools.test base64 strings ;
+IN: base64.tests
 
 [ "abcdefghijklmnopqrstuvwxyz" ] [ "abcdefghijklmnopqrstuvwxyz" >base64 base64> >string
 ] unit-test
index d48abc2014a25a304038d118a852bbe1b378ba9c..3bf1a527ea40937514f31db1a075b965537e79b7 100644 (file)
@@ -1,3 +1,5 @@
+! Copyright (C) 2008 Doug Coleman.
+! See http://factorcode.org/license.txt for BSD license.
 USING: kernel math sequences io.binary splitting grouping ;
 IN: base64