summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/whatsnew/2.8.rst2
-rw-r--r--setup.cfg2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/whatsnew/2.8.rst b/doc/whatsnew/2.8.rst
index 9b1c036cf..74beb7de4 100644
--- a/doc/whatsnew/2.8.rst
+++ b/doc/whatsnew/2.8.rst
@@ -31,3 +31,5 @@ Other Changes
not contain the package metadata anymore.
* Updated ``astroid`` to 2.5.3
+
+* COPYING has been renamed to LICENSE for standardization.
diff --git a/setup.cfg b/setup.cfg
index 0448df594..9045c5ba9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,7 +7,7 @@ long_description_content_type = text/x-rst
url = https://github.com/PyCQA/pylint
author = Python Code Quality Authority
author_email = code-quality@python.org
-license = GPL-2.0
+license = GPL-2.0-or-later
license_files =
LICENSE
CONTRIBUTORS.txt