We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf890f commit 5407a55Copy full SHA for 5407a55
SemanticScribunto.php
@@ -63,7 +63,7 @@ public static function initExtension() {
63
'url' => 'https://github.com/SemanticMediaWiki/SemanticScribunto/',
64
'descriptionmsg' => 'smw-scribunto-desc',
65
'version' => SMW_SCRIBUNTO_VERSION,
66
- 'license-name' => 'GPL-2.0+',
+ 'license-name' => 'GPL-2.0-or-later',
67
];
68
69
// Register message files
composer.json
@@ -11,7 +11,7 @@
11
"Lua"
12
],
13
"homepage": "https://www.semantic-mediawiki.org/wiki/Extension:SemanticScribunto",
14
- "license": "GPL-2.0+",
+ "license": "GPL-2.0-or-later",
15
"authors": [
16
{
17
"name": "James Hong Kong",
0 commit comments