https://bugzilla.wikimedia.org/show_bug.cgi?id=32513
Antoine "hashar" Musso <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #7 from Antoine "hashar" Musso <[email protected]> 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; -- 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
