diff --git a/README.rst b/README.rst index 41a9b4a..586cba7 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/setup.py b/setup.py index 2d3063f..b885092 100644 --- a/setup.py +++ b/setup.py @@ -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=[