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' => [