summaryrefslogtreecommitdiffstats
path: root/meta/files/common-licenses/BSL-1
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:27:22 +0100
commit5faff78a9a8ea98c116dc7797b75c73baa85ac5d (patch)
tree977c5c21632bfa4582812a27b5716d01cc819f11 /meta/files/common-licenses/BSL-1
parent183ef127f555af68084ab956363b375124dd2a57 (diff)
downloadpoky-5faff78a9a8ea98c116dc7797b75c73baa85ac5d.tar.gz
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. (From OE-Core rev: acc260418a46dadd5598c53ad3491a21e8b2d6e8) Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/files/common-licenses/BSL-1')
-rw-r--r--meta/files/common-licenses/BSL-125
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/files/common-licenses/BSL-1 b/meta/files/common-licenses/BSL-1
new file mode 100644
index 0000000000..e2dcedc0ec
--- /dev/null
+++ b/meta/files/common-licenses/BSL-1
@@ -0,0 +1,25 @@
1
2Boost Software License - Version 1.0 - August 17th, 2003
3
4Permission is hereby granted, free of charge, to any person or organization
5obtaining a copy of the software and accompanying documentation covered by
6this license (the "Software") to use, reproduce, display, distribute,
7execute, and transmit the Software, and to prepare derivative works of the
8Software, and to permit third-parties to whom the Software is furnished to
9do so, all subject to the following:
10
11The copyright notices in the Software and this entire statement, including
12the above license grant, this restriction and the following disclaimer,
13must be included in all copies of the Software, in whole or in part, and
14all derivative works of the Software, unless such copies or derivative
15works are solely in the form of machine-executable object code generated by
16a source language processor.
17
18THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19EXPRESS OR
20IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
22SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
23FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
24ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
25DEALINGS IN THE SOFTWARE.