Skip to content

Commit

Permalink
Merge pull request #271 from openedx/bmtcril/fix_classifiers_readme_l…
Browse files Browse the repository at this point in the history
…icense

docs: Fix the license stated in README and classifiers
  • Loading branch information
bmtcril committed Mar 1, 2024
2 parents 48467a8 + a1ddf5d commit cffcff9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
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

0 comments on commit cffcff9

Please sign in to comment.