From a1ddf5d6d770a6f719629fff07bd65c6d09777aa Mon Sep 17 00:00:00 2001 From: Brian Mesick Date: Thu, 29 Feb 2024 16:31:12 -0500 Subject: [PATCH] docs: Fix the license stated in README and classifiers Previously both said Apache, but this repository is AGPL3. --- README.rst | 5 ++--- setup.py | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 8a36c22..561d120 100644 --- a/README.rst +++ b/README.rst @@ -113,10 +113,9 @@ the coverage at least stays the same before you submit a pull request. License ------- -The code in this repository is licensed under the Apache Software License 2.0 unless -otherwise noted. +This software is licensed under the terms of the AGPLv3. -Please see ``LICENSE.txt`` for details. +Please see ``LICENSE`` for details. How To Contribute ----------------- diff --git a/setup.py b/setup.py index 223d045..99d98d1 100644 --- a/setup.py +++ b/setup.py @@ -128,7 +128,7 @@ def is_requirement(line): classifiers=[ 'Development Status :: 3 - Alpha', 'Intended Audience :: Developers', - 'License :: OSI Approved :: Apache Software License', + 'License :: OSI Approved :: GNU Affero General Public License v3', 'Natural Language :: English', 'Topic :: Software Development :: Testing', 'Programming Language :: Python',