Index: trunk/phase3/skins/common/images/cc-0.png |
Cannot display: file marked as a binary type. |
svn:mime-type = image/png |
Property changes on: trunk/phase3/skins/common/images/cc-0.png |
___________________________________________________________________ |
Added: svn:mime-type |
1 | 1 | + image/png |
Index: trunk/phase3/includes/installer/Installer.php |
— | — | @@ -243,6 +243,10 @@ |
244 | 244 | 'url' => 'http://creativecommons.org/licenses/by-nc-sa/3.0/', |
245 | 245 | 'icon' => '{$wgStylePath}/common/images/cc-by-nc-sa.png', |
246 | 246 | ), |
| 247 | + 'cc-0' => array( |
| 248 | + 'url' => 'https://creativecommons.org/publicdomain/zero/1.0/', |
| 249 | + 'icon' => '{$wgStylePath}/common/images/cc-0.png', |
| 250 | + ), |
247 | 251 | 'pd' => array( |
248 | 252 | 'url' => 'http://creativecommons.org/licenses/publicdomain/', |
249 | 253 | 'icon' => '{$wgStylePath}/common/images/public-domain.png', |
Index: trunk/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -386,6 +386,7 @@ |
387 | 387 | 'config-license-none' => 'No license footer', |
388 | 388 | 'config-license-cc-by-sa' => 'Creative Commons Attribution Share Alike', |
389 | 389 | 'config-license-cc-by-nc-sa' => 'Creative Commons Attribution Non-Commercial Share Alike', |
| 390 | + 'config-license-cc-0' => 'Creative Commons Zero', |
390 | 391 | 'config-license-gfdl-old' => 'GNU Free Documentation License 1.2', |
391 | 392 | 'config-license-gfdl-current' => 'GNU Free Documentation License 1.3 or later', |
392 | 393 | 'config-license-pd' => 'Public Domain', |