diff options
author | Niko Mauno <niko.mauno@vaisala.com> | 2024-08-26 09:40:13 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-26 07:36:08 -0700 |
commit | b9ac665579f16d8a1f6775da58516974da61516d (patch) | |
tree | f5f2a078264deec20a69df6b5da476db4aa6d202 | |
parent | 157c0ee0fb0dbb2a55b9cb71a8eae996955b9326 (diff) | |
download | meta-openembedded-b9ac665579f16d8a1f6775da58516974da61516d.tar.gz |
python3-colorama: Fix LICENSE
https://github.com/tartley/colorama?tab=readme-ov-file#license and
https://github.com/tartley/colorama/blob/0.4.6/LICENSE.txt declare
that this project is subject to BSD-3-Clause license.
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-colorama_0.4.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-colorama_0.4.6.bb b/meta-python/recipes-devtools/python/python3-colorama_0.4.6.bb index 0f364c424..387124403 100644 --- a/meta-python/recipes-devtools/python/python3-colorama_0.4.6.bb +++ b/meta-python/recipes-devtools/python/python3-colorama_0.4.6.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Cross-platform colored terminal text." | 1 | SUMMARY = "Cross-platform colored terminal text." |
2 | HOMEPAGE = "https://github.com/tartley/colorama" | 2 | HOMEPAGE = "https://github.com/tartley/colorama" |
3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26" |
5 | 5 | ||
6 | inherit pypi python_setuptools_build_meta | 6 | inherit pypi python_setuptools_build_meta |