]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/vectors/conversion/conversion-tests.factor
Update some copyright headers to follow the current convention
[factor.git] / basis / math / vectors / conversion / conversion-tests.factor
index 85416f294ee27a04fc62222f53e513d75a53ae15..9205f3fb9cb3c87b0e89bc4c90720e47c502ee38 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 arrays compiler.test continuations generalizations
 kernel kernel.private locals math.vectors.conversion math.vectors.simd
 sequences stack-checker tools.test sequences.generalizations ;