From: saper Date: Fri, 23 Oct 2015 22:23:43 +0000 (+0200) Subject: Installer: Link 4.0 family of CC licenses X-Git-Tag: 1.31.0-rc.0~8654^2 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=a9de6fc779e97924d3d25f7422e57ba89b0eda32;p=lhc%2Fweb%2Fwiklou.git Installer: Link 4.0 family of CC licenses Bug: T96077 Change-Id: I86efa1dae64967d36f3a1afa79bf3637f43297dd --- diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index 064bd6df4f..1841670470 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -282,15 +282,15 @@ abstract class Installer { */ 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(