summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-jsonpointer.inc
diff options
context:
space:
mode:
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>2019-10-25 07:39:34 +0000
committerKhem Raj <raj.khem@gmail.com>2019-10-26 02:41:33 -0700
commit7ba62cd2daee3b1816c88ea48010a6909ad727fb (patch)
tree1a8972636e726967f026626bd0a31c93f3f29d5f /meta-python/recipes-devtools/python/python-jsonpointer.inc
parent4bbfadc761224570e2043a514f637b22421f312a (diff)
downloadmeta-openembedded-7ba62cd2daee3b1816c88ea48010a6909ad727fb.tar.gz
Python: jsonpointer: Clarify BSD license variant
The License of python jsonpointer is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-jsonpointer.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-jsonpointer.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-jsonpointer.inc b/meta-python/recipes-devtools/python/python-jsonpointer.inc
index 4ed01ed6c..d36f0294a 100644
--- a/meta-python/recipes-devtools/python/python-jsonpointer.inc
+++ b/meta-python/recipes-devtools/python/python-jsonpointer.inc
@@ -1,6 +1,6 @@
1SUMMARY = "Resolve JSON Pointers in Python" 1SUMMARY = "Resolve JSON Pointers in Python"
2HOMEPAGE = "https://github.com/stefankoegl/python-json-pointer" 2HOMEPAGE = "https://github.com/stefankoegl/python-json-pointer"
3LICENSE = "BSD" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=32b15c843b7a329130f4e266a281ebb3" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=32b15c843b7a329130f4e266a281ebb3"
5 5
6inherit pypi 6inherit pypi