mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
Python: jsonpatch: Clarify BSD license variant
The License of python jsonpatch is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
e46867f96f
commit
92b78dc3a9
@@ -1,6 +1,6 @@
|
|||||||
SUMMARY = "Appling JSON patches in Python 2.6+ and 3.x"
|
SUMMARY = "Appling JSON patches in Python 2.6+ and 3.x"
|
||||||
HOMEPAGE = "https://github.com/stefankoegl/python-json-patch"
|
HOMEPAGE = "https://github.com/stefankoegl/python-json-patch"
|
||||||
LICENSE = "BSD"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=32b15c843b7a329130f4e266a281ebb3"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=32b15c843b7a329130f4e266a281ebb3"
|
||||||
|
|
||||||
inherit pypi
|
inherit pypi
|
||||||
|
|||||||
Reference in New Issue
Block a user