diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2020-04-27 11:04:14 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2020-04-27 11:04:14 +0200 |
commit | 369d952c7e5df010932cf89e528b2f6e9ff08dd6 (patch) | |
tree | 0059a741e180c082e90410dcbc6387d8855032af /tests/lint | |
parent | 01345546f66dd9632a2f1e1e36cefcf7d293f9fe (diff) | |
download | pylint-git-369d952c7e5df010932cf89e528b2f6e9ff08dd6.tar.gz |
Add missing copyright annotations for the past releases
Diffstat (limited to 'tests/lint')
-rw-r--r-- | tests/lint/unittest_lint.py | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/tests/lint/unittest_lint.py b/tests/lint/unittest_lint.py index 68ac7f7bd..0afde2d23 100644 --- a/tests/lint/unittest_lint.py +++ b/tests/lint/unittest_lint.py @@ -1,10 +1,11 @@ +# -*- coding: utf-8 -*- # Copyright (c) 2006-2014 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr> # Copyright (c) 2009 Charles Hebert <charles.hebert@logilab.fr> # Copyright (c) 2011-2014 Google, Inc. # Copyright (c) 2012 Kevin Jing Qiu <kevin.jing.qiu@gmail.com> # Copyright (c) 2012 Anthony VEREZ <anthony.verez.external@cassidian.com> # Copyright (c) 2012 FELD Boris <lothiraldan@gmail.com> -# Copyright (c) 2013-2017 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2013-2018, 2020 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2014 Arun Persaud <arun@nubati.net> # Copyright (c) 2015 Florian Bruhin <me@the-compiler.org> # Copyright (c) 2015 Noam Yorav-Raphael <noamraph@gmail.com> @@ -16,11 +17,18 @@ # Copyright (c) 2017 Craig Citro <craigcitro@gmail.com> # Copyright (c) 2017 Łukasz Rogalski <rogalski.91@gmail.com> # Copyright (c) 2017 Ville Skyttä <ville.skytta@iki.fi> +# Copyright (c) 2018-2020 Pierre Sassoulas <pierre.sassoulas@gmail.com> +# Copyright (c) 2018 Pierre Sassoulas <pierre.sassoulas@wisebim.fr> +# Copyright (c) 2018, 2020 Anthony Sottile <asottile@umich.edu> +# Copyright (c) 2018 Matus Valo <matusvalo@users.noreply.github.com> +# Copyright (c) 2018 Scott Worley <scottworley@scottworley.com> # Copyright (c) 2018 Randall Leeds <randall@bleeds.info> # Copyright (c) 2018 Sushobhit <31987769+sushobhit27@users.noreply.github.com> -# Copyright (c) 2018 Anthony Sottile <asottile@umich.edu> -# Copyright (c) 2018 Pierre Sassoulas <pierre.sassoulas@wisebim.fr> # Copyright (c) 2018 Reverb C <reverbc@users.noreply.github.com> +# Copyright (c) 2019 Janne Rönkkö <jannero@users.noreply.github.com> +# Copyright (c) 2019 Trevor Bekolay <tbekolay@gmail.com> +# Copyright (c) 2019 Andres Perez Hortal <andresperezcba@gmail.com> +# Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html # For details: https://github.com/PyCQA/pylint/blob/master/COPYING |