diff options
Diffstat (limited to 'tests/resources.py')
-rw-r--r-- | tests/resources.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/resources.py b/tests/resources.py index 7113f2b1..20bd4113 100644 --- a/tests/resources.py +++ b/tests/resources.py @@ -1,8 +1,9 @@ # Copyright (c) 2014 Google, Inc. -# Copyright (c) 2015-2016, 2018-2019 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2015-2016, 2018-2020 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2016 Ceridwen <ceridwenv@gmail.com> # Copyright (c) 2018 Nick Drozd <nicholasdrozd@gmail.com> # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> +# Copyright (c) 2020 David Cain <davidjosephcain@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 |