diff options
Diffstat (limited to 'tests/unittest_python3.py')
-rw-r--r-- | tests/unittest_python3.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unittest_python3.py b/tests/unittest_python3.py index bc450227..b1759f03 100644 --- a/tests/unittest_python3.py +++ b/tests/unittest_python3.py @@ -5,8 +5,9 @@ # Copyright (c) 2014 Google, Inc. # Copyright (c) 2015-2016 Ceridwen <ceridwenv@gmail.com> # Copyright (c) 2016 Jared Garst <jgarst@users.noreply.github.com> +# Copyright (c) 2017, 2019 Łukasz Rogalski <rogalski.91@gmail.com> # Copyright (c) 2017 Hugo <hugovk@users.noreply.github.com> -# Copyright (c) 2017 Łukasz Rogalski <rogalski.91@gmail.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 |