[oe-commits] [meta-openembedded] 48/71: python-mock: fix license from Apache-2.0 to BSD-2-Clause

git at git.openembedded.org git at git.openembedded.org
Sun Jul 29 15:54:12 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 9b743db42aa81b3ea4ca519c095f0836ba25a1d8
Author: Takuma Ueba <ueba.takuma at jp.fujitsu.com>
AuthorDate: Fri Jul 27 18:20:08 2018 +0900

    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 at jp.fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-mock_2.0.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 840c36e..210502f 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list