diff options
Diffstat (limited to 'astroid/util.py')
-rw-r--r-- | astroid/util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astroid/util.py b/astroid/util.py index 14ec43c6..cb3f0ddf 100644 --- a/astroid/util.py +++ b/astroid/util.py @@ -2,6 +2,7 @@ # Copyright (c) 2015-2016 Ceridwen <ceridwenv@gmail.com> # Copyright (c) 2018 Bryce Guinta <bryce.paul.guinta@gmail.com> # Copyright (c) 2018 Nick Drozd <nicholasdrozd@gmail.com> +# Copyright (c) 2020 Bryce Guinta <bryce.guinta@protonmail.com> # 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/COPYING.LESSER |