aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorTakuma Ueba <ueba.takuma@jp.fujitsu.com>2018-07-27 18:20:08 +0900
committerKhem Raj <raj.khem@gmail.com>2018-07-27 19:26:51 -0700
commit9b743db42aa81b3ea4ca519c095f0836ba25a1d8 (patch)
treeefc796e3c70b1bc90fe2a27b28a328588bd90963 /meta-python/recipes-devtools/python
parent645018e0ee4f1cb1b5f0e11550b3a05c91b4f070 (diff)
downloadmeta-openembedded-contrib-9b743db42aa81b3ea4ca519c095f0836ba25a1d8.tar.gz
python-mock: fix license from Apache-2.0 to BSD-2-Clause
This packages license shold be not Apache-2.0 but BSD-2-Clause. I judgetd by LICENSE file and SPDX file. Signed-off-by: Takuma Ueba <ueba.takuma@jp.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python-mock_2.0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-mock_2.0.0.bb b/meta-python/recipes-devtools/python/python-mock_2.0.0.bb
index 840c36efed..210502ff5b 100644
--- a/meta-python/recipes-devtools/python/python-mock_2.0.0.bb
+++ b/meta-python/recipes-devtools/python/python-mock_2.0.0.bb
@@ -1,5 +1,5 @@
SUMMARY = "A Python Mocking and Patching Library for Testing"
-LICENSE = "Apache-2.0"
+LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e"
SRC_URI[md5sum] = "0febfafd14330c9dcaa40de2d82d40ad"