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',