Skip to content

Commit 2954628

Browse files
committed
update python license identifier
1 parent b17b863 commit 2954628

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/actinia_module_plugin/api/processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
AsyncEphemeralExportResource to include process chain templates
1515
"""
1616

17-
__license__ = "GPLv3"
17+
__license__ = "GPL-3.0-or-later"
1818
__author__ = "Anika Bettge, Sören Gebbert"
1919
__copyright__ = "Copyright 2016-2025, Sören Gebbert, mundialis GmbH & Co. KG"
2020
__maintainer__ = "mundialis"

src/actinia_module_plugin/core/modules/processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Module viewer to run GRASS tasks
1414
"""
1515

16-
__license__ = "GPLv3"
16+
__license__ = "GPL-3.0-or-later"
1717
__author__ = "Anika Bettge"
1818
__copyright__ = "Copyright 2016-2025, Sören Gebbert, mundialis GmbH & Co. KG"
1919
__maintainer__ = "Anika Bettge"

tests/testsuite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Base class for GRASS GIS REST API tests
1414
"""
1515

16-
__license__ = "GPLv3"
16+
__license__ = "GPL-3.0-or-later"
1717
__author__ = "Carmen Tawalika, Sören Gebbert"
1818
__copyright__ = "Copyright 2016-2025, Sören Gebbert, mundialis GmbH & Co. KG"
1919
__maintainer__ = "mundialis"

0 commit comments

Comments
 (0)