diff options
author | nokoe <nokoe@mailbox.org> | 2025-02-19 14:56:34 +0100 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2025-02-19 14:56:34 +0100 |
commit | fdffbdca756ab13e057b779fc53ccf31d5b9858a (patch) | |
tree | d05540e968221007bf68c90c0b0fbd4950550a45 /client/menu | |
parent | 131c6c62119a85b53a3d262f0d015c115e21249c (diff) | |
download | hurrycurry-fdffbdca756ab13e057b779fc53ccf31d5b9858a.tar hurrycurry-fdffbdca756ab13e057b779fc53ccf31d5b9858a.tar.bz2 hurrycurry-fdffbdca756ab13e057b779fc53ccf31d5b9858a.tar.zst |
fix license banner in legal
Diffstat (limited to 'client/menu')
-rw-r--r-- | client/menu/about.gd | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/client/menu/about.gd b/client/menu/about.gd index c11739fe..f04ef39e 100644 --- a/client/menu/about.gd +++ b/client/menu/about.gd @@ -23,9 +23,8 @@ const cc_by_3 := "CC-BY 3.0" 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 only. +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, version 3 of the License only. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of |