8000 r6rs-doc/info.rkt: note lack of license metadata (needs SchemeReport) · racket/r6rs@481ca6b · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
r6rs-doc/info.rkt: note lack of license metadata (needs SchemeReport)
Browse files Browse the repository at this point in the history
The license used for the RNRS documents does not yet have an SPDX
license identifier, so we can't add accurate license metadata to
this package yet. For now, add a comment explaining the situation.

Related to spdx/license-list-XML#1340
Related to racket/racket#3760
  • Loading branch information
LiberalArtist authored and samth committed Oct 18, 2021
1 parent d5ee01c commit 481ca6b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions r6rs-doc/info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@
(define pkg-desc "documentation part of \"r6rs\"")

(define pkg-authors '(mflatt))

;; TODO:
;; Once <https://tools.spdx.org/app/license_requests/126/>
;; is accepted (see <https://github.com/spdx/license-list-XML/issues/1340>),
;; uncomment this:
#;
(define license
'(SchemeReport AND (Apache-2.0 OR MIT)))

0 comments on commit 481ca6b

Please sign in to comment.
0