Skip to content

Commit

Permalink
docs: correct some mis-statements of the license. #82
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder committed Jun 30, 2023
1 parent 5580dc9 commit 28fa4b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 28fa4b7

Please sign in to comment.