summaryrefslogtreecommitdiff
path: root/pylint/graph.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/graph.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/graph.py')
-rw-r--r--pylint/graph.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pylint/graph.py b/pylint/graph.py
index 05dd104a4..c3ad3e1fb 100644
--- a/pylint/graph.py
+++ b/pylint/graph.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2003-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