diff options
author | Gene Pasquet <dev@etenil.net> | 2024-12-04 23:55:05 +0000 |
---|---|---|
committer | Gene Pasquet <dev@etenil.net> | 2024-12-04 23:55:05 +0000 |
commit | ee7999092ea3a3f7c7da78041e294179cc4078f2 (patch) | |
tree | 2fe85844db3d09430ebac725e13703a6f00f177d /dispenv.scm | |
parent | 33ec00131a768c0e0d3188a0a663591eb4721c19 (diff) |
Add readme, add license
Diffstat (limited to 'dispenv.scm')
-rw-r--r-- | dispenv.scm | 11 |
1 files changed, 11 insertions, 0 deletions
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) |