r7rs-small-texinfo

Unnamed repository; edit this file 'description' to name the repository.
git clone https://kaka.farm/~git/r7rs-small-texinfo
Log | Files | Refs | README | LICENSE

commit 868c19b3797a056fe89d49a9847c79d9b7395ded
parent 10ad74587ec818185d4429f4927a28f0f4747bb5
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Tue,  5 Mar 2024 10:41:21 +0200

Add COPYING file.

Diffstat:
ACOPYING | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/COPYING b/COPYING @@ -0,0 +1,3 @@ +Here is the copying terms statement from the R7RS introduction: + +We intend this report to belong to the entire Scheme community, and so we grant permission to copy it in whole or in part without fee. In particular, we encourage implementers of Scheme to use this report as a starting point for manuals and other documentation, modifying it as necessary.