Skip to content

Commit 5407a55

Browse files
authored
Update license identifier to match SPDX v3.0 (#44)
* Update composer.json * Update SemanticScribunto.php
1 parent fdf890f commit 5407a55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SemanticScribunto.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public static function initExtension() {
6363
'url' => 'https://github.com/SemanticMediaWiki/SemanticScribunto/',
6464
'descriptionmsg' => 'smw-scribunto-desc',
6565
'version' => SMW_SCRIBUNTO_VERSION,
66-
'license-name' => 'GPL-2.0+',
66+
'license-name' => 'GPL-2.0-or-later',
6767
];
6868

6969
// Register message files

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"Lua"
1212
],
1313
"homepage": "https://www.semantic-mediawiki.org/wiki/Extension:SemanticScribunto",
14-
"license": "GPL-2.0+",
14+
"license": "GPL-2.0-or-later",
1515
"authors": [
1616
{
1717
"name": "James Hong Kong",

0 commit comments

Comments
 (0)