Legoktm has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/254899

Change subject: Add license-name to extension credits
......................................................................

Add license-name to extension credits

Change-Id: I4c07f535e67419e4c50603cf307a14f8eefffebe
---
M CentralAuth.php
M includes/CentralAuthHooks.php
2 files changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth 
refs/changes/99/254899/1

diff --git a/CentralAuth.php b/CentralAuth.php
index 4f51cba..30e9a9f 100644
--- a/CentralAuth.php
+++ b/CentralAuth.php
@@ -8,6 +8,7 @@
        'url' => 'https://www.mediawiki.org/wiki/Extension:CentralAuth',
        'author' => 'Brion Vibber',
        'descriptionmsg' => 'centralauth-desc',
+       'license-name' => 'GPL-2.0'
 );
 
 $wgExtensionCredits['specialpage'][] = array(
@@ -16,6 +17,8 @@
        'author'         => 'Brion Vibber',
        'url'            => '//meta.wikimedia.org/wiki/Help:Unified_login',
        'descriptionmsg' => 'centralauth-mergeaccount-desc',
+       'license-name'   => 'GPL-2.0'
+
 );
 
 /**
diff --git a/includes/CentralAuthHooks.php b/includes/CentralAuthHooks.php
index d2d7687..d2a11c5 100644
--- a/includes/CentralAuthHooks.php
+++ b/includes/CentralAuthHooks.php
@@ -23,6 +23,7 @@
                                'url' => 
'https://www.mediawiki.org/wiki/Extension:CentralAuth',
                                'author' => array( 'Kunal Mehta', 'Marius 
Hoch', 'Chris Steipp' ),
                                'descriptionmsg' => 'centralauth-rename-desc',
+                               'license-name' => 'GPL-2.0',
                        );
                }
 
@@ -34,6 +35,7 @@
                                'url' => 
'https://www.mediawiki.org/wiki/Extension:CentralAuth',
                                'author' => 'Sam Reed',
                                'descriptionmsg' => 
'centralauth-antispoof-desc',
+                               'license-name' => 'GPL-2.0',
                        );
                        $wgAutoloadClasses['CentralAuthSpoofUser'] =
                                "$caBase/AntiSpoof/CentralAuthSpoofUser.php";
@@ -55,6 +57,7 @@
                                'author' => 'Bryan Davis',
                                'url' => 
'//www.mediawiki.org/wiki/Extension:CentralAuth',
                                'descriptionmsg' => 'globalrenamerequest-desc',
+                               'license-name' => 'GPL-2.0',
                        );
                        $wgSpecialPages['GlobalRenameRequest'] = 
'SpecialGlobalRenameRequest';
                        
$wgResourceModules['ext.centralauth.globalrenamerequest'] = array(
@@ -82,6 +85,7 @@
                                'author' => 'Bryan Davis',
                                'url' => 
'//www.mediawiki.org/wiki/Extension:CentralAuth',
                                'descriptionmsg' => 'globalrenamequeue-desc',
+                               'license-name' => 'GPL-2.0',
                        );
                        $wgSpecialPages['GlobalRenameQueue'] = 
'SpecialGlobalRenameQueue';
                        $wgResourceModules['ext.centralauth.globalrenamequeue'] 
= array(

-- 
To view, visit https://gerrit.wikimedia.org/r/254899
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4c07f535e67419e4c50603cf307a14f8eefffebe
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Legoktm <legoktm.wikipe...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to