From 9b743db42aa81b3ea4ca519c095f0836ba25a1d8 Mon Sep 17 00:00:00 2001 From: Takuma Ueba Date: Fri, 27 Jul 2018 18:20:08 +0900 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-mock_2.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python-mock_2.0.0.bb') 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" -- cgit 1.2.3-korg