summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorNiko Mauno <niko.mauno@vaisala.com>2024-09-08 17:11:36 +0000
committerArmin Kuster <akuster808@gmail.com>2024-09-22 10:16:05 -0400
commita8dceef803dbc07a31424a83a78649bc8b76fd06 (patch)
tree38641851dd529b3fdc577ca880a25c3a677c3ac2 /meta-python
parentd6adffde1d2674edc5980985bc85d434e5037dfe (diff)
downloadmeta-openembedded-a8dceef803dbc07a31424a83a78649bc8b76fd06.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.4/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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-colorama_0.4.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-colorama_0.4.4.bb b/meta-python/recipes-devtools/python/python3-colorama_0.4.4.bb
index 54640de04e..6f97213537 100644
--- a/meta-python/recipes-devtools/python/python3-colorama_0.4.4.bb
+++ b/meta-python/recipes-devtools/python/python3-colorama_0.4.4.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 setuptools3 6inherit pypi setuptools3