summaryrefslogtreecommitdiffstats
path: root/meta/files/common-licenses/MIT-0
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2021-09-01 20:43:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-03 09:01:50 +0100
commite2f9092c37395f4e3ee9d0777e28c83cce6007ee (patch)
treed067affc93b6ddd10941920c395a106b249e2dc2 /meta/files/common-licenses/MIT-0
parent391895306c44545843dca1ab8ac5b299194f18a9 (diff)
downloadopenembedded-core-e2f9092c37395f4e3ee9d0777e28c83cce6007ee.tar.gz
common-licenses: add missing SPDX licences
As part of the work to converge our license support with SPDX, ensure that we have all of the licenses that SPDX supports. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/files/common-licenses/MIT-0')
-rw-r--r--meta/files/common-licenses/MIT-016
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/files/common-licenses/MIT-0 b/meta/files/common-licenses/MIT-0
new file mode 100644
index 0000000000..a4e9dc9061
--- /dev/null
+++ b/meta/files/common-licenses/MIT-0
@@ -0,0 +1,16 @@
+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.