diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2018-03-10 08:36:34 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2018-03-10 08:41:12 +0100 |
commit | 968b083fb20fa06f118ad94d92fd39c124851eb8 (patch) | |
tree | 4161504c0ef5c977a0764281cc7102a51307597d /kindlecomicconverter | |
parent | Merge branch 'master' of https://github.com/ciromattia/kcc (diff) | |
download | kcc-968b083fb20fa06f118ad94d92fd39c124851eb8.tar.gz kcc-968b083fb20fa06f118ad94d92fd39c124851eb8.tar.bz2 kcc-968b083fb20fa06f118ad94d92fd39c124851eb8.zip |
Updated build enviroment
Diffstat (limited to 'kindlecomicconverter')
-rw-r--r-- | kindlecomicconverter/__init__.py | 2 | ||||
-rw-r--r-- | kindlecomicconverter/cbxarchive.py | 2 | ||||
-rwxr-xr-x | kindlecomicconverter/image.py | 2 | ||||
-rw-r--r-- | kindlecomicconverter/pdfjpgextract.py | 2 | ||||
-rw-r--r-- | kindlecomicconverter/shared.py | 2 |
5 files changed, 9 insertions, 1 deletions
diff --git a/kindlecomicconverter/__init__.py b/kindlecomicconverter/__init__.py index 8cb3bad..2ccec97 100644 --- a/kindlecomicconverter/__init__.py +++ b/kindlecomicconverter/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.4.4' +__version__ = '5.4.5' __license__ = 'ISC' __copyright__ = '2012-2018, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>' __docformat__ = 'restructuredtext en' diff --git a/kindlecomicconverter/cbxarchive.py b/kindlecomicconverter/cbxarchive.py index 40ce928..94545ae 100644 --- a/kindlecomicconverter/cbxarchive.py +++ b/kindlecomicconverter/cbxarchive.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +# # Copyright (c) 2012-2014 Ciro Mattia Gonano <ciromattia@gmail.com> # Copyright (c) 2013-2018 Pawel Jastrzebski <pawelj@iosphe.re> # diff --git a/kindlecomicconverter/image.py b/kindlecomicconverter/image.py index d7c05ec..5f195a5 100755 --- a/kindlecomicconverter/image.py +++ b/kindlecomicconverter/image.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +# # Copyright (C) 2010 Alex Yatskov # Copyright (C) 2011 Stanislav (proDOOMman) Kosolapov <prodoomman@gmail.com> # Copyright (c) 2016 Alberto Planas <aplanas@gmail.com> diff --git a/kindlecomicconverter/pdfjpgextract.py b/kindlecomicconverter/pdfjpgextract.py index 250cf35..258b1b4 100644 --- a/kindlecomicconverter/pdfjpgextract.py +++ b/kindlecomicconverter/pdfjpgextract.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +# # Copyright (c) 2012-2014 Ciro Mattia Gonano <ciromattia@gmail.com> # Copyright (c) 2013-2018 Pawel Jastrzebski <pawelj@iosphe.re> # diff --git a/kindlecomicconverter/shared.py b/kindlecomicconverter/shared.py index 6778621..56f07d6 100644 --- a/kindlecomicconverter/shared.py +++ b/kindlecomicconverter/shared.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +# # Copyright (c) 2012-2014 Ciro Mattia Gonano <ciromattia@gmail.com> # Copyright (c) 2013-2018 Pawel Jastrzebski <pawelj@iosphe.re> # |