]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/vectors/conversion/conversion.factor
Update some copyright headers to follow the current convention
[factor.git] / basis / math / vectors / conversion / conversion.factor
index 3c884710769cf7d300fc970d17fd9479c56cb531..da1af1210b304d7f5a7c18800e6f15d88a4858b1 100644 (file)
@@ -1,4 +1,5 @@
-! (c)Joe Groff bsd license
+! Copyright (C) 2009 Joe Groff.
+! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien arrays assocs classes combinators
 combinators.short-circuit fry kernel locals math math.vectors
 math.vectors.simd math.vectors.simd.intrinsics sequences ;