diff options
| author | Takuma Ueba <ueba.takuma@jp.fujitsu.com> | 2018-07-06 19:51:24 +0900 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-07-10 09:49:55 -0400 |
| commit | ea3718b68e9fccbc1a7703efe43f6a2ac313aedd (patch) | |
| tree | e3676a15e862caa066dbfbb0d40a778398deb2f7 /meta-openstack/recipes-devtools/python | |
| parent | 25462eb332a8741417b25df1dcafae647c519f92 (diff) | |
| download | meta-cloud-services-ea3718b68e9fccbc1a7703efe43f6a2ac313aedd.tar.gz | |
python-waitress: fix license from Apache-2.0 to ZPL-2.1
The LICENSE specification was incorrect, and this project is
ZPL, so we adjust the value accordingly.
Signed-off-by: Takuma Ueba <ueba.takuma@jp.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb b/meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb index f85f3a4..5636420 100644 --- a/meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb +++ b/meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | DESCRIPTION = "Waitress WSGI server" | 1 | DESCRIPTION = "Waitress WSGI server" |
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/waitress/" | 2 | HOMEPAGE = "https://pypi.python.org/pypi/waitress/" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "ZPL-2.1" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2" |
| 6 | 6 | ||
| 7 | SRC_URI[md5sum] = "0f1eb7fdfdbf2e6d18decbda1733045c" | 7 | SRC_URI[md5sum] = "0f1eb7fdfdbf2e6d18decbda1733045c" |
