]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/alien/data/map/map-tests.factor
Update some copyright headers to follow the current convention
[factor.git] / extra / alien / data / map / map-tests.factor
index 17c739e2cfc0f89a3d48d03db5086c17721274f5..480e940aeebef980a8ee1ddd8a06a2fbf9b5f45d 100644 (file)
@@ -1,4 +1,5 @@
-! (c)Joe Groff bsd license
+! Copyright (C) 2009, 2010 Joe Groff, Slava Pestov.
+! See http://factorcode.org/license.txt for BSD license.
 USING: alien.data alien.data.map fry generalizations kernel locals math.vectors
 math.vectors.conversion math math.vectors.simd math.ranges sequences
 specialized-arrays tools.test ;