summaryrefslogtreecommitdiff
path: root/pylint/message/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/message/__init__.py')
-rw-r--r--pylint/message/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/message/__init__.py b/pylint/message/__init__.py
index 516277346..45403bce9 100644
--- a/pylint/message/__init__.py
+++ b/pylint/message/__init__.py
@@ -34,7 +34,7 @@
# Copyright (c) 2018 Nick Drozd <nicholasdrozd@gmail.com>
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
-# For details: https://github.com/PyCQA/pylint/blob/master/COPYING
+# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE
"""All the classes related to Message handling."""