mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user