diff mbox series

[meta-python,kirkstone,08/13] python3-colorama: Fix LICENSE

Message ID 20240908171141.99382-8-niko.mauno@vaisala.com
State New
Headers show
Series [meta-python,kirkstone,01/13] python3-pybind11: Fix LICENSE | expand

Commit Message

Niko Mauno Sept. 8, 2024, 5:11 p.m. UTC
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>
---
 meta-python/recipes-devtools/python/python3-colorama_0.4.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 54640de04..6f9721353 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 @@ 
 SUMMARY = "Cross-platform colored terminal text."
 HOMEPAGE = "https://github.com/tartley/colorama"
-LICENSE = "BSD-2-Clause"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b4936429a56a652b84c5c01280dcaa26"
 
 inherit pypi setuptools3