-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from chenrui333/patch-1
chore: update to use SPDX license (`GPL-3.0-or-later`)
- Loading branch information
Showing
5 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -461,7 +461,7 @@ class ExtendedArgumentParser(argparse.ArgumentParser): | |
file.write(''' | ||
Version %s | ||
Copyright © 2016-2023 Arun Prakash Jana <[email protected]> | ||
License: GPLv3 | ||
License: GPL-3.0-or-later | ||
Webpage: https://github.com/jarun/imgp | ||
''' % _VERSION_) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -216,6 +216,6 @@ Arun Prakash Jana <[email protected]> | |
.SH LICENSE | ||
Copyright \(co 2016-2023 Arun Prakash Jana <[email protected]> | ||
.PP | ||
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. | ||
License GPL-3.0-or-later+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. | ||
.br | ||
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: imgp | ||
maintainer: Arun Prakash Jana <[email protected]> | ||
license: GPLv3 | ||
license: GPL-3.0-or-later | ||
summary: High-performance cli batch image resizer and rotator. | ||
homepage: https://github.com/jarun/imgp | ||
commands: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ def get_dist(pkgname): | |
author='Arun Prakash Jana', | ||
author_email='[email protected]', | ||
url='https://github.com/jarun/imgp', | ||
license='GPLv3', | ||
license='GPL-3.0-or-later', | ||
license_file='LICENSE', | ||
python_requires='>=3.8', # requires pip>=9.0.0 | ||
platforms=['any'], | ||
|
@@ -53,7 +53,7 @@ def get_dist(pkgname): | |
'Environment :: Console', | ||
'Intended Audience :: Developers', | ||
'Intended Audience :: End Users/Desktop', | ||
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', | ||
'License :: OSI Approved :: GNU General Public License v3 or later (GPL-3.0-or-later)', | ||
'Natural Language :: English', | ||
'Operating System :: OS Independent', | ||
'Programming Language :: Python :: 3', | ||
|