Skip to content

Commit

Permalink
add license to package info.rkt file
Browse files Browse the repository at this point in the history
  • Loading branch information
LiberalArtist committed Jun 8, 2022
1 parent 122e38e commit 907fc0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 4 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and
https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt
for the full text of the licenses.

This repository incorporates code from Tiny CLOS which is copyright
Xerox. See the file tiny-clos.rkt for the license, which is similar to
the MIT License.
This repository incorporates code from Tiny CLOS, which is copyright
Xerox and released under a variant of the Xerox License. See the file
tiny-clos.rkt for the full text of the license, which is similar to
the MIT License.
6 changes: 6 additions & 0 deletions info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@
(define pkg-desc "The implementation of the Swindle language")

(define pkg-authors '(eli))

(define license
;; TODO: Update this if https://github.com/spdx/license-list-XML/pull/1346
;; concludes that the Tiny CLOS license should be assigned a different
;; license rather than Xerox.
'(Xerox AND (Apache-2.0 OR MIT)))

0 comments on commit 907fc0d

Please sign in to comment.