From 654097bdc61998db4b6b2faebef062797a43c48a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 23 Oct 2020 11:13:36 +0530 Subject: [PATCH] Change the copyright on the gutenberg plugin since it was completely re-written --- src/calibre/gui2/store/stores/gutenberg_plugin.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/calibre/gui2/store/stores/gutenberg_plugin.py b/src/calibre/gui2/store/stores/gutenberg_plugin.py index 9c5beb9bb0..c51fb87bc9 100644 --- a/src/calibre/gui2/store/stores/gutenberg_plugin.py +++ b/src/calibre/gui2/store/stores/gutenberg_plugin.py @@ -1,12 +1,9 @@ # -*- coding: utf-8 -*- +# License: GPLv3 Copyright: 2020, Kovid Goyal from __future__ import absolute_import, division, print_function, unicode_literals store_version = 7 # Needed for dynamic plugin loading -__license__ = 'GPL 3' -__copyright__ = '2011, 2013, John Schember ' -__docformat__ = 'restructuredtext en' - import mimetypes try: