r100737 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100736‎ | r100737 | r100738 >
Date:20:14, 25 October 2011
Author:neilk
Status:ok (Comments)
Tags:
Comment:
some copy changes for legal, remove misc category from third party licenses
Modified paths:
  • /trunk/extensions/UploadWizard/UploadWizard.config.php (modified) (history)
  • /trunk/extensions/UploadWizard/UploadWizard.i18n.php (modified) (history)
  • /trunk/extensions/UploadWizard/UploadWizardHooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/UploadWizard.config.php
@@ -248,7 +248,8 @@
249249 )
250250 ),
251251 array(
252 - 'head' => 'mwe-upwiz-license-public-domain-head',
 252+ 'head' => 'mwe-upwiz-license-public-domain-usa-head',
 253+ 'subhead' => 'mwe-upwiz-license-public-domain-usa-subhead',
253254 'licenses' => array(
254255 'pd-old-100',
255256 'pd-old',
@@ -264,12 +265,6 @@
265266 'pd-usgov-nasa'
266267 )
267268 ),
268 - array(
269 - 'head' => 'mwe-upwiz-license-misc',
270 - 'licenses' => array(
271 - 'fal'
272 - )
273 - ),
274269 array(
275270 'head' => 'mwe-upwiz-license-none-applicable-head',
276271 'subhead' => 'mwe-upwiz-license-none-applicable-subhead',
Index: trunk/extensions/UploadWizard/UploadWizardHooks.php
@@ -324,8 +324,8 @@
325325 'mwe-upwiz-license-cc-subhead',
326326 'mwe-upwiz-license-flickr-head',
327327 'mwe-upwiz-license-flickr-subhead',
328 - 'mwe-upwiz-license-public-domain-head',
329 - 'mwe-upwiz-license-public-domain-subhead',
 328+ 'mwe-upwiz-license-public-domain-usa-head',
 329+ 'mwe-upwiz-license-public-domain-usa-subhead',
330330 'mwe-upwiz-license-usgov-head',
331331 'mwe-upwiz-license-misc',
332332 'mwe-upwiz-license-custom-head',
Index: trunk/extensions/UploadWizard/UploadWizard.i18n.php
@@ -103,13 +103,13 @@
104104 'mwe-upwiz-source-ownwork-assert-any-license' => 'I, $2, the copyright holder of {{PLURAL:$1|this work|these works}}, hereby irrevocably grant anyone the right to use, modify and redistribute {{PLURAL:$1|this work|these works}} for any purpose, and I therefore publish {{PLURAL:$1|it|them}} under the following terms:',
105105 'mwe-upwiz-source-ownwork-assert' => 'I, $2, the copyright holder of {{PLURAL:$1|this work|these works}}, hereby irrevocably grant anyone the right to use {{PLURAL:$1|this work|these works}} for any purpose, as long as they credit me and share derivative work under the same terms.',
106106 'mwe-upwiz-source-ownwork-assert-custom' => 'I, $2, the copyright holder of {{PLURAL:$1|this work|these works}}, hereby publish {{PLURAL:$1|this work|these works}} under the following license:',
107 - 'mwe-upwiz-source-ownwork-assert-note' => 'This means you release your work under the following license: $1',
 107+ 'mwe-upwiz-source-ownwork-assert-note' => 'I, copyright holder of these works, publish these works under the $1 license.',
108108 'mwe-upwiz-source-permission' => 'Their author gave you explicit permission to upload them',
109109 'mwe-upwiz-source-thirdparty' => '{{PLURAL:$1|This file is|These files are}} not my own work.',
110110 'mwe-upwiz-source-thirdparty-intro' => 'Please enter the address where you found each file.',
111111 'mwe-upwiz-source-thirdparty-custom-multiple-intro' => 'If all files have the same source, author, and copyright status, you may enter them only once for all of them.',
112112 'mwe-upwiz-source-thirdparty-license' => 'The copyright holder of {{PLURAL:$1|this work|these works}} published {{PLURAL:$1|it|them}} under the following license(s):',
113 - 'mwe-upwiz-source-thirdparty-cases' => 'Now tell us why you are sure this site has the right to publish {{PLURAL:$1|this work|these works}}:',
 113+ 'mwe-upwiz-source-thirdparty-cases' => 'Now tell us why you are sure you have the right to publish {{PLURAL:$1|this work|these works}}:',
114114 'mwe-upwiz-source-thirdparty-accept' => 'OK',
115115 'mwe-upwiz-source-custom' => 'Provide copyright information for each file individually on the next page.',
116116 'mwe-upwiz-more-options' => 'add categories and more information...',
@@ -222,7 +222,7 @@
223223 'mwe-upwiz-license-cc-by-2.5' => 'Creative Commons Attribution 2.5',
224224 'mwe-upwiz-license-cc-by-sa-2.0' => 'Creative Commons Attribution ShareAlike 2.0',
225225 'mwe-upwiz-license-cc-by-2.0' => 'Creative Commons Attribution 2.0',
226 - 'mwe-upwiz-license-cc-zero' => 'Creative Commons CC0 Waiver (public domain)',
 226+ 'mwe-upwiz-license-cc-zero' => 'Creative Commons CC0 Waiver (release all rights, like public domain)',
227227 'mwe-upwiz-license-fal' => 'Free Art License',
228228 'mwe-upwiz-license-own-pd' => 'Public domain (all rights waived with Creative Commons Zero license)',
229229 'mwe-upwiz-license-pd-old-100' => 'Author died more than 100 years ago',
@@ -246,7 +246,8 @@
247247 'mwe-upwiz-license-flickr-head' => 'The copyright holder published their {{PLURAL:$1|photo or video|photos or videos}} on Flickr with the right license',
248248 'mwe-upwiz-license-flickr-subhead' => 'Check the "License" header on the side of the Flickr page. Both the icons and license name that they used have to match one of the choices here.',
249249
250 - 'mwe-upwiz-license-public-domain-head' => 'The copyright has definitely expired',
 250+ 'mwe-upwiz-license-public-domain-usa-head' => 'The copyright has definitely expired in the USA.',
 251+ 'mwe-upwiz-license-public-domain-usa-subhead' => '{{SITENAME}} is located in the USA, so the work must be out of copyright in that country.',
251252
252253 'mwe-upwiz-license-usgov-head' => '{{PLURAL:$1|This work was|These works were}} made by the United States government',
253254 'mwe-upwiz-license-misc' => 'Miscellaneous reasons',

Comments

#Comment by 😂 (talk | contribs)   02:17, 27 October 2011

Does this have a corresponding revision in trunk?

#Comment by 😂 (talk | contribs)   02:17, 27 October 2011

Ignore that, it's late and I wasn't paying attention.

Status & tagging log