]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/pair-methods/pair-methods.factor
Update some copyright headers to follow the current convention
[factor.git] / extra / pair-methods / pair-methods.factor
index 13814015a847a224d8a9e8c4e0cde3a378edb5f9..523ff3a57a6af1ed26688f203e9b1acd656319d4 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: arrays assocs classes classes.tuple.private combinators
 effects.parser generic.parser kernel math math.order parser
 quotations sequences sorting words ;