diff options
author | Ross Burton <ross.burton@arm.com> | 2021-09-01 20:43:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-03 09:03:34 +0100 |
commit | 2220839599c716707ed834f9c357c77612ba60cf (patch) | |
tree | 1745a4599b2c3d802a5bf29b54cb081f38b83427 /meta/files/common-licenses/BSD-3-Clause-Modification | |
parent | 8d25cd30acf19bddec9f062d72c6835400595547 (diff) | |
download | poky-2220839599c716707ed834f9c357c77612ba60cf.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.
(From OE-Core rev: e2f9092c37395f4e3ee9d0777e28c83cce6007ee)
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/BSD-3-Clause-Modification')
-rw-r--r-- | meta/files/common-licenses/BSD-3-Clause-Modification | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/meta/files/common-licenses/BSD-3-Clause-Modification b/meta/files/common-licenses/BSD-3-Clause-Modification new file mode 100644 index 0000000000..4e337d7dbd --- /dev/null +++ b/meta/files/common-licenses/BSD-3-Clause-Modification | |||
@@ -0,0 +1,35 @@ | |||
1 | Redistribution and use in source and binary forms, with or without | ||
2 | modification, are permitted provided that the following conditions are | ||
3 | met: | ||
4 | |||
5 | 1. Redistributions in source code must retain the accompanying | ||
6 | copyright notice, this list of conditions, and the following | ||
7 | disclaimer. | ||
8 | |||
9 | 2. Redistributions in binary form must reproduce the accompanying | ||
10 | copyright notice, this list of conditions, and the following | ||
11 | disclaimer in the documentation and/or other materials provided | ||
12 | with the distribution. | ||
13 | |||
14 | 3. Names of the copyright holders must not be used to endorse or | ||
15 | promote products derived from this software without prior | ||
16 | written permission from the copyright holders. | ||
17 | |||
18 | 4. If any files are modified, you must cause the modified files to | ||
19 | carry prominent notices stating that you changed the files and | ||
20 | the date of any change. | ||
21 | |||
22 | Disclaimer | ||
23 | |||
24 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "AS IS" AND | ||
25 | ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED | ||
26 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | ||
27 | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | ||
28 | HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | ||
29 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED | ||
30 | TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
31 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | ||
32 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR | ||
33 | TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF | ||
34 | THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | ||
35 | SUCH DAMAGE. | ||