]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/alien/enums/enums.factor
Update some copyright headers to follow the current convention
[factor.git] / basis / alien / enums / enums.factor
index f7c0ec650b1ba52a214d08a766842c92570b8234..65ae9976551bad0a1131639d46c78cff4a48311a 100644 (file)
@@ -1,4 +1,5 @@
-! (c)2010 Joe Groff, Erik Charlebois bsd license
+! Copyright (C) 2010 Joe Groff, Erik Charlebois.
+! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien.c-types arrays assocs classes.singleton
 combinators delegate fry kernel macros math parser sequences
 words ;