From 3547966027e02a10dba1927e3ca15bf4a497df9e Mon Sep 17 00:00:00 2001 From: Ryan Kaldari Date: Wed, 11 May 2011 04:01:32 +0000 Subject: [PATCH] readding generic public domain option per comments at r87862 --- includes/installer/Installer.i18n.php | 1 + includes/installer/Installer.php | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index 0d563e20ee..6d379eb5f4 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -395,6 +395,7 @@ More complex user rights configurations are available after installation, see th 'config-license-cc-by-nc-sa' => 'Creative Commons Attribution Non-Commercial Share Alike', 'config-license-cc-0' => 'Creative Commons Zero (Public Domain)', 'config-license-gfdl' => 'GNU Free Documentation License 1.3 or later', + 'config-license-pd' => 'Public Domain', 'config-license-cc-choose' => 'Select a custom Creative Commons license', 'config-license-help' => "Many public wikis put all contributions under a [http://freedomdefined.org/Definition free license]. This helps to create a sense of community ownership and encourages long-term contribution. diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index 60fbfa4166..50867bcefc 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -255,6 +255,10 @@ abstract class Installer { 'url' => 'https://creativecommons.org/publicdomain/zero/1.0/', 'icon' => '{$wgStylePath}/common/images/cc-0.png', ), + 'pd' => array( + 'url' => '', + 'icon' => '{$wgStylePath}/common/images/public-domain.png', + ), 'gfdl' => array( 'url' => 'http://www.gnu.org/copyleft/fdl.html', 'icon' => '{$wgStylePath}/common/images/gnu-fdl.png', -- 2.20.1