Skip to content

Commit

Permalink
Merge pull request #61 from chenrui333/patch-1
Browse files Browse the repository at this point in the history
chore: update to use SPDX license (`GPL-3.0-or-later`)
  • Loading branch information
jarun authored Dec 2, 2024
2 parents 91d2a47 + b99d2e2 commit 9de12ea
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<a href="https://repology.org/project/imgp/versions"><img src="https://repology.org/badge/tiny-repos/imgp.svg" alt="Availability"></a>
<a href="https://pypi.org/project/imgp/"><img src="https://img.shields.io/pypi/v/imgp.svg?maxAge=600" alt="PyPI" /></a>
<a href="https://circleci.com/gh/jarun/workflows/imgp"><img src="https://img.shields.io/circleci/project/github/jarun/imgp.svg" alt="Build Status" /></a>
<a href="https://github.com/jarun/imgp/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-GPLv3-yellowgreen.svg?maxAge=2592000" alt="License" /></a>
<a href="https://github.com/jarun/imgp/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-GPLv3+-yellowgreen.svg?maxAge=2592000" alt="License" /></a>
</p>

<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion imgp
Original file line number Diff line number Diff line change
Expand Up @@ -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_)

Expand Down
2 changes: 1 addition & 1 deletion imgp.1
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion packagecore.yaml
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:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand All @@ -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',
Expand Down

0 comments on commit 9de12ea

Please sign in to comment.