Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix the license stated in README and classifiers #271

Merged
merged 1 commit into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down