From af52033971eccecea47597ebbfaeac15773b3e1b Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 11 Apr 2021 15:29:34 +0200 Subject: Rename copying to license and upgrade the setup.cfg (#4338) --- pylint/checkers/mapreduce_checker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pylint/checkers/mapreduce_checker.py') diff --git a/pylint/checkers/mapreduce_checker.py b/pylint/checkers/mapreduce_checker.py index a9dfca508..65b12c31d 100644 --- a/pylint/checkers/mapreduce_checker.py +++ b/pylint/checkers/mapreduce_checker.py @@ -2,7 +2,7 @@ # Copyright (c) 2021 Pierre Sassoulas # 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 import abc -- cgit v1.2.1