Index: trunk/extensions/UploadWizard/UploadWizard.config.php |
— | — | @@ -34,11 +34,6 @@ |
35 | 35 | 'templates' => array( 'GFDL', 'cc-by-sa-3.0' ), |
36 | 36 | 'icons' => array( 'cc-by', 'cc-sa' ) |
37 | 37 | ), |
38 | | - 'cc-by-3.0-gfdl' => array( |
39 | | - 'msg' => 'mwe-upwiz-license-cc-by-3.0-gfdl', |
40 | | - 'templates' => array( 'GFDL', 'cc-by-3.0' ), |
41 | | - 'icons' => array( 'cc-by' ) |
42 | | - ), |
43 | 38 | 'cc-by-3.0' => array( |
44 | 39 | 'msg' => 'mwe-upwiz-license-cc-by-3.0', |
45 | 40 | 'icons' => array( 'cc-by' ) |
Index: trunk/extensions/UploadWizard/UploadWizard.i18n.php |
— | — | @@ -214,7 +214,6 @@ |
215 | 215 | 'mwe-upwiz-license-attribution' => 'May be used for any purpose, including commercially, if the copyright holder is properly attributed', |
216 | 216 | 'mwe-upwiz-license-gfdl' => 'GNU Free Documentation License', |
217 | 217 | 'mwe-upwiz-license-cc-by-sa-3.0-gfdl' => 'Copyleft, attribution required (GFDL, CC-BY-SA-3.0)', |
218 | | - 'mwe-upwiz-license-cc-by-3.0-gfdl' => 'Attribution required (GFDL, CC-BY-SA-3.0)', |
219 | 218 | |
220 | 219 | 'mwe-upwiz-license-cc-head' => 'The copyright holder published {{PLURAL:$1|this work|these works}} with the right Creative Commons license', |
221 | 220 | 'mwe-upwiz-license-cc-subhead' => 'Not all Creative Commons licenses are good for {{SITENAME}} -- make sure the copyright holder used one of these licenses.', |