diff mbox series

[meta-python,kirkstone,06/13] python3-parse-type: Fix LICENSE

Message ID 20240908171141.99382-6-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
According to https://pypi.org/project/parse-type/ and
https://github.com/jenisys/parse_type/blob/v0.5.2/LICENSE the
project is subject to MIT 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-parse-type_0.5.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-parse-type_0.5.2.bb b/meta-python/recipes-devtools/python/python3-parse-type_0.5.2.bb
index 7eebbfb50..3a59af1bb 100644
--- a/meta-python/recipes-devtools/python/python3-parse-type_0.5.2.bb
+++ b/meta-python/recipes-devtools/python/python3-parse-type_0.5.2.bb
@@ -1,6 +1,6 @@ 
 SUMMARY = "Simplifies building parse types based on the parse module"
 HOMEPAGE = "https://github.com/jenisys/parse_type"
-LICENSE = "BSD-3-Clause"
+LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=16374dbaeaca1890153edb3f41371222"
 
 SRC_URI[md5sum] = "b954062f14ab723a91fe1e2be15e859d"