diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-25 07:39:34 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-26 02:41:33 -0700 |
commit | 7ba62cd2daee3b1816c88ea48010a6909ad727fb (patch) | |
tree | 1a8972636e726967f026626bd0a31c93f3f29d5f /meta-python/recipes-devtools/python/python-jsonpointer.inc | |
parent | 4bbfadc761224570e2043a514f637b22421f312a (diff) | |
download | meta-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.inc | 2 |
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 @@ | |||
1 | SUMMARY = "Resolve JSON Pointers in Python" | 1 | SUMMARY = "Resolve JSON Pointers in Python" |
2 | HOMEPAGE = "https://github.com/stefankoegl/python-json-pointer" | 2 | HOMEPAGE = "https://github.com/stefankoegl/python-json-pointer" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=32b15c843b7a329130f4e266a281ebb3" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=32b15c843b7a329130f4e266a281ebb3" |
5 | 5 | ||
6 | inherit pypi | 6 | inherit pypi |