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: