summaryrefslogtreecommitdiff
path: root/meta/files/common-licenses/MIT
diff options
context:
space:
mode:
authorBeth Flanagan <elizabeth.flanagan@intel.com>2011-05-25 13:47:52 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-27 18:26:08 +0100
commitacc260418a46dadd5598c53ad3491a21e8b2d6e8 (patch)
treec58efe81ce51b555d63c926cb05d514fa29a58c3 /meta/files/common-licenses/MIT
parentc2872315905fcdf6e4bf11fe96e5ca62af3475f8 (diff)
downloadopenembedded-core-acc260418a46dadd5598c53ad3491a21e8b2d6e8.tar.gz
openembedded-core-acc260418a46dadd5598c53ad3491a21e8b2d6e8.tar.bz2
openembedded-core-acc260418a46dadd5598c53ad3491a21e8b2d6e8.tar.xz
openembedded-core-acc260418a46dadd5598c53ad3491a21e8b2d6e8.zip
common-licenses: Adding new licenses and renaming
I'm adding full common licenses to the common license directory. These licenses are taken from the SPDX project or the OSI license repository. They conform to the SPDX naming convention and will be used by the new license.bbclass license parser in order to maintain some sort of internal standard for license naming. Going forward, we should have a bigger conversation about the LICENSE field and standardizing that to conform to this naming standard. Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
Diffstat (limited to 'meta/files/common-licenses/MIT')
-rw-r--r--meta/files/common-licenses/MIT32
1 files changed, 28 insertions, 4 deletions
diff --git a/meta/files/common-licenses/MIT b/meta/files/common-licenses/MIT
index d136d5e3b..4b15a689c 100644
--- a/meta/files/common-licenses/MIT
+++ b/meta/files/common-licenses/MIT
@@ -1,6 +1,30 @@
-The MIT License
-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, subject to the following conditions:
+MIT License
+
+Copyright (c) <year> <copyright holders>
+
+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, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+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.
+
+
+
+
+
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-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.