From ea3718b68e9fccbc1a7703efe43f6a2ac313aedd Mon Sep 17 00:00:00 2001 From: Takuma Ueba Date: Fri, 6 Jul 2018 19:51:24 +0900 Subject: 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 Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-waitress_1.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ DESCRIPTION = "Waitress WSGI server" HOMEPAGE = "https://pypi.python.org/pypi/waitress/" SECTION = "devel/python" -LICENSE = "Apache-2.0" +LICENSE = "ZPL-2.1" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2" SRC_URI[md5sum] = "0f1eb7fdfdbf2e6d18decbda1733045c" -- cgit v1.2.3-54-g00ecf