saper has uploaded a new change for review.

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

Change subject: $wgRightsIcon: Link 4.0 family of CC licenses
......................................................................

$wgRightsIcon: Link 4.0 family of CC licenses

Bug: T96077
Change-Id: I86efa1dae64967d36f3a1afa79bf3637f43297dd
---
M includes/installer/Installer.php
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/41/248541/1

diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php
index 064bd6d..1841670 100644
--- a/includes/installer/Installer.php
+++ b/includes/installer/Installer.php
@@ -282,15 +282,15 @@
         */
        public $licenses = array(
                'cc-by' => array(
-                       'url' => 'https://creativecommons.org/licenses/by/3.0/',
+                       'url' => 'https://creativecommons.org/licenses/by/4.0/',
                        'icon' => 
'$wgResourceBasePath/resources/assets/licenses/cc-by.png',
                ),
                'cc-by-sa' => array(
-                       'url' => 
'https://creativecommons.org/licenses/by-sa/3.0/',
+                       'url' => 
'https://creativecommons.org/licenses/by-sa/4.0/',
                        'icon' => 
'$wgResourceBasePath/resources/assets/licenses/cc-by-sa.png',
                ),
                'cc-by-nc-sa' => array(
-                       'url' => 
'https://creativecommons.org/licenses/by-nc-sa/3.0/',
+                       'url' => 
'https://creativecommons.org/licenses/by-nc-sa/4.0/',
                        'icon' => 
'$wgResourceBasePath/resources/assets/licenses/cc-by-nc-sa.png',
                ),
                'cc-0' => array(

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I86efa1dae64967d36f3a1afa79bf3637f43297dd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: saper <sa...@saper.info>

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

Reply via email to