1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-12 17:26:23 +00:00

Revert to ISC License

This commit is contained in:
Ciro Mattia Gonano
2014-04-30 03:00:03 +02:00
parent 52bea9957a
commit a1831c45d5
14 changed files with 145 additions and 785 deletions

View File

@@ -49,7 +49,7 @@ if platform == "darwin":
LSEnvironment=dict(
PATH='/usr/local/bin:/usr/bin:/bin'
),
NSHumanReadableCopyright='GNU General Public License v3 (GPL-3)'
NSHumanReadableCopyright='ISC License (ISCL)'
)
)
)
@@ -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="GNU General Public License v3 (GPL-3)",
license="ISC License (ISCL)",
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)