Skip to content

Commit eef5629

Browse files
authored
license: switch from GPLv3 to GPLv3+ (#37)
1 parent 3e32291 commit eef5629

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Language](https://img.shields.io/badge/python-3.6%2B-blue.svg)](https://www.python.org/)
22
[![CircleCI](https://img.shields.io/circleci/build/github/insarlab/PySolid.svg?logo=circleci&label=test)](https://circleci.com/gh/insarlab/PySolid)
33
[![Version](https://img.shields.io/github/v/release/insarlab/PySolid?color=green)](https://github.com/insarlab/PySolid/releases)
4-
[![License](https://img.shields.io/badge/license-GPLv3-yellow.svg)](https://github.com/insarlab/PySolid/blob/main/LICENSE)
4+
[![License](https://img.shields.io/badge/license-GPLv3+-yellow.svg)](https://github.com/insarlab/PySolid/blob/main/LICENSE)
55
[![Citation](https://img.shields.io/badge/doi-10.1109%2FTGRS.2022.3168509-blue)](https://doi.org/10.1109/TGRS.2022.3168509)
66

77
## PySolid

setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@
2323
download_url=("https://github.com/insarlab/PySolid/archive/v{}.tar.gz".format(version)),
2424
author="Zhang Yunjun, Dennis Milbert",
2525
author_email="yunjunzgeo@gmail.com",
26-
license_files=('LICENSE',),
26+
license="GPL-3.0-or-later",
27+
license_files=("LICENSE",),
2728

2829
classifiers=[
2930
"Development Status :: 4 - Beta",
3031
"Intended Audience :: Science/Research",
3132
"Topic :: Scientific/Engineering",
32-
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
33+
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
3334
"Operating System :: OS Independent",
3435
"Programming Language :: Python :: 3",
3536
],

0 commit comments

Comments
 (0)