M syntax/define-impl.scm +6 -0
@@ 1,3 1,9 @@
+;; Copyright 2020, 2021 Linus Björnstam
+;;
+;; Permission to use, copy, modify, and/or distribute this software for any
+;; purpose with or without fee is hereby granted, provided that the above
+;; copyright notice and this permission notice appear in all source copies.
+;; The software is provided "as is", without any express or implied warranties.
(define-syntax new-lambda
(syntax-rules ()
M syntax/define.chezscheme.sls +8 -0
@@ 1,3 1,11 @@
+;; Copyright 2020, 2021 Linus Björnstam
+;;
+;; Permission to use, copy, modify, and/or distribute this software for any
+;; purpose with or without fee is hereby granted, provided that the above
+;; copyright notice and this permission notice appear in all source copies.
+;; The software is provided "as is", without any express or implied warranties.
+
+
(library (syntax define)
(export (rename (new-define define)
(new-lambda lambda)