]> gitweb.factorcode.org Git - factor.git/commitdiff
charts: add BSD license headers
authorAlexander Iljin <ajsoft@yandex.ru>
Fri, 20 Jan 2017 01:04:23 +0000 (04:04 +0300)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 17 Apr 2017 20:54:51 +0000 (13:54 -0700)
charts-tests.factor
charts.factor
lines/lines-tests.factor
lines/lines.factor

index 51e4c048b1661237383c16360846738273f6d3d5..83d25591da980a65d0c06820cd2693ade238cff9 100644 (file)
@@ -1,4 +1,4 @@
 ! Copyright (C) 2017 Alexander Ilin.
-
+! See http://factorcode.org/license.txt for BSD license.
 USING: tools.test charts ;
 IN: charts.tests
index 132a106de3a51b75e44e1def46764b27b830526b..306f8ab85528e2682dfbfeed2fd0a05be5f8869b 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2016-2017 Alexander Ilin.
-
+! See http://factorcode.org/license.txt for BSD license.
 USING: kernel ui.gadgets ;
 IN: charts
 
index 24301d318766aa4f6cd64ac9a7e5e6adf11c7815..663592498bd2dcf0536f3f8aff69c07dadd905ed 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2017 Alexander Ilin.
-
+! See http://factorcode.org/license.txt for BSD license.
 USING: kernel math sequences tools.test charts.lines
 charts.lines.private ;
 IN: charts.lines.tests
index b00ea8eafcb98652056bcad7d69ac1e10b8b9d49..03564e836758660186c3ceabd4f24bb8ce598e56 100644 (file)
@@ -1,5 +1,5 @@
 ! Copyright (C) 2016-2017 Alexander Ilin.
-
+! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays binary-search charts combinators
 combinators.short-circuit fry kernel locals make math math.order
 math.statistics math.vectors namespaces opengl opengl.gl