diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-26 09:21:49 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-26 14:27:44 +0000 |
| commit | f5f563690ae765cafddea504106dc0eb93a8dc94 (patch) | |
| tree | be3bbd22a6e9c93ec5d401578219ea9fc503257a /src/web/lang/common.php | |
| parent | add android notice (diff) | |
| download | website-f5f563690ae765cafddea504106dc0eb93a8dc94.tar.gz website-f5f563690ae765cafddea504106dc0eb93a8dc94.tar.bz2 website-f5f563690ae765cafddea504106dc0eb93a8dc94.zip | |
update license
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 |