add license line, IN:

db4
Doug Coleman 2008-08-28 23:22:53 -05:00
parent 8cd2f34db4
commit 98fafecaa7
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
USING: kernel tools.test base64 strings ;
IN: base64.tests
[ "abcdefghijklmnopqrstuvwxyz" ] [ "abcdefghijklmnopqrstuvwxyz" >base64 base64> >string
] unit-test

View 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