aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Williams <tgwil@tgwil.net>2024-10-29 10:41:08 -0400
committerTristan Williams <tgwil@tgwil.net>2024-10-29 10:41:08 -0400
commit85be9458e883703fbc7b4899e169f55530ff89a1 (patch)
treec18f7b3f126b7399aae9ee8b6c5753c8dad7bf3a
parentOverhaul documentation (diff)
downloadtemplate.cl-85be9458e883703fbc7b4899e169f55530ff89a1.tar.gz
template.cl-85be9458e883703fbc7b4899e169f55530ff89a1.tar.bz2
template.cl-85be9458e883703fbc7b4899e169f55530ff89a1.zip
Add license text to Makefile
-rw-r--r--Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5405b15..2c5e5f4 100644
--- a/Makefile
+++ b/Makefile
@@ -32,3 +32,22 @@ clean:
32 32
33 33
34# Copyright © 2024 <copyright holders> 34# Copyright © 2024 <copyright holders>
35#
36# Permission is hereby granted, free of charge, to any person obtaining
37# a copy of this software and associated documentation files
38# (the “Software”), to deal in the Software without restriction,
39# including without limitation the rights to use, copy, modify, merge,
40# publish, distribute, sublicense, and/or sell copies of the Software,
41# and to permit persons to whom the Software is furnished to do so,
42# subject to the following conditions:
43#
44# The above copyright notice and this permission notice shall be
45# included in all copies or substantial portions of the Software.
46#
47# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
48# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
49# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
50# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
51# CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
52# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
53# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.