diff options
Diffstat (limited to 'tests/unittest_utils.py')
-rw-r--r-- | tests/unittest_utils.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unittest_utils.py b/tests/unittest_utils.py index 3ae3d6b7..428026b1 100644 --- a/tests/unittest_utils.py +++ b/tests/unittest_utils.py @@ -1,8 +1,9 @@ # Copyright (c) 2008-2010, 2013 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr> # Copyright (c) 2014 Google, Inc. -# Copyright (c) 2015-2016 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2015-2016, 2018 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2016 Ceridwen <ceridwenv@gmail.com> # Copyright (c) 2016 Dave Baum <dbaum@google.com> +# Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> # 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 |