]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/floats/half/half.factor
Update some copyright headers to follow the current convention
[factor.git] / basis / math / floats / half / half.factor
index d9c280a4e497d37a36afaba4e57ca871a6385c4f..bcb37879d28a5b9f6ddc2774993e3b5cb146b474 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: accessors alien.accessors alien.c-types alien.data
 alien.syntax kernel math math.order ;
 FROM: math => float ;