From f0b8b031cd6c3946077363f99df06dcabdeea1f7 Mon Sep 17 00:00:00 2001 From: Ned Batchelder <ned@edx.org> Date: Wed, 2 Sep 2020 13:53:18 -0400 Subject: [PATCH] The license is AGPL --- NOTICE | 4 +++- README.rst | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/NOTICE b/NOTICE index d1a2730..c52d49f 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,6 @@ -Copyright (C) 2015 edX +Open edX LTI Consumer Library + +Copyright (C) 2015-2020, edX This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/README.rst b/README.rst index 07e31f5..b17b602 100644 --- a/README.rst +++ b/README.rst @@ -275,7 +275,7 @@ inside project root directory License ------- -The LTI Consumer XBlock is available under the Apache Version 2.0 License. +The LTI Consumer XBlock is available under the AGPL v3 License. .. |Build Status| image:: https://travis-ci.org/edx/xblock-lti-consumer.svg diff --git a/setup.py b/setup.py index 5d66efb..abbade6 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ setup( 'Framework :: Django', 'Framework :: Django :: 2.2', 'Intended Audience :: Developers', - 'License :: OSI Approved :: Apache Software License', + 'License :: OSI Approved :: GNU Affero General Public License v3', 'Natural Language :: English', "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", -- GitLab