Skip to content

Commit 481ca6b

Browse files
LiberalArtistsamth
authored andcommitted
r6rs-doc/info.rkt: note lack of license metadata (needs SchemeReport)
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
1 parent d5ee01c commit 481ca6b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

r6rs-doc/info.rkt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,11 @@
1313
(define pkg-desc "documentation part of \"r6rs\"")
1414

1515
(define pkg-authors '(mflatt))
16+
17+
;; TODO:
18+
;; Once <https://tools.spdx.org/app/license_requests/126/>
19+
;; is accepted (see <https://github.com/spdx/license-list-XML/issues/1340>),
20+
;; uncomment this:
21+
#;
22+
(define license
23+
'(SchemeReport AND (Apache-2.0 OR MIT)))

0 commit comments

Comments
 (0)