aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-09-18 09:57:24 -0700
committerKhem Raj <raj.khem@gmail.com>2021-09-20 08:43:37 -0700
commit52cc5505eb7e0f6b7b654ee59b9a23e1ccd6b16b (patch)
tree7c079a80c609256ea83dd107003fc5a477accd2f /meta-python
parent5eb413fa0098de5a556b8a0f6fd0081f822223d5 (diff)
downloadmeta-openembedded-contrib-52cc5505eb7e0f6b7b654ee59b9a23e1ccd6b16b.tar.gz
python3-traitlets: set precise BSD license
"BSD" is ambiguous, use the precise licenses BSD-3-Clause Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-traitlets_5.1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-traitlets_5.1.0.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.1.0.bb
index da234215ea..120604a8be 100644
--- a/meta-python/recipes-devtools/python/python3-traitlets_5.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-traitlets_5.1.0.bb
@@ -1,7 +1,7 @@
SUMMARY = "Traitlets Python config system"
HOMEPAGE = "http://ipython.org"
AUTHOR = "IPython Development Team <ipython-dev@scipy.org>"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING.md;md5=eec4de4d599518742e54e75954e33b46"
PYPI_PACKAGE = "traitlets"