From f2d0f4213f6f527a0d2309164ed43778f1e06184 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Thu, 1 Jul 2021 12:47:47 +0200 Subject: Fix copyright links (#1084) * Fix link in license header * Fix link to cpython --- astroid/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astroid/exceptions.py') diff --git a/astroid/exceptions.py b/astroid/exceptions.py index 7f61aba7..bd8a35f5 100644 --- a/astroid/exceptions.py +++ b/astroid/exceptions.py @@ -9,7 +9,7 @@ # Copyright (c) 2021 Andrew Haigh # Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html -# For details: https://github.com/PyCQA/astroid/blob/master/LICENSE +# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE """this module contains exceptions used in the astroid library """ -- cgit v1.2.1