M and-let-star.scm +1 -1
@@ 1,4 1,4 @@
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Copyright 2017 Linus Björnstam
;;
;; Permission to use, copy, modify, and/or distribute this software for any
M readme.md +7 -0
@@ 1,3 1,10 @@
# Misc utilities
These are just some misc scripts I put online in case someone finds them useful. They are all written for guile scheme, but should be easily portable across implementations.
+
+
+# License
+
+You can find license on the top of the files. Most of it is a permissified ISC license with a simplified warranties disclaimer (I live in a jurisdiction where the capital letters don't really mean much). The copyright and license notice only have to appear in source copies.
+
+If you are not comfortable with a changed license, you may use the ISC license for those files.