[oe] [meta-python][PATCH 04/10] Python: jsonpatch: Clarify BSD license variant

Christophe PRIOUZEAU christophe.priouzeau at st.com
Fri Oct 25 07:40:42 UTC 2019


The License of python jsonpatch is BSD-3-Clause.

Signed-off-by: Christophe Priouzeau <christophe.priouzeau at st.com>
---
 meta-python/recipes-devtools/python/python-jsonpatch.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-jsonpatch.inc b/meta-python/recipes-devtools/python/python-jsonpatch.inc
index 8f64c2ab5..b23142d28 100644
--- a/meta-python/recipes-devtools/python/python-jsonpatch.inc
+++ b/meta-python/recipes-devtools/python/python-jsonpatch.inc
@@ -1,6 +1,6 @@
 SUMMARY  = "Appling JSON patches in Python 2.6+ and 3.x"
 HOMEPAGE = "https://github.com/stefankoegl/python-json-patch"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=32b15c843b7a329130f4e266a281ebb3"
 
 inherit pypi
-- 
2.17.1


More information about the Openembedded-devel mailing list