summaryrefslogtreecommitdiff
path: root/pylint/checkers/refactoring/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/checkers/refactoring/__init__.py')
-rw-r--r--pylint/checkers/refactoring/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/refactoring/__init__.py b/pylint/checkers/refactoring/__init__.py
index e6b87ec65..4f30084cc 100644
--- a/pylint/checkers/refactoring/__init__.py
+++ b/pylint/checkers/refactoring/__init__.py
@@ -31,7 +31,7 @@
# Copyright (c) 2020 Anthony Sottile <asottile@umich.edu>
# 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
"""Looks for code which can be refactored."""