diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-24 14:56:06 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-25 10:29:51 -0700 |
commit | c84d6abc5796cb6a95314d45423bf0f4b3bcca3d (patch) | |
tree | ad0e46ce12a6ae568695a5110bb0672e569cc3aa /meta-python/recipes-devtools/python/python-prettytable.inc | |
parent | 711ca85602b89a898f8df0113810904b286d12d6 (diff) | |
download | meta-openembedded-c84d6abc5796cb6a95314d45423bf0f4b3bcca3d.tar.gz |
Python: prettytable: Clarify BSD license variant
The License of python prettytable 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-prettytable.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-prettytable.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-prettytable.inc b/meta-python/recipes-devtools/python/python-prettytable.inc index 6004ecd330..07e896d2d1 100644 --- a/meta-python/recipes-devtools/python/python-prettytable.inc +++ b/meta-python/recipes-devtools/python/python-prettytable.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Python library for displaying tabular data in a ASCII table format" | 1 | SUMMARY = "Python library for displaying tabular data in a ASCII table format" |
2 | HOMEPAGE = "http://code.google.com/p/prettytable" | 2 | HOMEPAGE = "http://code.google.com/p/prettytable" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3e73500ffa52de5071cff65990055282" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3e73500ffa52de5071cff65990055282" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "0c1361104caff8b09f220748f9d69899" | 6 | SRC_URI[md5sum] = "0c1361104caff8b09f220748f9d69899" |