diff --git a/NOTICE b/NOTICE
index d1a27303b2a0b55bc3a5514280c31093907224c8..c52d49f9ece3b7f861cdd83da220bfb749ee2614 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 07e31f537e2d600e600954caaff6667095aa3ef9..b17b60241c7cc35033c7ffa69a6f1a62181e2e52 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 5d66efb8b7b1344db59b8a21e5dfd82e9030c64a..abbade653f7d6bcb16900b1a9a861482b643df41 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",