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:
parent
cd1044a35d
commit
6eda4a54e9
1 changed files with 5 additions and 5 deletions
|
|
@ -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' => '',
|
||||
|
|
|
|||
Loading…
Reference in a new issue