From 522b23db12f25b43a2a6cfd76c3143aee5bd4211 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 25 Aug 2023 11:56:37 +0530 Subject: [PATCH] ... --- src/calibre/gui2/store/stores/bn_plugin.py | 5 +---- src/calibre/gui2/store/stores/ebooks_com_plugin.py | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/calibre/gui2/store/stores/bn_plugin.py b/src/calibre/gui2/store/stores/bn_plugin.py index ed2f864596..82201eddcd 100644 --- a/src/calibre/gui2/store/stores/bn_plugin.py +++ b/src/calibre/gui2/store/stores/bn_plugin.py @@ -1,12 +1,9 @@ # -*- coding: utf-8 -*- +# License: GPLv3 Copyright: 2015, Kovid Goyal from __future__ import absolute_import, division, print_function, unicode_literals store_version = 4 # Needed for dynamic plugin loading -__license__ = 'GPL 3' -__copyright__ = '2011, John Schember ' -__docformat__ = 'restructuredtext en' - from contextlib import closing try: from urllib.parse import quote_plus diff --git a/src/calibre/gui2/store/stores/ebooks_com_plugin.py b/src/calibre/gui2/store/stores/ebooks_com_plugin.py index 9be545df11..06a3973e0e 100644 --- a/src/calibre/gui2/store/stores/ebooks_com_plugin.py +++ b/src/calibre/gui2/store/stores/ebooks_com_plugin.py @@ -1,12 +1,9 @@ # -*- coding: utf-8 -*- +# License: GPLv3 Copyright: 2015, Kovid Goyal from __future__ import absolute_import, division, print_function, unicode_literals store_version = 4 # Needed for dynamic plugin loading -__license__ = 'GPL 3' -__copyright__ = '2011, John Schember ' -__docformat__ = 'restructuredtext en' - import re from contextlib import closing