aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>2019-10-25 07:40:45 +0000
committerKhem Raj <raj.khem@gmail.com>2019-10-26 02:41:33 -0700
commitfe6a574803ad60669b5f5f9b33581cf5593da93b (patch)
treec8e043b910dd672344ffbc68a6b695f927d803fa
parenta0d0dbefe08cb421c2f76b6484f18501385e7572 (diff)
downloadmeta-openembedded-contrib-fe6a574803ad60669b5f5f9b33581cf5593da93b.tar.gz
Python: ujson: Clarify BSD license variant
The License of python ujson is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-ujson.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-ujson.inc b/meta-python/recipes-devtools/python/python-ujson.inc
index c3d0bfeeda..8f05de8562 100644
--- a/meta-python/recipes-devtools/python/python-ujson.inc
+++ b/meta-python/recipes-devtools/python/python-ujson.inc
@@ -1,7 +1,7 @@
SUMMARY = "Ultra fast JSON encoder and decoder for Python"
DESCRIPTION = "UltraJSON is an ultra fast JSON encoder and decoder written in pure C with bindings for Python 2.5+ and 3."
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=88df8e78b9edfd744953862179f2d14e"
SRC_URI[md5sum] = "42f77b0cce686dfa4da2e68480b1dd24"