Add SPDX tag and portability comment
This commit is contained in:
parent
a005784d73
commit
7b5d203e3a
|
@ -1,3 +1,8 @@
|
||||||
|
;; SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
|
;; For portability and ease of maintenance, please keep all Scheme
|
||||||
|
;; code in this self-contained file and stick to R7RS-small. Thanks!
|
||||||
|
|
||||||
(import (scheme base) (scheme char) (scheme file)
|
(import (scheme base) (scheme char) (scheme file)
|
||||||
(scheme read) (scheme write))
|
(scheme read) (scheme write))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue