Hi,
I want to user Creative Commons 4.0 license in my MediaWiki installation. But when i installed the software via installer and check the site i found that it is showing a link of version 3.0. Is there any reason not to include the CC 4.0 licenses?
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Installer: Link 4.0 family of CC licenses | mediawiki/core | master | +3 -3 |
Event Timeline
Comment Actions
You could change the URL in ./includes/installer/Installer.php:
'url' => 'https://creativecommons.org/licenses/by-sa/3.0/',
Comment Actions
Replacing the entries in the installer's licence selector with 4.0 instead of 3.0 is probably not a good idea for now. CC 4.0 is incompatible with 3.0 -- as we probably don't want want to preclude users copying things from Wikipedia to their own wikis (and back), it's probably best to stay with 3.0 for now. Adding both versions to the selector would probably be too confusing.
Comment Actions
If i want to release my images in CC 4.0 license and want to use the basic uploader, then what would be the way to do that?
Comment Actions
Change 248541 had a related patch set uploaded (by saper):
$wgRightsIcon: Link 4.0 family of CC licenses