diff options
author | tpart <tpart120@proton.me> | 2025-02-19 14:53:24 +0100 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-02-19 14:53:24 +0100 |
commit | 131c6c62119a85b53a3d262f0d015c115e21249c (patch) | |
tree | 63f1cedaaf28b7e3fefb4a59c7cfd795cec2c181 /client/menu | |
parent | 4d4f612b8c4f0764e7b8fad71b10726a18d7ad59 (diff) | |
download | hurrycurry-131c6c62119a85b53a3d262f0d015c115e21249c.tar hurrycurry-131c6c62119a85b53a3d262f0d015c115e21249c.tar.bz2 hurrycurry-131c6c62119a85b53a3d262f0d015c115e21249c.tar.zst |
Fix "or any later version" in AGPL to match README.md
Diffstat (limited to 'client/menu')
-rw-r--r-- | client/menu/about.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/about.gd b/client/menu/about.gd index 70d4bb73..c11739fe 100644 --- a/client/menu/about.gd +++ b/client/menu/about.gd @@ -25,7 +25,7 @@ const cc0 := "CC0" const AGPL_NOTICE := """This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the -License, or (at your option) any later version. +License only. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of |