aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>2019-10-24 15:07:46 +0000
committerKhem Raj <raj.khem@gmail.com>2019-10-25 10:29:52 -0700
commit233735fae5049990b3d2155edb92e673c1e7dbd4 (patch)
tree5f8bde751c3231d055fcd41bdf2564b970252248 /meta-python
parent7e04c5e88dde0f1761b80e828099bfd3a8e43872 (diff)
downloadmeta-openembedded-233735fae5049990b3d2155edb92e673c1e7dbd4.tar.gz
Python: click: Clarify BSD license variant
The License of python click 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')
-rw-r--r--meta-python/recipes-devtools/python/python-click.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-click.inc b/meta-python/recipes-devtools/python/python-click.inc
index 60bc46f821..f9dfd5627f 100644
--- a/meta-python/recipes-devtools/python/python-click.inc
+++ b/meta-python/recipes-devtools/python/python-click.inc
@@ -5,7 +5,7 @@ in a composable way with as little code as necessary. It's the "Command \
Line Interface Creation Kit". It's highly configurable but comes with \
sensible defaults out of the box."
HOMEPAGE = "http://click.pocoo.org/"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=c13ed890b210a882c1778216694c98c7"
SRC_URI[md5sum] = "7f53d50f7b7373ebc7963f9ff697450a"