From 25462eb332a8741417b25df1dcafae647c519f92 Mon Sep 17 00:00:00 2001 From: Takuma Ueba Date: Fri, 6 Jul 2018 14:54:18 +0900 Subject: python-wsme: fix license from Apache-2.0 to MIT The original LICENSE value was incorrect. Signed-off-by: Takuma Ueba Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb') diff --git a/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb b/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb index 59e1ddb..15f46d4 100644 --- a/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb +++ b/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Simplify the writing of REST APIs, and extend them with additional protocols" HOMEPAGE = "https://pypi.python.org/pypi/WSME/" SECTION = "devel/python" -LICENSE = "Apache-2.0" +LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4" PYPI_PACKAGE = "WSME" -- cgit v1.2.3-54-g00ecf