summaryrefslogtreecommitdiff
path: root/LICENSES
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-10-26 08:18:23 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-10-26 08:39:34 +0200
commitb484bb5f9d6dc2d7e4f1177b65d43598839c8cff (patch)
tree97f4e78123ffe96960d23e44e86f310ad3eb5eb4 /LICENSES
parent876d7e0b4fe3e40e2567e3c21d35ce6fd2861979 (diff)
downloadsystemd-b484bb5f9d6dc2d7e4f1177b65d43598839c8cff.tar.gz
licenses: add a copy of MIT-0
Taken from https://spdx.org/licenses/MIT-0.html.
Diffstat (limited to 'LICENSES')
-rw-r--r--LICENSES/MIT-0.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/LICENSES/MIT-0.txt b/LICENSES/MIT-0.txt
new file mode 100644
index 0000000000..396fc00202
--- /dev/null
+++ b/LICENSES/MIT-0.txt
@@ -0,0 +1,7 @@
+MIT No Attribution
+
+Copyright <YEAR> <COPYRIGHT HOLDER>
+
+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.
+
+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.