diff options
Diffstat (limited to '')
| -rw-r--r-- | src/web/lang/common.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/web/lang/common.php b/src/web/lang/common.php index 16e0f74..fc6401e 100644 --- a/src/web/lang/common.php +++ b/src/web/lang/common.php @@ -34,7 +34,9 @@ $lang['title_website_logo'] = 'Freya'; # misc $lang['john_title'] = 'Johnvertisement'; $lang['bucket_title'] = 'Bucket Webring'; -$lang['license_pre'] = 'This site is licensed under the'; +$lang['license'] = 'This is licensed under the + <a href="https://opensource.org/license/mit/">MIT License</a> (code) and the + <a href="https://creativecommons.org/licenses/by-sa/4.0">CC BY-SA 4.0</a> (text).'; $lang['copyright'] = 'Copyright (c)'; # footer_text |