charts: add BSD license headers
parent
8658ec83fc
commit
88b1770cca
|
@ -1,4 +1,4 @@
|
||||||
! Copyright (C) 2017 Alexander Ilin.
|
! Copyright (C) 2017 Alexander Ilin.
|
||||||
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: tools.test charts ;
|
USING: tools.test charts ;
|
||||||
IN: charts.tests
|
IN: charts.tests
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
! Copyright (C) 2016-2017 Alexander Ilin.
|
! Copyright (C) 2016-2017 Alexander Ilin.
|
||||||
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: kernel ui.gadgets ;
|
USING: kernel ui.gadgets ;
|
||||||
IN: charts
|
IN: charts
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
! Copyright (C) 2017 Alexander Ilin.
|
! Copyright (C) 2017 Alexander Ilin.
|
||||||
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: kernel math sequences tools.test charts.lines
|
USING: kernel math sequences tools.test charts.lines
|
||||||
charts.lines.private ;
|
charts.lines.private ;
|
||||||
IN: charts.lines.tests
|
IN: charts.lines.tests
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
! Copyright (C) 2016-2017 Alexander Ilin.
|
! Copyright (C) 2016-2017 Alexander Ilin.
|
||||||
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors arrays binary-search charts combinators
|
USING: accessors arrays binary-search charts combinators
|
||||||
combinators.short-circuit fry kernel locals make math math.order
|
combinators.short-circuit fry kernel locals make math math.order
|
||||||
math.statistics math.vectors namespaces opengl opengl.gl
|
math.statistics math.vectors namespaces opengl opengl.gl
|
||||||
|
|
Loading…
Reference in New Issue