File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 99 https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt
1010for 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.
Original file line number Diff line number Diff line change 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)))
You can’t perform that action at this time.
0 commit comments