r103868 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103867‎ | r103868 | r103869 >
Date:23:38, 21 November 2011
Author:neilk
Status:ok (Comments)
Tags:
Comment:
clean up the public domain licenses config - remove ambiguous choices
Modified paths:
  • /trunk/extensions/UploadWizard/UploadWizard.config.php (modified) (history)
  • /trunk/extensions/UploadWizard/UploadWizard.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/UploadWizard.config.php
@@ -232,7 +232,7 @@
233233 'licenses' => array(
234234 'cc-by-sa-3.0',
235235 'cc-by-3.0',
236 - 'own-pd'
 236+ 'cc-zero'
237237 ),
238238 'defaults' => array( 'cc-by-sa-3.0' )
239239 ),
@@ -273,10 +273,8 @@
274274 'head' => 'mwe-upwiz-license-public-domain-usa-head',
275275 'subhead' => 'mwe-upwiz-license-public-domain-usa-subhead',
276276 'licenses' => array(
277 - 'pd-old-100',
278 - 'pd-old',
279 - 'pd-art',
280277 'pd-us',
 278+ 'pd-art',
281279 )
282280 ),
283281 array(
Index: trunk/extensions/UploadWizard/UploadWizard.i18n.php
@@ -236,10 +236,10 @@
237237 'mwe-upwiz-license-cc-zero' => 'Creative Commons CC0 Waiver (release all rights, like public domain)',
238238 'mwe-upwiz-license-custom' => 'The license is described by the following wikitext:',
239239 'mwe-upwiz-license-fal' => 'Free Art License',
240 - 'mwe-upwiz-license-own-pd' => 'Public domain (all rights waived with Creative Commons Zero license)',
 240+ 'mwe-upwiz-license-own-pd' => 'All rights waived with Creative Commons Zero license (like public domain)',
241241 'mwe-upwiz-license-pd-old-100' => 'Author died more than 100 years ago',
242242 'mwe-upwiz-license-pd-old' => 'Author died more than 70 years ago',
243 - 'mwe-upwiz-license-pd-art' => 'Reproduction of a painting that is in the public domain because of its age',
 243+ 'mwe-upwiz-license-pd-art' => 'Faithful reproduction of a painting that is in the public domain',
244244 'mwe-upwiz-license-pd-us' => 'First published in the United States before 1923',
245245 'mwe-upwiz-license-pd-usgov' => 'Original work of the US Federal Government',
246246 'mwe-upwiz-license-pd-usgov-nasa' => 'Original work of NASA',

Comments

#Comment by Raindrift (talk | contribs)   00:58, 1 December 2011

mwe-upwiz-license-own-pd should be mwe-upwiz-license-cc-zero

#Comment by NeilK (talk | contribs)   21:38, 1 December 2011

There really is no such this as a Public Domain license, but that's what people are looking for. This is consistent with its previous use.

Status & tagging log