Skip to content

Commit b0f3f6c

Browse files
committed
Update license references from GPL to MIT
1 parent 738f5eb commit b0f3f6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The module is also to some extent described in my tutorial series:
8888

8989

9090
## License
91-
The module is licensed under the [GNU General Public License Version3, GPL-v3](https://opensource.org/licenses/GPL-3.0)
91+
The module is licensed under the [MIT License](https://opensource.org/licenses/MIT)
9292

9393
## Validation
9494
Initial results of the validation have been reported in [1, 2].

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"Programming Language :: Python :: 3.6",
4545
"Programming Language :: Python :: 3.7",
4646
"Programming Language :: Python :: 3.8",
47-
"License :: OSI Approved :: GNU General Public License (GPL)",
47+
"License :: OSI Approved :: MIT License",
4848
"Operating System :: OS Independent",
4949
],
5050
)

0 commit comments

Comments
 (0)