diff options
author | Tristan Williams <tgwil@tgwil.net> | 2024-10-29 10:41:08 -0400 |
---|---|---|
committer | Tristan Williams <tgwil@tgwil.net> | 2024-10-29 10:41:08 -0400 |
commit | 85be9458e883703fbc7b4899e169f55530ff89a1 (patch) | |
tree | c18f7b3f126b7399aae9ee8b6c5753c8dad7bf3a | |
parent | Overhaul documentation (diff) | |
download | template.cl-85be9458e883703fbc7b4899e169f55530ff89a1.tar.gz template.cl-85be9458e883703fbc7b4899e169f55530ff89a1.tar.bz2 template.cl-85be9458e883703fbc7b4899e169f55530ff89a1.zip |
Add license text to Makefile
-rw-r--r-- | Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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. | ||