Skip to content

Commit b3d0320

Browse files
LiberalArtistmflatt
authored andcommitted
add license to package info.rkt files
related to racket/racket#3760
1 parent 975f011 commit b3d0320

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed

images-doc/info.rkt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@
2121
(define pkg-desc "Documentation for images-lib")
2222

2323
(define pkg-authors '(ntoronto))
24+
25+
(define license
26+
'(Apache-2.0 OR MIT))

images-gui-lib/info.rkt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
(define pkg-desc "Functions for constructing icons and logos")
1111

1212
(define pkg-authors '(ntoronto))
13+
14+
(define license
15+
'(Apache-2.0 OR MIT))

images-lib/info.rkt

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

1414
(define version "1.2")
15+
16+
(define license
17+
'(Apache-2.0 OR MIT))

images-test/info.rkt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@
1414
(define pkg-desc "Tests for images-pkg")
1515

1616
(define pkg-authors '(ntoronto))
17+
18+
(define license
19+
'(Apache-2.0 OR MIT))

images/info.rkt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@
88
(define pkg-desc "Functions (and docs and tests) for constructing icons and logos")
99

1010
(define pkg-authors '(ntoronto))
11+
12+
(define license
13+
'(Apache-2.0 OR MIT))

0 commit comments

Comments
 (0)