summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHe Zhe <zhe.he@windriver.com>2016-06-07 13:47:56 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-06-07 09:22:19 -0400
commit9b9f984c64896020d440b15eee54bafd0289b34d (patch)
treea3ae3263ece262d9eb1a7e1b3116b9a9e523e6ee
parent15e532e99ad20cd62b63c9028209b88c05a38e7f (diff)
downloadmeta-cloud-services-9b9f984c64896020d440b15eee54bafd0289b34d.tar.gz
python-repoze.lru: Add license to avoid warning
"WARNING: python-repoze.lru: No generic license file exists for: BSD-derived in any provider" Add BSD Modification Variant license with copyright descriptions. Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/licenses/BSD-Modification-copyright41
-rw-r--r--meta-openstack/recipes-devtools/python/python-repoze.lru_0.6.bb2
2 files changed, 42 insertions, 1 deletions
diff --git a/meta-openstack/licenses/BSD-Modification-copyright b/meta-openstack/licenses/BSD-Modification-copyright
new file mode 100644
index 0000000..5ced96e
--- /dev/null
+++ b/meta-openstack/licenses/BSD-Modification-copyright
@@ -0,0 +1,41 @@
1License
2
3 A copyright notice accompanies this license document that identifies
4 the copyright holders.
5
6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions are
8 met:
9
10 1. Redistributions in source code must retain the accompanying
11 copyright notice, this list of conditions, and the following
12 disclaimer.
13
14 2. Redistributions in binary form must reproduce the accompanying
15 copyright notice, this list of conditions, and the following
16 disclaimer in the documentation and/or other materials provided
17 with the distribution.
18
19 3. Names of the copyright holders must not be used to endorse or
20 promote products derived from this software without prior
21 written permission from the copyright holders.
22
23 4. If any files are modified, you must cause the modified files to
24 carry prominent notices stating that you changed the files and
25 the date of any change.
26
27 Disclaimer
28
29 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND
30 ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
31 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
32 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
33 HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
34 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
35 TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
36 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
37 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
38 TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
39 THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
40 SUCH DAMAGE.
41
diff --git a/meta-openstack/recipes-devtools/python/python-repoze.lru_0.6.bb b/meta-openstack/recipes-devtools/python/python-repoze.lru_0.6.bb
index 60a749f..bdf2f25 100644
--- a/meta-openstack/recipes-devtools/python/python-repoze.lru_0.6.bb
+++ b/meta-openstack/recipes-devtools/python/python-repoze.lru_0.6.bb
@@ -5,7 +5,7 @@ than keys and values that are used frequently. \
5" 5"
6HOMEPAGE = "https://pypi.python.org/pypi/repoze.lru" 6HOMEPAGE = "https://pypi.python.org/pypi/repoze.lru"
7SECTION = "devel/python" 7SECTION = "devel/python"
8LICENSE = "BSD-derived" 8LICENSE = "BSD-Modification-copyright"
9LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2c33cdbc6bc9ae6e5d64152fdb754292" 9LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2c33cdbc6bc9ae6e5d64152fdb754292"
10 10
11SRCNAME = "repoze.lru" 11SRCNAME = "repoze.lru"