diff mbox series

[meta-python,scarthgap,PATCHv4,10/19] python3-platformdirs: Fix LICENSE

Message ID 20240908153408.4114753-10-niko.mauno@vaisala.com
State New
Headers show
Series [meta-python,scarthgap,PATCHv4,01/19] python3-xlsxwriter: Fix LICENSE | expand

Commit Message

Niko Mauno Sept. 8, 2024, 3:33 p.m. UTC
According to https://pypi.org/project/platformdirs/ and
https://github.com/platformdirs/platformdirs/blob/4.2.0/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>
---
 .../recipes-devtools/python/python3-platformdirs_4.2.0.bb       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb b/meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb
index 19c95b374..c69c390b8 100644
--- a/meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb
@@ -1,6 +1,6 @@ 
 SUMMARY = "A small Python module for determining appropriate platform-specific dirs"
 HOMEPAGE = "https://github.com/platformdirs/platformdirs"
-LICENSE = "BSD-3-Clause"
+LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4f5a41454746a9ed111e3d8723d17a"
 
 SRC_URI += " \