git » jacl.git » commit 7be8502

Add LICENSE.txt

author Alan Dipert
2020-04-17 16:07:07 UTC
committer Alan Dipert
2020-04-17 16:07:07 UTC
parent 8153d880907a945ca346ecd358afbb62962a9b5f

Add LICENSE.txt

LICENSE.txt +20 -0
Makefile +1 -1

diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 0000000..4c5789a
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,20 @@
+Copyright (c) 2020 Alan Dipert <alan@dipert.org>
+Part of the JACL project: https://tailrecursion.com/JACL/
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/Makefile b/Makefile
index aa33cb4..3290da1 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 SHELL := /bin/bash
 
 # jacl-dist.zip
-DIST_FILES := RUN.md jacl.html boot.lisp jacl-tests.lisp qunit-2.9.2.css qunit-2.9.2.js jacl jacl-client.R
+DIST_FILES := LICENSE.txt RUN.md jacl.html boot.lisp jacl-tests.lisp qunit-2.9.2.css qunit-2.9.2.js jacl jacl-client.R
 
 # Papers
 DOCS := papers/jacl-els-2020.tex papers/jacl-demo-els-2020.tex