diff options
| author | He Zhe <zhe.he@windriver.com> | 2016-05-20 14:34:15 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-05-20 12:33:03 -0400 |
| commit | 6101b4214894b0c90427a3b880ba0b6bc0a1d316 (patch) | |
| tree | 7f0a75264a128fc5b48d30f8f7d6795b2dab03f3 /meta-openstack | |
| parent | 83787f9e406922f866f9678679c59c3eac328c23 (diff) | |
| download | meta-cloud-services-6101b4214894b0c90427a3b880ba0b6bc0a1d316.tar.gz | |
python-repoze: Add license to avoid warning
"WARNING: python-repoze.who: No generic license file exists for: BSD-derived in
any provider"
Add BSD Modification Variant license
Signed-off-by: He Zhe <zhe.he@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/licenses/BSD-Modification | 35 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-repoze.who_2.2.bb | 2 |
2 files changed, 36 insertions, 1 deletions
diff --git a/meta-openstack/licenses/BSD-Modification b/meta-openstack/licenses/BSD-Modification new file mode 100644 index 0000000..f74b496 --- /dev/null +++ b/meta-openstack/licenses/BSD-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. | ||
diff --git a/meta-openstack/recipes-devtools/python/python-repoze.who_2.2.bb b/meta-openstack/recipes-devtools/python/python-repoze.who_2.2.bb index 35e5821..0bd1d42 100644 --- a/meta-openstack/recipes-devtools/python/python-repoze.who_2.2.bb +++ b/meta-openstack/recipes-devtools/python/python-repoze.who_2.2.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | DESCRIPTION = "An identification and authentication framework for WSGI" | 1 | DESCRIPTION = "An identification and authentication framework for WSGI" |
| 2 | HOMEPAGE = "http://repoze.org/" | 2 | HOMEPAGE = "http://repoze.org/" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "BSD-derived" | 4 | LICENSE = "BSD-Modification" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2c33cdbc6bc9ae6e5d64152fdb754292" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2c33cdbc6bc9ae6e5d64152fdb754292" |
| 6 | 6 | ||
| 7 | 7 | ||
