# HG changeset patch # User Linus Björnstam # Date 1623674743 -7200 # Mon Jun 14 14:45:43 2021 +0200 # Node ID 74b069dc384923c1986df516c2dae66e85b898f2 # Parent f304b0adc5390011ad48161a66d550080b92e3e8 added licence blub diff --git a/syntax/define-impl.scm b/syntax/define-impl.scm --- a/syntax/define-impl.scm +++ b/syntax/define-impl.scm @@ -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 () diff --git a/syntax/define.chezscheme.sls b/syntax/define.chezscheme.sls --- a/syntax/define.chezscheme.sls +++ b/syntax/define.chezscheme.sls @@ -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)