aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2025-10-26 13:26:34 -0400
committerGravatar Peter McGoron 2025-10-26 13:26:34 -0400
commita2b1d33a61bc134b46ecf2e8b4e3e34023cf4d6d (patch)
tree038144c881ca0b6c97f553004cf37ae3b318e5ed /README.md
parent0.1.0 (diff)
tests, chibi support
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 568bda7..3ab935b 100644
--- a/README.md
+++ b/README.md
@@ -186,3 +186,9 @@ Since HaScheme does not (conceptually) have continuations, multiple
values have to be interpreted differently. But a bigger issue occurs
because a promise is a single value. It cannot be decomposed into more
values without forcing the promise.
+
+## License
+
+0BSD for everything except for `(hascheme implemetation-support)`, which
+implements a modified version of the SRFI-45 sample implementation for
+systems that do not implement the requirements for promises here.