File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ The full documentation is at https://code-annotations.readthedocs.org.
25
25
License
26
26
-------
27
27
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
29
29
otherwise noted.
30
30
31
31
Please see ``LICENSE.txt `` for details.
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ def is_requirement(line):
91
91
include_package_data = True ,
92
92
install_requires = load_requirements ('requirements/base.in' ),
93
93
extras_require = {"django" : ["Django>=2.2,<2.3" ]},
94
- license = "AGPL 3 .0" ,
94
+ license = "Apache Software License 2 .0" ,
95
95
zip_safe = False ,
96
96
keywords = 'edx pii code annotations' ,
97
97
classifiers = [
You can’t perform that action at this time.
0 commit comments