diff options
author | Niko Mauno <niko.mauno@vaisala.com> | 2024-09-08 15:34:00 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-09-09 19:19:20 -0400 |
commit | d23e9e2c68f32f87c356e1e4ccf8a2ec265f02d7 (patch) | |
tree | 41639bf54f63d91ee6cca962a604453ed587e5e6 | |
parent | 597808066bb81e600cb6b0215e8fab1f09664006 (diff) | |
download | meta-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.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 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 @@ | |||
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 |