From de70ae9a640b0e0f5ce90d5e6f90a40ba4bbefaf Mon Sep 17 00:00:00 2001 From: Brian Mesick Date: Thu, 25 Apr 2024 08:58:05 -0400 Subject: [PATCH] chore: Re-license this repository to Apache 2.0 Previously this was AGPL3, but per conversations with Axim legal we are moving this to Apache 2. --- README.rst | 3 --- setup.py | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index cf5f21c..0a79932 100644 --- a/README.rst +++ b/README.rst @@ -181,9 +181,6 @@ For more information about these options, see the `Getting Help `_ for details. Contributing diff --git a/setup.py b/setup.py index 983fc1c..db62a07 100755 --- a/setup.py +++ b/setup.py @@ -161,7 +161,7 @@ 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=[ @@ -169,7 +169,7 @@ def is_requirement(line): "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",