diff options
Diffstat (limited to 'astroid/helpers.py')
-rw-r--r-- | astroid/helpers.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/astroid/helpers.py b/astroid/helpers.py index 6ed08f2f..2d79b621 100644 --- a/astroid/helpers.py +++ b/astroid/helpers.py @@ -1,5 +1,6 @@ -# Copyright (c) 2015-2016 Cara Vinson <ceridwenv@gmail.com> -# Copyright (c) 2015-2016 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2015-2018 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2015-2016 Ceridwen <ceridwenv@gmail.com> +# Copyright (c) 2018 Bryce Guinta <bryce.paul.guinta@gmail.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 |