]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/vocabs/git/git.factor
Update some copyright headers to follow the current convention
[factor.git] / extra / vocabs / git / git.factor
index 8e1c30fae34d51a309183daa8480b30ce2be3a5a..79c5b1567e4e973e0d9a92e700285f6d04b1b827 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: fry io io.directories io.encodings.ascii
 io.encodings.utf8 io.launcher io.pathnames kernel lexer
 namespaces parser sequences splitting vocabs vocabs.loader ;