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:
Takuma Ueba
2018-07-27 18:20:08 +09:00
committed by Khem Raj
parent 645018e0ee
commit 9b743db42a

View File

@@ -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"