]> gitweb.factorcode.org Git - factor.git/commitdiff
colors.lab: add copyright.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 12 Jul 2014 00:17:57 +0000 (17:17 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 12 Jul 2014 00:20:57 +0000 (17:20 -0700)
extra/colors/lab/lab.factor

index 28b599264c84b237eef00b6be049d4299eacaba2..abdc0660ac900d5b9146739d24ea07d86d24ee79 100644 (file)
@@ -1,3 +1,6 @@
+! Copyright (C) 2014 John Benediktsson
+! See http://factorcode.org/license.txt for BSD license
+
 USING: accessors colors colors.xyz colors.xyz.private kernel
 locals math math.functions ;