From ee7999092ea3a3f7c7da78041e294179cc4078f2 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Wed, 4 Dec 2024 23:55:05 +0000 Subject: Add readme, add license --- dispenv.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'dispenv.scm') diff --git a/dispenv.scm b/dispenv.scm index fb6ed68..905da58 100644 --- a/dispenv.scm +++ b/dispenv.scm @@ -1,3 +1,14 @@ +;; Permission to use, copy, modify, and/or distribute this software for +;; any purpose with or without fee is hereby granted. + +;; THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL +;; WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +;; OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE +;; FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY +;; DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN +;; AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT +;; OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + (import scheme (chicken format) (chicken process-context) -- cgit v1.2.3