diff options
-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 |