diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2017-12-15 12:24:15 +0100 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2017-12-15 12:24:15 +0100 |
commit | 9ff44de0ca6d59f21a04b86dc2d2fdc6b6abfd32 (patch) | |
tree | e1bd8ad53477241a8b9e31d0b7935c7aba711849 /pylint/test/unittest_lint.py | |
parent | 5d8242f132368c2ab77ec10e1d8e8b2fabf3e5b0 (diff) | |
download | pylint-git-9ff44de0ca6d59f21a04b86dc2d2fdc6b6abfd32.tar.gz |
Regenerate copyright notices
Diffstat (limited to 'pylint/test/unittest_lint.py')
-rw-r--r-- | pylint/test/unittest_lint.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pylint/test/unittest_lint.py b/pylint/test/unittest_lint.py index 0c48b49be..2a05f052a 100644 --- a/pylint/test/unittest_lint.py +++ b/pylint/test/unittest_lint.py @@ -1,8 +1,21 @@ +# -*- 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-2016 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> +# Copyright (c) 2015 Ionel Cristian Maries <contact@ionelmc.ro> +# 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 Craig Citro <craigcitro@gmail.com> +# Copyright (c) 2017 Łukasz Rogalski <rogalski.91@gmail.com> +# Copyright (c) 2017 Ville Skyttä <ville.skytta@iki.fi> # 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 |