Skip to content

Commit f73bf18

Browse files
author
Ned Batchelder
authored
Merge pull request #90 from openedx/nedbat/finish-apache
docs: correct some mis-statements of the license. #82
2 parents bd2f780 + 28fa4b7 commit f73bf18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The full documentation is at https://code-annotations.readthedocs.org.
2525
License
2626
-------
2727

28-
The code in this repository is licensed under the AGPL 3.0 unless
28+
The code in this repository is licensed under the Apache Software License 2.0 unless
2929
otherwise noted.
3030

3131
Please see ``LICENSE.txt`` for details.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def is_requirement(line):
9191
include_package_data=True,
9292
install_requires=load_requirements('requirements/base.in'),
9393
extras_require={"django": ["Django>=2.2,<2.3"]},
94-
license="AGPL 3.0",
94+
license="Apache Software License 2.0",
9595
zip_safe=False,
9696
keywords='edx pii code annotations',
9797
classifiers=[

0 commit comments

Comments
 (0)