aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>2019-10-24 15:07:43 +0000
committerKhem Raj <raj.khem@gmail.com>2019-10-25 10:29:51 -0700
commit1954ed6f1a0c703db17fd315602cb68f87e276c5 (patch)
treef98fb3891cf313e9328a5ace5c68ff439a6d4d0f
parentcb18ff55bad44d80a4a543f7e7daff86b008d876 (diff)
downloadmeta-openembedded-contrib-1954ed6f1a0c703db17fd315602cb68f87e276c5.tar.gz
Python: lazy object proxy: Clarify BSD license variant
The License of python lazy object proxy is BSD-2-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-lazy-object-proxy.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-lazy-object-proxy.inc b/meta-python/recipes-devtools/python/python-lazy-object-proxy.inc
index 83d2ea3cd3..b88afce0e0 100644
--- a/meta-python/recipes-devtools/python/python-lazy-object-proxy.inc
+++ b/meta-python/recipes-devtools/python/python-lazy-object-proxy.inc
@@ -1,6 +1,6 @@
SUMMARY = "A fast and thorough lazy object proxy"
HOMEPAGE = "https://python-lazy-object-proxy.readthedocs.io/"
-LICENSE = "BSD"
+LICENSE = "BSD-2-Clause"
SECTION = "devel/python"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ec680df42d8ad56427a83308817658cc"