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_inference.py | |
parent | de15854831d35dd332d2aded821191a4630b18ce (diff) | |
download | astroid-git-c2e6a889e338ef488fb0656a0fb6eaadbb59e463.tar.gz |
Add missing copyright annotations for the past releases
Diffstat (limited to 'tests/unittest_inference.py')
-rw-r--r-- | tests/unittest_inference.py | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/unittest_inference.py b/tests/unittest_inference.py index 21dc946d..e267f970 100644 --- a/tests/unittest_inference.py +++ b/tests/unittest_inference.py @@ -2,7 +2,7 @@ # Copyright (c) 2006-2015 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr> # Copyright (c) 2007 Marien Zwart <marienz@gentoo.org> # Copyright (c) 2013-2014 Google, Inc. -# Copyright (c) 2014-2018 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2014-2020 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2014 Eevee (Alex Munroe) <amunroe@yelp.com> # Copyright (c) 2015-2016 Ceridwen <ceridwenv@gmail.com> # Copyright (c) 2015 Dmitry Pribysh <dmand@yandex.ru> @@ -14,8 +14,14 @@ # Copyright (c) 2017 Calen Pennington <calen.pennington@gmail.com> # Copyright (c) 2017 David Euresti <david@dropbox.com> # Copyright (c) 2017 Derek Gustafson <degustaf@gmail.com> +# Copyright (c) 2018 Daniel Martin <daniel.martin@crowdstrike.com> +# Copyright (c) 2018 Ville Skyttä <ville.skytta@iki.fi> # Copyright (c) 2018 Bryce Guinta <bryce.paul.guinta@gmail.com> # Copyright (c) 2018 Anthony Sottile <asottile@umich.edu> +# Copyright (c) 2019 Stanislav Levin <slev@altlinux.org> +# Copyright (c) 2019 David Liu <david@cs.toronto.edu> +# Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> +# Copyright (c) 2019 Hugo van Kemenade <hugovk@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 |