charts: add BSD license headers

char-rename
Alexander Iljin 2017-01-20 04:04:23 +03:00 committed by John Benediktsson
parent 8658ec83fc
commit 88b1770cca
4 changed files with 4 additions and 4 deletions

View 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

View 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

View 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

View 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