]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/sequences/unrolled/unrolled.factor
Update some copyright headers to follow the current convention
[factor.git] / basis / sequences / unrolled / unrolled.factor
index 2353dcbe96bf98515cc5ca54e415a8602c874a06..94468e69e634fc00ccdaeeddf28c61210f57cfbf 100644 (file)
@@ -1,4 +1,5 @@
-! (c)2010 Joe Groff bsd license
+! Copyright (C) 2010 Joe Groff.
+! See http://factorcode.org/license.txt for BSD license.
 USING: combinators combinators.short-circuit
 compiler.tree.propagation.transforms fry generalizations kernel
 locals math sequences sequences.private ;