summaryrefslogtreecommitdiff
path: root/pylint/checkers/newstyle.py
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2016-07-19 17:41:59 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2016-07-19 17:42:07 +0300
commit211d81f84f6f9ad7325386145a546c09420d12aa (patch)
tree666fb3223d6187a6a3bd286938c0369d47831e8e /pylint/checkers/newstyle.py
parentbcd687e13de0c9ea484c9da00e2ff520abf82dac (diff)
downloadpylint-git-211d81f84f6f9ad7325386145a546c09420d12aa.tar.gz
Keep a consistent copyright notice across the board.
This was changed automatically in #894, but apparently we need to have the copyright notice somewhere.
Diffstat (limited to 'pylint/checkers/newstyle.py')
-rw-r--r--pylint/checkers/newstyle.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pylint/checkers/newstyle.py b/pylint/checkers/newstyle.py
index b93f0b6cc..e4b09f78a 100644
--- a/pylint/checkers/newstyle.py
+++ b/pylint/checkers/newstyle.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2005-2016 LOGILAB S.A. (Paris, FRANCE).
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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