diff options
author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-07-01 12:47:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-01 12:47:58 +0200 |
commit | 21290866a2da5ac25a888624bec2ba350e521e98 (patch) | |
tree | c1adb65cecf4504a6cea8bf8bec92a89742c1cb9 /tests/test_func.py | |
parent | f26e986077cbfa17ddb6ab498359bedfc20ead35 (diff) | |
download | pylint-git-21290866a2da5ac25a888624bec2ba350e521e98.tar.gz |
Fix copyright links (#4647)
* Fix link in license header
* Update link to astroid bump_changelog
Diffstat (limited to 'tests/test_func.py')
-rw-r--r-- | tests/test_func.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_func.py b/tests/test_func.py index 15edf59e0..73bb055fe 100644 --- a/tests/test_func.py +++ b/tests/test_func.py @@ -15,7 +15,7 @@ # Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html -# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE +# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE """functional/non regression tests for pylint""" |