]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/sequences/generalizations/generalizations.factor
Update some copyright headers to follow the current convention
[factor.git] / basis / sequences / generalizations / generalizations.factor
index e15796c9b5825bbce7eee4a7d3755190a8733c2f..f798106f7c17e0c0220809c8ed7990903a4f2758 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: kernel sequences sequences.private math
 combinators macros math.order math.ranges quotations fry effects
 memoize.private generalizations ;