summaryrefslogtreecommitdiff
path: root/pylint/checkers/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/checkers/__init__.py')
-rw-r--r--pylint/checkers/__init__.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/pylint/checkers/__init__.py b/pylint/checkers/__init__.py
index 30d132210..789218700 100644
--- a/pylint/checkers/__init__.py
+++ b/pylint/checkers/__init__.py
@@ -1,5 +1,7 @@
-# Copyright (c) 2003-2016 LOGILAB S.A. (Paris, FRANCE).
-# http://www.logilab.fr/ -- mailto:contact@logilab.fr
+# Copyright (c) 2006-2014 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr>
+# Copyright (c) 2013-2014 Google, Inc.
+# Copyright (c) 2014-2016 Claudiu Popa <pcmanticore@gmail.com>
+
# 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