diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2020-04-27 10:48:59 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2020-04-27 10:48:59 +0200 |
commit | c2e6a889e338ef488fb0656a0fb6eaadbb59e463 (patch) | |
tree | 3e17f50e83f8ad809210f64a100c5d3bf210808b /tests/unittest_modutils.py | |
parent | de15854831d35dd332d2aded821191a4630b18ce (diff) | |
download | astroid-git-c2e6a889e338ef488fb0656a0fb6eaadbb59e463.tar.gz |
Add missing copyright annotations for the past releases
Diffstat (limited to 'tests/unittest_modutils.py')
-rw-r--r-- | tests/unittest_modutils.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/unittest_modutils.py b/tests/unittest_modutils.py index 56b12c9b..b5c41bf0 100644 --- a/tests/unittest_modutils.py +++ b/tests/unittest_modutils.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2014-2016 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2014-2016, 2018-2020 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2014 Google, Inc. # Copyright (c) 2014 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr> # Copyright (c) 2015 Florian Bruhin <me@the-compiler.org> @@ -7,6 +7,9 @@ # Copyright (c) 2016 Ceridwen <ceridwenv@gmail.com> # Copyright (c) 2018 Mario Corchero <mcorcherojim@bloomberg.net> # Copyright (c) 2018 Mario Corchero <mariocj89@gmail.com> +# Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> +# Copyright (c) 2019 Hugo van Kemenade <hugovk@users.noreply.github.com> +# Copyright (c) 2019 markmcclain <markmcclain@users.noreply.github.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 |