From 5914e891724b9cfafc69a59cf187f7ce4742b975 Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Mon, 14 Feb 2022 12:32:07 +0100 Subject: [PATCH] Remove redundant license info --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.md b/README.md index 495e959..7b6ba4e 100644 --- a/README.md +++ b/README.md @@ -82,20 +82,3 @@ print('Response:', response) Have a look at `rcon.battleye.proto.ServerMessage` for details on the respective objects. - -## License -Copyright (C) 2018-2022 Richard Neumann - -rcon is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -rcon is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with rcon. If not, see .