summaryrefslogtreecommitdiff
path: root/tests/utils
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-07-01 12:47:58 +0200
committerGitHub <noreply@github.com>2021-07-01 12:47:58 +0200
commit21290866a2da5ac25a888624bec2ba350e521e98 (patch)
treec1adb65cecf4504a6cea8bf8bec92a89742c1cb9 /tests/utils
parentf26e986077cbfa17ddb6ab498359bedfc20ead35 (diff)
downloadpylint-git-21290866a2da5ac25a888624bec2ba350e521e98.tar.gz
Fix copyright links (#4647)
* Fix link in license header * Update link to astroid bump_changelog
Diffstat (limited to 'tests/utils')
-rw-r--r--tests/utils/unittest_ast_walker.py2
-rw-r--r--tests/utils/unittest_utils.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/utils/unittest_ast_walker.py b/tests/utils/unittest_ast_walker.py
index 5bf5b5bc6..364b35a35 100644
--- a/tests/utils/unittest_ast_walker.py
+++ b/tests/utils/unittest_ast_walker.py
@@ -1,5 +1,5 @@
# 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
import warnings
diff --git a/tests/utils/unittest_utils.py b/tests/utils/unittest_utils.py
index 9985b632b..79f5834bd 100644
--- a/tests/utils/unittest_utils.py
+++ b/tests/utils/unittest_utils.py
@@ -15,7 +15,7 @@
# Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.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
import io