]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/combinators/tuple/tuple.factor
Update some copyright headers to follow the current convention
[factor.git] / extra / combinators / tuple / tuple.factor
index af95d9abb1e9fa270f4cd036145bb0bf446807c8..15f12ca6388ff3c6079cc4cff02204c7236a7a67 100644 (file)
@@ -1,4 +1,5 @@
-! (c)2009 Joe Groff bsd license
+! Copyright (C) 2009 Joe Groff.
+! See http://factorcode.org/license.txt for BSD license.
 USING: accessors assocs classes.tuple generalizations kernel
 locals quotations sequences ;
 IN: combinators.tuple