summaryrefslogtreecommitdiff
path: root/pylint/checkers/unicode.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/checkers/unicode.py')
-rw-r--r--pylint/checkers/unicode.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pylint/checkers/unicode.py b/pylint/checkers/unicode.py
index 93dfacb4b..a6f46ad4b 100644
--- a/pylint/checkers/unicode.py
+++ b/pylint/checkers/unicode.py
@@ -1,7 +1,7 @@
-# Copyright (c) 2021-2022 Carli Freudenberg <carli.freudenberg@energymeteo.de>
-
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
+# Copyright (c) https://github.com/PyCQA/pylint/graphs/contributors
+
"""Unicode and some other ASCII characters can be used to create programs that run
much different compared to what a human reader would expect from them.