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) --- tests/profile/test_profile_against_externals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/profile') diff --git a/tests/profile/test_profile_against_externals.py b/tests/profile/test_profile_against_externals.py index 147075e25..430014abc 100644 --- a/tests/profile/test_profile_against_externals.py +++ b/tests/profile/test_profile_against_externals.py @@ -3,7 +3,7 @@ # Copyright (c) 2020 Frank Harrison # 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 # pylint: disable=protected-access,missing-function-docstring,no-self-use -- cgit v1.2.1