From 1e46a74475522efa7681615f31f4c20c8af687c1 Mon Sep 17 00:00:00 2001 From: Gary O'Neall Date: Sun, 7 Nov 2021 17:41:04 -0800 Subject: [PATCH] Add license MIT-0 Copied text from OSI website. License name matches SPDX name. This license is listed in issue #62 Signed-off-by: Gary O'Neall --- licenses/manual/MIT-0.json | 27 +++++++++++++++++++++++++++ licenses/spdx/importedSpdxFiles.json | 11 ++++++++++- texts/plain/MIT-0 | 5 +++++ 3 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 licenses/manual/MIT-0.json create mode 100644 texts/plain/MIT-0 diff --git a/licenses/manual/MIT-0.json b/licenses/manual/MIT-0.json new file mode 100644 index 0000000..d1ff5c3 --- /dev/null +++ b/licenses/manual/MIT-0.json @@ -0,0 +1,27 @@ +[ + { + "id": "MIT-0", + "identifiers": [], + "keywords": [ + "osi-approved" + ], + "links": [ + { + "note": "OSI Page", + "url": "https://opensource.org/licenses/MIT-0" + }, + { + "note": "SPDX page", + "url": "https://spdx.org/licenses/MIT-0" + } + ], + "name": "MIT No Attribution", + "text": [ + { + "media_type": "text/html", + "title": "HTML", + "url": "https://github.com/aws/mit-0" + } + ] + } +] \ No newline at end of file diff --git a/licenses/spdx/importedSpdxFiles.json b/licenses/spdx/importedSpdxFiles.json index 307b0ac..208174c 100644 --- a/licenses/spdx/importedSpdxFiles.json +++ b/licenses/spdx/importedSpdxFiles.json @@ -16,5 +16,14 @@ "scheme": "SPDX" } ] + }, + { + "id": "MIT-0", + "identifiers": [ + { + "identifier": "MIT-0", + "scheme": "SPDX" + } + ] } -] +] \ No newline at end of file diff --git a/texts/plain/MIT-0 b/texts/plain/MIT-0 new file mode 100644 index 0000000..3bd80b6 --- /dev/null +++ b/texts/plain/MIT-0 @@ -0,0 +1,5 @@ +Copyright + +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.