From 78fdb6f1755aacd32cd9e5e664610276e4451272 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 30 Oct 2020 23:18:55 +0200 Subject: 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. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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", -- cgit v1.2.3