diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-24 15:07:46 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-25 10:29:52 -0700 |
commit | 233735fae5049990b3d2155edb92e673c1e7dbd4 (patch) | |
tree | 5f8bde751c3231d055fcd41bdf2564b970252248 /meta-python/recipes-devtools/python/python-click.inc | |
parent | 7e04c5e88dde0f1761b80e828099bfd3a8e43872 (diff) | |
download | meta-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/recipes-devtools/python/python-click.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-click.inc | 2 |
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 \ | |||
5 | Line Interface Creation Kit". It's highly configurable but comes with \ | 5 | Line Interface Creation Kit". It's highly configurable but comes with \ |
6 | sensible defaults out of the box." | 6 | sensible defaults out of the box." |
7 | HOMEPAGE = "http://click.pocoo.org/" | 7 | HOMEPAGE = "http://click.pocoo.org/" |
8 | LICENSE = "BSD" | 8 | LICENSE = "BSD-3-Clause" |
9 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=c13ed890b210a882c1778216694c98c7" | 9 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=c13ed890b210a882c1778216694c98c7" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "7f53d50f7b7373ebc7963f9ff697450a" | 11 | SRC_URI[md5sum] = "7f53d50f7b7373ebc7963f9ff697450a" |