From 3c092a6900accde079e69f93629de9a09e6f0f4c Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Wed, 2 Jan 2019 15:40:57 -0700 Subject: [PATCH] Too many copyrights --- README.rst | 17 ----------------- src/synthale/cli.py | 5 +---- 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/README.rst b/README.rst index 3671322..ef52da5 100644 --- a/README.rst +++ b/README.rst @@ -28,20 +28,3 @@ License Synthale is released under the GPLv3_ license. .. _GPLv3: LICENSE - -:: - - Copyright (C) 2019 Mike Shoup - - This program 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. - - This program 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 this program. If not, see . diff --git a/src/synthale/cli.py b/src/synthale/cli.py index 20e77f7..b4c3448 100644 --- a/src/synthale/cli.py +++ b/src/synthale/cli.py @@ -25,10 +25,7 @@ from synthale.recipes import load_file, load_all_files, write_recipes @click.group() def cli(): - """Synthale converts BeerXML files to markdown. - - Copyright (C) 2019 Mike Shoup - """ + """Synthale converts BeerXML files to markdown.""" pass