summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiko Mauno <niko.mauno@vaisala.com>2024-09-08 15:34:00 +0000
committerArmin Kuster <akuster808@gmail.com>2024-09-09 19:19:20 -0400
commitd23e9e2c68f32f87c356e1e4ccf8a2ec265f02d7 (patch)
tree41639bf54f63d91ee6cca962a604453ed587e5e6
parent597808066bb81e600cb6b0215e8fab1f09664006 (diff)
downloadmeta-openembedded-d23e9e2c68f32f87c356e1e4ccf8a2ec265f02d7.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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-colorama_0.4.6.bb2
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 0f364c424d..3871244031 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 @@
1SUMMARY = "Cross-platform colored terminal text." 1SUMMARY = "Cross-platform colored terminal text."
2HOMEPAGE = "https://github.com/tartley/colorama" 2HOMEPAGE = "https://github.com/tartley/colorama"
3LICENSE = "BSD-2-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26"
5 5
6inherit pypi python_setuptools_build_meta 6inherit pypi python_setuptools_build_meta