From a5ba7d39b4c164e7b9859e4c3bdda1357f993a15 Mon Sep 17 00:00:00 2001 From: Niko Mauno Date: Sun, 8 Sep 2024 17:11:30 +0000 Subject: python3-xlsxwriter: Fix LICENSE According to homepage https://xlsxwriter.readthedocs.io/license.html and pypi page https://pypi.org/project/XlsxWriter/ as well as https://github.com/jmcnamara/XlsxWriter/blob/RELEASE_3.0.3/LICENSE.txt the module is licensed under BSD-2-Clause. Signed-off-by: Niko Mauno Signed-off-by: Khem Raj Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.3.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.3.bb index 0f8dd35e0f..edc46ef51c 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.3.bb @@ -1,7 +1,7 @@ SUMMARY = "Python 2 and 3 compatibility library" HOMEPAGE = "https://xlsxwriter.readthedocs.io" SECTION = "devel/python" -LICENSE = "MIT" +LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b9a26d1a52d2c66df334bbdad23896a" inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf