Last modified: 2014-07-16 11:40:18 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T34513, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 32513 - Collection extension still uses GFDL license
Collection extension still uses GFDL license
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Extension setup (Other open bugs)
unspecified
All All
: Highest normal (vote)
: ---
Assigned To: Nobody - You can work on this!
http://noc.wikimedia.org/conf/highlig...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-11-20 06:29 UTC by Siebrand Mazeland
Modified: 2014-07-16 11:40 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Siebrand Mazeland 2011-11-20 06:29:31 UTC
http://noc.wikimedia.org/conf/highlight.php?file=CommonSettings.php has the following in the configuration for the collection extension:

$wgLicenseURL = "http://en.wikipedia.org/w/index.php?title=Wikipedia:Text_of_the_GNU_Free_Documentation_License&action=raw";

This page indicates: As of July 15, 2009 Wikipedia has moved to a dual-licensing system that supersedes the previous GFDL only licensing. In short, this means that text licensed under the GFDL only can no longer be imported to Wikipedia, retroactive to 1 November 2008. Additionally, Wikipedia text might or might not now be exportable under the GFDL depending on whether or not any content was added and not removed since July 15. See Wikipedia:Licensing update for further information.

I think that we may be creating books with an incorrect license and that it should probably point to CC-BY-SA 3.0 ;).
Comment 1 Sam Reed (reedy) 2011-11-20 10:45:29 UTC
What's the correct target page then?
Comment 2 Siebrand Mazeland 2011-11-20 20:36:54 UTC
Unknown. When I created the bug, I also sent the notification to WMF legal, and Geoff replied he'd be putting someone on it. TBC.
Comment 3 Antoine "hashar" Musso (WMF) 2011-11-22 13:44:41 UTC
The GFDL article banner points to [[Wikipedia:Licensing update]] which points to [[Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License]] so we can probably use that link :-)
Comment 5 Antoine "hashar" Musso (WMF) 2011-12-08 09:55:40 UTC
Change deployed live (local change r2694).

Index: CommonSettings.php
===================================================================
--- CommonSettings.php	(revision 2693)
+++ CommonSettings.php	(working copy)
@@ -1819,7 +1819,9 @@
 		'zim' => 'openZIM',
 	);
 
-	$wgLicenseURL = "http://en.wikipedia.org/w/index.php?title=Wikipedia:Text_of_the_GNU_Free_Documentation_License&action=raw";
+	# GFDL is long gone, we use CC-BY-SA 3.0 nowaday. See bug 32513
+	//$wgLicenseURL = "http://en.wikipedia.org/w/index.php?title=Wikipedia:Text_of_the_GNU_Free_Documentation_License&action=raw";
+	$wgLicenseURL = "http://en.wikipedia.org/w/index.php?title=Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License&action=raw";
 
 	$wgCollectionPortletForLoggedInUsersOnly = $wmgCollectionPortletForLoggedInUsersOnly;
 	$wgCollectionArticleNamespaces = $wmgCollectionArticleNamespaces;
Comment 6 Nemo 2011-12-08 10:04:56 UTC
Please link the official license page http://creativecommons.org/licenses/by-sa/3.0/ which has translations and so on and is linked from https://wikimediafoundation.org/wiki/Terms_of_use , not the unofficial non-binding en.wiki-only page.
Comment 7 Antoine "hashar" Musso (WMF) 2011-12-08 10:10:46 UTC
Thanks Nemo_bis for catching this. Here is the new version (local revision 2695):

Index: CommonSettings.php
===================================================================
--- CommonSettings.php	(revision 2694)
+++ CommonSettings.php	(working copy)
@@ -1821,7 +1821,7 @@
 
 	# GFDL is long gone, we use CC-BY-SA 3.0 nowaday. See bug 32513
 	//$wgLicenseURL = "http://en.wikipedia.org/w/index.php?title=Wikipedia:Text_of_the_GNU_Free_Documentation_License&action=raw";
-	$wgLicenseURL = "http://en.wikipedia.org/w/index.php?title=Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License&action=raw";
+	$wgLicenseURL = "http://creativecommons.org/licenses/by-sa/3.0/";
 
 	$wgCollectionPortletForLoggedInUsersOnly = $wmgCollectionPortletForLoggedInUsersOnly;
 	$wgCollectionArticleNamespaces = $wmgCollectionArticleNamespaces;

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links