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.