From 8ad11e7906bf6ac313a135074dc0f3a1e83c34e0 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 23 Sep 2008 14:50:28 -0700 Subject: [PATCH] Adding copyrights. --- extra/math/compare/compare-tests.factor | 3 +++ extra/math/compare/compare.factor | 3 +++ 2 files changed, 6 insertions(+) diff --git a/extra/math/compare/compare-tests.factor b/extra/math/compare/compare-tests.factor index 57d2d36cbc..765f34e695 100644 --- a/extra/math/compare/compare-tests.factor +++ b/extra/math/compare/compare-tests.factor @@ -1,3 +1,6 @@ +! Copyright (C) 2008 John Benediktsson +! See http://factorcode.org/license.txt for BSD license + USING: kernel math math.functions math.compare tools.test ; IN: math.compare.tests diff --git a/extra/math/compare/compare.factor b/extra/math/compare/compare.factor index 93f501a059..116daa1ca6 100644 --- a/extra/math/compare/compare.factor +++ b/extra/math/compare/compare.factor @@ -1,3 +1,6 @@ +! Copyright (C) 2008 John Benediktsson +! See http://factorcode.org/license.txt for BSD license + USING: math math.order kernel ; IN: math.compare