https://bugzilla.wikimedia.org/show_bug.cgi?id=32513
--- Comment #5 from Antoine "hashar" Musso <[email protected]> 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; -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
