From ec4a3f7f1eac9e605b35d1ac56680e1608c48be3 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Tue, 1 Mar 2022 16:04:49 +0100 Subject: Add a pre-commit hook to check the copyright notice Fix the existing file so they have a notice. No header for setup.py or examples or doc --- pylint/utils/file_state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pylint/utils/file_state.py') diff --git a/pylint/utils/file_state.py b/pylint/utils/file_state.py index b7f09a6b9..b820affcc 100644 --- a/pylint/utils/file_state.py +++ b/pylint/utils/file_state.py @@ -1,6 +1,6 @@ # 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 +# Copyright (c) https://github.com/PyCQA/pylint/blob/main/CONTRIBUTORS.txt import collections import sys -- cgit v1.2.1