Skip to content

Commit 20f4a99

Browse files
add license to package info.rkt files (#100)
related to racket/racket#3760
1 parent 34fa2b8 commit 20f4a99

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

plot-compat/info.rkt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@
1515
(define pkg-authors '(ntoronto))
1616

1717
(define test-responsibles '((all [email protected])))
18+
19+
(define license
20+
'(Apache-2.0 OR MIT))

plot-doc/info.rkt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@
2828
(define pkg-authors '(ntoronto))
2929

3030
(define test-responsibles '((all [email protected])))
31+
32+
(define license
33+
'(Apache-2.0 OR MIT))

plot-gui-lib/info.rkt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@
1919
(define version "1.1")
2020

2121
(define test-responsibles '((all [email protected])))
22+
23+
(define license
24+
'(Apache-2.0 OR MIT))

plot-lib/info.rkt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@
2121
(define version "1.1")
2222

2323
(define test-responsibles '((all [email protected])))
24+
25+
(define license
26+
'(Apache-2.0 OR MIT))

plot-test/info.rkt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@
2323
(define pkg-authors '(ntoronto))
2424

2525
(define test-responsibles '((all [email protected])))
26+
27+
(define license
28+
'(Apache-2.0 OR MIT))

plot/info.rkt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
(define pkg-authors '(ntoronto))
1111

1212
(define test-responsibles '((all [email protected])))
13+
14+
(define license
15+
'(Apache-2.0 OR MIT))

0 commit comments

Comments
 (0)