diff options
Diffstat (limited to 'astroid/exceptions.py')
-rw-r--r-- | astroid/exceptions.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/astroid/exceptions.py b/astroid/exceptions.py index 1bc1dfd7..bb05bc04 100644 --- a/astroid/exceptions.py +++ b/astroid/exceptions.py @@ -1,5 +1,8 @@ -# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE) -# http://www.logilab.fr/ -- mailto:contact@logilab.fr +# Copyright (c) 2007, 2009-2010, 2013 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr> +# Copyright (c) 2014 Google, Inc. +# Copyright (c) 2015-2016 Cara Vinson <ceridwenv@gmail.com> +# Copyright (c) 2015-2016 Claudiu Popa <pcmanticore@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 |