1
0
mirror of https://github.com/gryf/ebook-converter.git synced 2026-04-20 05:03:35 +02:00

Fix license formatting

This commit is contained in:
2020-04-19 17:50:19 +02:00
parent 48fedea799
commit 571da747b3
139 changed files with 139 additions and 139 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from ebook_converter.polyglot.builtins import codepoint_to_chr, unicode_type, ra
from ebook_converter.polyglot.urllib import quote, unquote, urlparse
__license__ = 'GPL v3'
__license__ = 'GPL v3'
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
__docformat__ = 'restructuredtext en'
+1 -1
View File
@@ -6,7 +6,7 @@ from ebook_converter.utils.localization import canonicalize_lang
from ebook_converter.polyglot.builtins import filter, unicode_type
__license__ = 'GPL v3'
__license__ = 'GPL v3'
__copyright__ = '2010, Kovid Goyal <kovid@kovidgoyal.net>'
__docformat__ = 'restructuredtext en'
@@ -1,4 +1,4 @@
__license__ = 'GPL v3'
__license__ = 'GPL v3'
__copyright__ = '2010, Kovid Goyal <kovid@kovidgoyal.net>'
__docformat__ = 'restructuredtext en'
+1 -1
View File
@@ -10,7 +10,7 @@ from ebook_converter.utils.icu import sort_key
from ebook_converter.polyglot.builtins import iteritems, unicode_type, filter, map
__license__ = 'GPL v3'
__license__ = 'GPL v3'
__copyright__ = '2010, Kovid Goyal <kovid@kovidgoyal.net>'
__docformat__ = 'restructuredtext en'
+1 -1
View File
@@ -18,7 +18,7 @@ from ebook_converter.polyglot.builtins import unicode_type
from ebook_converter.polyglot.binary import as_base64_unicode
__license__ = 'GPL v3'
__license__ = 'GPL v3'
__copyright__ = ('2011, Roman Mukhin <ramses_ru at hotmail.com>, '
'2008, Anatoly Shipitsin <norguhtar at gmail.com>')
+1 -1
View File
@@ -16,7 +16,7 @@ from ebook_converter.utils.date import parse_date, is_date_undefined
from ebook_converter.polyglot.builtins import iteritems
__license__ = 'GPL v3'
__license__ = 'GPL v3'
__copyright__ = '2013, Kovid Goyal <kovid at kovidgoyal.net>'
+1 -1
View File
@@ -9,7 +9,7 @@ from ebook_converter.ebooks.metadata import MetaInformation, string_to_authors
from ebook_converter.polyglot.builtins import getcwd, unicode_type
__license__ = 'GPL v3'
__license__ = 'GPL v3'
__copyright__ = '2008, Kovid Goyal <kovid at kovidgoyal.net>'
# The priorities for loading metadata from different file types
+1 -1
View File
@@ -21,7 +21,7 @@ from ebook_converter.polyglot.builtins import iteritems, unicode_type, getcwd, m
from ebook_converter.polyglot.urllib import unquote, urlparse
__license__ = 'GPL v3'
__license__ = 'GPL v3'
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
__docformat__ = 'restructuredtext en'
+1 -1
View File
@@ -13,7 +13,7 @@ from ebook_converter.utils.ipc.simple_worker import fork_job, WorkerError
from ebook_converter.polyglot.builtins import iteritems, unicode_type
__license__ = 'GPL v3'
__license__ = 'GPL v3'
__copyright__ = '2008, Kovid Goyal <kovid at kovidgoyal.net>'
+1 -1
View File
@@ -12,7 +12,7 @@ from ebook_converter.polyglot.builtins import unicode_type, getcwd
from ebook_converter.polyglot.urllib import unquote, urlparse
__license__ = 'GPL v3'
__license__ = 'GPL v3'
__copyright__ = '2010, Kovid Goyal <kovid at kovidgoyal.net>'
NCX_NS = "http://www.daisy.org/z3986/2005/ncx/"
+1 -1
View File
@@ -6,7 +6,7 @@ import re, os
from ebook_converter.ebooks.metadata import MetaInformation
__license__ = 'GPL v3'
__license__ = 'GPL v3'
__copyright__ = '2009, John Schember <john@nachtimwald.com>'