aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2020-10-30 23:18:55 +0200
committerTulir Asokan <tulir@maunium.net>2020-10-30 23:18:55 +0200
commit78fdb6f1755aacd32cd9e5e664610276e4451272 (patch)
tree4d8d5fa5f5bee1a1f7de2b193cc45365ac9800bb /setup.py
parent477a4c83cadb9db2da40499c5f390fd463ba2e03 (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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b639d36..4458999 100644
--- a/setup.py
+++ b/setup.py
@@ -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",
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage