Skip to content

Commit 907fc0d

Browse files
committed
add license to package info.rkt file
related to racket/racket#3760 related to spdx/license-list-XML#1346
1 parent 122e38e commit 907fc0d

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

LICENSE

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and
99
https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt
1010
for the full text of the licenses.
1111

12-
This repository incorporates code from Tiny CLOS which is copyright
13-
Xerox. See the file tiny-clos.rkt for the license, which is similar to
14-
the MIT License.
12+
This repository incorporates code from Tiny CLOS, which is copyright
13+
Xerox and released under a variant of the Xerox License. See the file
14+
tiny-clos.rkt for the full text of the license, which is similar to
15+
the MIT License.

info.rkt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,9 @@
4646
(define pkg-desc "The implementation of the Swindle language")
4747

4848
(define pkg-authors '(eli))
49+
50+
(define license
51+
;; TODO: Update this if https://github.com/spdx/license-list-XML/pull/1346
52+
;; concludes that the Tiny CLOS license should be assigned a different
53+
;; license rather than Xerox.
54+
'(Xerox AND (Apache-2.0 OR MIT)))

0 commit comments

Comments
 (0)