From a9de6fc779e97924d3d25f7422e57ba89b0eda32 Mon Sep 17 00:00:00 2001 From: saper Date: Sat, 24 Oct 2015 00:23:43 +0200 Subject: [PATCH] Installer: Link 4.0 family of CC licenses Bug: T96077 Change-Id: I86efa1dae64967d36f3a1afa79bf3637f43297dd --- includes/installer/Installer.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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( -- 2.20.1