diff options
| author | Tulir Asokan <tulir@maunium.net> | 2020-10-30 23:18:55 +0200 |
|---|---|---|
| committer | Tulir Asokan <tulir@maunium.net> | 2020-10-30 23:18:55 +0200 |
| commit | 78fdb6f1755aacd32cd9e5e664610276e4451272 (patch) | |
| tree | 4d8d5fa5f5bee1a1f7de2b193cc45365ac9800bb /setup.py | |
| parent | 477a4c83cadb9db2da40499c5f390fd463ba2e03 (diff) | |
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.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
