1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

Changed license to GNU General Public License v3 (GPL-3)

This commit is contained in:
Paweł Jastrzębski
2014-04-29 13:00:32 +02:00
parent c5f09c44b8
commit a71339ec34
14 changed files with 781 additions and 142 deletions

View File

@@ -49,7 +49,7 @@ if platform == "darwin":
LSEnvironment=dict(
PATH='/usr/local/bin:/usr/bin:/bin'
),
NSHumanReadableCopyright='ISC License (ISCL)'
NSHumanReadableCopyright='GNU General Public License v3 (GPL-3)'
)
)
)
@@ -91,7 +91,7 @@ setup(
author="Ciro Mattia Gonano, Pawel Jastrzebski",
author_email="ciromattia@gmail.com, pawelj@vulturis.eu",
description="A tool to convert comics (CBR/CBZ/PDFs/image folders) to MOBI.",
license="ISC License (ISCL)",
license="GNU General Public License v3 (GPL-3)",
keywords="kindle comic mobipocket mobi cbz cbr manga",
url="http://github.com/ciromattia/kcc",
**extra_options
@@ -103,4 +103,4 @@ if platform == "darwin":
makedirs('dist/' + NAME + '.app/Contents/PlugIns/platforms')
copyfile('other/libqcocoa.dylib', 'dist/' + NAME + '.app/Contents/PlugIns/platforms/libqcocoa.dylib')
chmod('dist/' + NAME + '.app/Contents/Resources/unrar', 0o777)
chmod('dist/' + NAME + '.app/Contents/Resources/7za', 0o777)
chmod('dist/' + NAME + '.app/Contents/Resources/7za', 0o777)