]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/matrices/simd/simd-tests.factor
Update some copyright headers to follow the current convention
[factor.git] / extra / math / matrices / simd / simd-tests.factor
index 8ffab958c139cd9f364d36b55b364119cbd9c44c..f9370941ac73b4e6328aa350848dd857fda44d37 100644 (file)
@@ -1,4 +1,5 @@
-! (c)Joe Groff bsd license
+! Copyright (C) 2009, 2010 Joe Groff.
+! See http://factorcode.org/license.txt for BSD license.
 USING: classes.struct math.matrices.simd math.vectors.simd math
 literals math.constants math.functions specialized-arrays tools.test ;
 QUALIFIED-WITH: alien.c-types c