diff options
Diffstat (limited to 'pylint/test/unittest_checker_format.py')
-rw-r--r-- | pylint/test/unittest_checker_format.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/pylint/test/unittest_checker_format.py b/pylint/test/unittest_checker_format.py index f8f3fea05..483356fc9 100644 --- a/pylint/test/unittest_checker_format.py +++ b/pylint/test/unittest_checker_format.py @@ -1,5 +1,8 @@ -# Copyright (c) 2003-2016 LOGILAB S.A. (Paris, FRANCE). -# http://www.logilab.fr/ -- mailto:contact@logilab.fr +# Copyright (c) 2009-2011, 2014 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr> +# Copyright (c) 2013-2014 Google, Inc. +# Copyright (c) 2014-2016 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2015 Harut <yes@harutune.name> + # 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 |