Skip to content

Commit

Permalink
chore: Re-license this repository to Apache 2.0
Browse files Browse the repository at this point in the history
Previously this was AGPL3, but per conversations with Axim legal we are moving this to Apache 2.
  • Loading branch information
bmtcril committed Apr 25, 2024
1 parent 6b73ac9 commit de70ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,6 @@ For more information about these options, see the `Getting Help <https://openedx
License
*******

The code in this repository is licensed under the AGPL 3.0 unless
otherwise noted.

Please see `LICENSE.txt <LICENSE.txt>`_ for details.

Contributing
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,15 @@ def is_requirement(line):
include_package_data=True,
install_requires=load_requirements("requirements/base.in"),
python_requires=">=3.8",
license="AGPL 3.0",
license="Apache 2.0",
zip_safe=False,
keywords="Python edx",
classifiers=[
"Development Status :: 3 - Alpha",
"Framework :: Django",
"Framework :: Django :: 4.2",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit de70ae9

Please sign in to comment.