summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UserFunctions/UserFunctions.php')
-rw-r--r--UserFunctions/UserFunctions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/UserFunctions/UserFunctions.php b/UserFunctions/UserFunctions.php
index ea644436..f4714d49 100644
--- a/UserFunctions/UserFunctions.php
+++ b/UserFunctions/UserFunctions.php
@@ -57,7 +57,7 @@ call_user_func( function() {
'...'
),
'descriptionmsg' => 'userfunctions-desc',
- 'license-name' => 'GPL-2.0+'
+ 'license-name' => 'GPL-2.0-or-later'
);
$GLOBALS['wgAutoloadClasses']['ExtUserFunctions'] = __DIR__ .'/UserFunctions_body.php';