summaryrefslogtreecommitdiff
path: root/pylint/extensions/emptystring.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/extensions/emptystring.py')
-rw-r--r--pylint/extensions/emptystring.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/extensions/emptystring.py b/pylint/extensions/emptystring.py
index 7a1649fac..82a1a5fe6 100644
--- a/pylint/extensions/emptystring.py
+++ b/pylint/extensions/emptystring.py
@@ -5,7 +5,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 comparisons to empty string."""