Skip to content

Commit

Permalink
Merge pull request #90 from openedx/nedbat/finish-apache
Browse files Browse the repository at this point in the history
docs: correct some mis-statements of the license. #82
  • Loading branch information
Ned Batchelder committed Jul 24, 2023
2 parents bd2f780 + 28fa4b7 commit f73bf18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -25,7 +25,7 @@ The full documentation is at https://code-annotations.readthedocs.org.
License
-------

The code in this repository is licensed under the AGPL 3.0 unless
The code in this repository is licensed under the Apache Software License 2.0 unless
otherwise noted.

Please see ``LICENSE.txt`` for details.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -91,7 +91,7 @@ def is_requirement(line):
include_package_data=True,
install_requires=load_requirements('requirements/base.in'),
extras_require={"django": ["Django>=2.2,<2.3"]},
license="AGPL 3.0",
license="Apache Software License 2.0",
zip_safe=False,
keywords='edx pii code annotations',
classifiers=[
Expand Down

0 comments on commit f73bf18

Please sign in to comment.