diff options
author | Takuma Ueba <ueba.takuma@jp.fujitsu.com> | 2018-07-27 18:20:08 +0900 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-07-27 19:26:51 -0700 |
commit | 9b743db42aa81b3ea4ca519c095f0836ba25a1d8 (patch) | |
tree | efc796e3c70b1bc90fe2a27b28a328588bd90963 /meta-python/recipes-devtools/python | |
parent | 645018e0ee4f1cb1b5f0e11550b3a05c91b4f070 (diff) | |
download | meta-openembedded-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.bb | 2 |
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 840c36efe..210502ff5 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 @@ | |||
1 | SUMMARY = "A Python Mocking and Patching Library for Testing" | 1 | SUMMARY = "A Python Mocking and Patching Library for Testing" |
2 | LICENSE = "Apache-2.0" | 2 | LICENSE = "BSD-2-Clause" |
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e" | 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "0febfafd14330c9dcaa40de2d82d40ad" | 5 | SRC_URI[md5sum] = "0febfafd14330c9dcaa40de2d82d40ad" |