From fe6a574803ad60669b5f5f9b33581cf5593da93b Mon Sep 17 00:00:00 2001 From: Christophe PRIOUZEAU Date: Fri, 25 Oct 2019 07:40:45 +0000 Subject: Python: ujson: Clarify BSD license variant The License of python ujson is BSD-3-Clause. Signed-off-by: Christophe Priouzeau Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-ujson.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg