summaryrefslogtreecommitdiff
path: root/pylint/checkers/stdlib.py
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2016-07-23 00:22:28 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2016-07-23 00:22:28 +0300
commitec09cc75786e794d9f15654da5e1ed2d6c120fcd (patch)
treeb8eb7042886fd0c55b3b44ae064e6adf04444357 /pylint/checkers/stdlib.py
parentc4b063a607b78b15475dd59ab975027c5a6ed860 (diff)
downloadpylint-git-ec09cc75786e794d9f15654da5e1ed2d6c120fcd.tar.gz
Even more granular copyrights (thanks to copyrite)
Diffstat (limited to 'pylint/checkers/stdlib.py')
-rw-r--r--pylint/checkers/stdlib.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/pylint/checkers/stdlib.py b/pylint/checkers/stdlib.py
index 5d8142821..0006dea05 100644
--- a/pylint/checkers/stdlib.py
+++ b/pylint/checkers/stdlib.py
@@ -1,5 +1,9 @@
-# Copyright (c) 2012-2016 Google, Inc.
-# http://www.logilab.fr/ -- mailto:contact@logilab.fr
+# Copyright (c) 2013-2014 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr>
+# Copyright (c) 2014 Vlad Temian <vladtemian@gmail.com>
+# Copyright (c) 2014-2016 Claudiu Popa <pcmanticore@gmail.com>
+# Copyright (c) 2015 Cezar <celnazli@bitdefender.com>
+# Copyright (c) 2015 Chris Rebert <code@rebertia.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