Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3913959
D1515.id3868.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D1515.id3868.diff
View Options
diff --git a/config/CommonSettings.php b/config/CommonSettings.php
--- a/config/CommonSettings.php
+++ b/config/CommonSettings.php
@@ -30,6 +30,12 @@
$settings['wgRightsIcon'][$key] = 'https://i.creativecommons.org/l/by/4.0/88x31.png';
break;
+ case 'CC-BY-NC-SA 3.0':
+ $settings['wgRightsUrl'][$key] = 'https://creativecommons.org/licenses/by-nc-sa/3.0/';
+ $settings['wgRightsText'][$key] = 'Attribution-NonCommercial-ShareAlike 3.0 Unported';
+ $settings['wgRightsIcon'][$key] = 'https://licensebuttons.net/l/by-nc-sa/3.0/88x31.png';
+ break;
+
default:
throw new ConfigurationException("License unknown: $license");
}
diff --git a/config/Settings.php b/config/Settings.php
--- a/config/Settings.php
+++ b/config/Settings.php
@@ -184,6 +184,7 @@
'saasLicense' => [
'default' => 'CC-BY 4.0',
+ 'utopia' => 'CC-BY-NC-SA 3.0', // T1376
],
'saasUrlScheme' => [
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 12:39 (19 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2307966
Default Alt Text
D1515.id3868.diff (1 KB)
Attached To
Mode
D1515: Switch Utopia license to CC-BY-NC-SA 3.0
Attached
Detach File
Event Timeline
Log In to Comment