Add SPDX tag and portability comment

This commit is contained in:
Lassi Kortela 2020-11-28 21:46:17 +02:00
parent a005784d73
commit 7b5d203e3a
1 changed files with 5 additions and 0 deletions

View File

@ -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)
(scheme read) (scheme write))