diff options
author | Adrian Herrera <adrian.herrera@arm.com> | 2021-01-13 13:45:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-15 13:39:25 +0000 |
commit | 17501cbc0f515b47fee90ab6bf87e4a343773a01 (patch) | |
tree | d72c45e74b5fb9e20cdf672c5173d29b4890a52a /meta/files | |
parent | 946e62145eb1a97a55c325377180fd056c936318 (diff) | |
download | poky-17501cbc0f515b47fee90ab6bf87e4a343773a01.tar.gz |
common-licenses: add BSD-3-Clause-Clear license
See https://spdx.org/licenses/BSD-3-Clause-Clear.html
(From OE-Core rev: 6db06326d2d6ba68cee5ddc24eeaa6eccb441666)
Signed-off-by: Adrian Herrera <adrian.herrera@arm.com>
Change-Id: I2b7e0ad060fac6b473ce4d0bab839253aee9873d
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/files')
-rw-r--r-- | meta/files/common-licenses/BSD-3-Clause-Clear | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/meta/files/common-licenses/BSD-3-Clause-Clear b/meta/files/common-licenses/BSD-3-Clause-Clear new file mode 100644 index 0000000000..c6e95da6aa --- /dev/null +++ b/meta/files/common-licenses/BSD-3-Clause-Clear | |||
@@ -0,0 +1,32 @@ | |||
1 | The Clear BSD License | ||
2 | |||
3 | Copyright (c) [xxxx]-[xxxx] [Owner Organization] | ||
4 | All rights reserved. | ||
5 | |||
6 | Redistribution and use in source and binary forms, with or without | ||
7 | modification, are permitted (subject to the limitations in the disclaimer | ||
8 | below) provided that the following conditions are met: | ||
9 | |||
10 | * Redistributions of source code must retain the above copyright notice, | ||
11 | this list of conditions and the following disclaimer. | ||
12 | |||
13 | * Redistributions in binary form must reproduce the above copyright | ||
14 | notice, this list of conditions and the following disclaimer in the | ||
15 | documentation and/or other materials provided with the distribution. | ||
16 | |||
17 | * Neither the name of [Owner Organization] nor the names of its | ||
18 | contributors may be used to endorse or promote products derived from this | ||
19 | software without specific prior written permission. | ||
20 | |||
21 | NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY | ||
22 | THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | ||
23 | CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | ||
24 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | ||
25 | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR | ||
26 | CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | ||
27 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | ||
28 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR | ||
29 | BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER | ||
30 | IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | ||
31 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
32 | POSSIBILITY OF SUCH DAMAGE. | ||