Move 'no license' further down the list. We want people to freely license their work! Pointed out by vimpulse on IRC

This commit is contained in:
Chad Horohoe 2010-09-29 18:48:05 +00:00
parent cd1044a35d
commit 6eda4a54e9

View file

@ -141,11 +141,6 @@ abstract class CoreInstaller extends Installer {
* @var array
*/
public $licenses = array(
'none' => array(
'url' => '',
'icon' => '',
'text' => ''
),
'cc-by-sa' => array(
'url' => 'http://creativecommons.org/licenses/by-sa/3.0/',
'icon' => '{$wgStylePath}/common/images/cc-by-sa.png',
@ -166,6 +161,11 @@ abstract class CoreInstaller extends Installer {
'url' => 'http://www.gnu.org/copyleft/fdl.html',
'icon' => '{$wgStylePath}/common/images/gnu-fdl.png',
),
'none' => array(
'url' => '',
'icon' => '',
'text' => ''
),
'cc-choose' => array(
// Details will be filled in by the selector.
'url' => '',