Switch license to AGPLv3+

The license was initially MPLv2 as I expected the project to be a fairly
simple tiny web app, but it has already grown into multiple files. Now
that I'm going to add a server component, I'm switching the license for
future versions to AGPL like all my other non-library projects.
This commit is contained in:
Tulir Asokan
2020-10-30 23:18:55 +02:00
parent 477a4c83ca
commit 78fdb6f175
12 changed files with 803 additions and 411 deletions

View File

@ -27,7 +27,7 @@ setuptools.setup(
classifiers=[
"Development Status :: 4 - Beta",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Framework :: AsyncIO",
"Programming Language :: Python",
"Programming Language :: Python :: 3",