diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-02-28 21:13:57 +0100 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-02-28 22:33:34 +0100 |
commit | 391c8aa96c81849079ca9f6e38f8d92ec52ee01e (patch) | |
tree | cb5118427f7c85892b546853c2273855befa6d14 /tests/lint | |
parent | 9426cf7a501271515ced1dbf29bf675a5ce6990a (diff) | |
download | pylint-git-391c8aa96c81849079ca9f6e38f8d92ec52ee01e.tar.gz |
Update copyright notice with copyrite
Diffstat (limited to 'tests/lint')
-rw-r--r-- | tests/lint/unittest_lint.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/lint/unittest_lint.py b/tests/lint/unittest_lint.py index 6ba6bd0d8..f9438e200 100644 --- a/tests/lint/unittest_lint.py +++ b/tests/lint/unittest_lint.py @@ -1,5 +1,4 @@ # 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> @@ -12,12 +11,10 @@ # Copyright (c) 2016-2017 Derek Gustafson <degustaf@gmail.com> # Copyright (c) 2016 Glenn Matthews <glenn@e-dad.net> # Copyright (c) 2016 Glenn Matthews <glmatthe@cisco.com> -# Copyright (c) 2017 Pierre Sassoulas <pierre.sassoulas@cea.fr> +# Copyright (c) 2017-2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # 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-2021 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> |