Skip to content

Commit d5ee01c

Browse files
LiberalArtistsamth
authored andcommitted
add license to package info.rkt files
related to racket/racket#3760
1 parent f27fb98 commit d5ee01c

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

r6rs-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 "implementation (no documentation) part of \"r6rs\"")
1111

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

r6rs-test/info.rkt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
(define pkg-desc "tests for \"r6rs\"")
88

99
(define pkg-authors '(mflatt))
10+
11+
(define license
12+
'(Apache-2.0 OR MIT))

r6rs/info.rkt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@
1010
(define pkg-desc "Legacy R6RS (Scheme) language")
1111

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

0 commit comments

Comments
 (0)