From 0b40888646f2805787f4f02cc90f205e4fd27cb9 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Fri, 11 Jul 2014 17:17:57 -0700 Subject: [PATCH] colors.lab: add copyright. --- extra/colors/lab/lab.factor | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extra/colors/lab/lab.factor b/extra/colors/lab/lab.factor index 28b599264c..abdc0660ac 100644 --- a/extra/colors/lab/lab.factor +++ b/extra/colors/lab/lab.factor @@ -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 ;