Foxtrott has submitted this change and it was merged.

Change subject: Tweak license lable to show on "Special:Version"
......................................................................


Tweak license lable to show on "Special:Version"

(according to https://spdx.org/licenses/ used for MW)

Also providing a linkfix, update version in docu as well as going https

Change-Id: Ib4a884c813c908a53490de840d4c86a058065d69
---
M Bootstrap.php
1 file changed, 6 insertions(+), 6 deletions(-)

Approvals:
  Foxtrott: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Bootstrap.php b/Bootstrap.php
index ad2ee52..7ca07d1 100644
--- a/Bootstrap.php
+++ b/Bootstrap.php
@@ -3,10 +3,10 @@
  * An extension providing the Bootstrap library to other extensions
  *
  * @see      https://www.mediawiki.org/wiki/Extension:Bootstrap
- * @see      http://twitter.github.io/bootstrap
+ * @see      https://getbootstrap.com/
  *
  * @author   Stephan Gambke
- * @version  1.0-alpha
+ * @version  1.1.5
  *
  * @defgroup Bootstrap Bootstrap
  */
@@ -15,7 +15,7 @@
  * The main file of the Bootstrap extension
  *
  * @copyright (C) 2013 - 2016, Stephan Gambke
- * @license       http://www.gnu.org/licenses/gpl-3.0.html GNU General Public 
License, version 3 (or later)
+ * @license       https://www.gnu.org/licenses/gpl-3.0.html GNU General Public 
License, version 3 (or later)
  *
  * This file is part of the MediaWiki extension Bootstrap.
  * The Bootstrap extension is free software: you can redistribute it and/or
@@ -29,7 +29,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  *
  * @file
  * @ingroup       Bootstrap
@@ -55,11 +55,11 @@
        $GLOBALS[ 'wgExtensionCredits' ][ 'other' ][ ] = array(
                'path'           => __FILE__,
                'name'           => 'Bootstrap',
-               'author' => array( '[http://www.mediawiki.org/wiki/User:F.trott 
Stephan Gambke]', 'James Hong Kong' ),
+               'author' => array( 
'[https://www.mediawiki.org/wiki/User:F.trott Stephan Gambke]', 'James Hong 
Kong' ),
                'url'            => 
'https://www.mediawiki.org/wiki/Extension:Bootstrap',
                'descriptionmsg' => 'bootstrap-desc',
                'version'        => BS_VERSION,
-               'license-name'   => 'GPLv3+',
+               'license-name'   => 'GPL-3.0+',
        );
 
        // register message files

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib4a884c813c908a53490de840d4c86a058065d69
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Bootstrap
Gerrit-Branch: master
Gerrit-Owner: Kghbln <kars...@hoffmeyer.info>
Gerrit-Reviewer: Foxtrott <s7ep...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to