summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-24 13:41:18 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-24 13:41:46 +0100
commit40d9eae15e6727b9b6dca82da2b984b4223cc4a3 (patch)
tree78c58e2b633d9056826b2de742dad8f9b848ecce
parentc508d84858228dbd37214a9747b8073afa16e643 (diff)
downloadpylint-git-40d9eae15e6727b9b6dca82da2b984b4223cc4a3.tar.gz
Fix copyright in doc/test_messages_documentation.py
-rw-r--r--doc/test_messages_documentation.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/test_messages_documentation.py b/doc/test_messages_documentation.py
index 06c71d725..8cc311a70 100644
--- a/doc/test_messages_documentation.py
+++ b/doc/test_messages_documentation.py
@@ -1,3 +1,7 @@
+# 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/blob/main/CONTRIBUTORS.txt
+
"""Functional tests for the code examples in the messages documentation."""
from collections import Counter