summaryrefslogtreecommitdiff
path: root/pylint/interfaces.py
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2017-12-15 12:24:15 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2017-12-15 12:24:15 +0100
commit9ff44de0ca6d59f21a04b86dc2d2fdc6b6abfd32 (patch)
treee1bd8ad53477241a8b9e31d0b7935c7aba711849 /pylint/interfaces.py
parent5d8242f132368c2ab77ec10e1d8e8b2fabf3e5b0 (diff)
downloadpylint-git-9ff44de0ca6d59f21a04b86dc2d2fdc6b6abfd32.tar.gz
Regenerate copyright notices
Diffstat (limited to 'pylint/interfaces.py')
-rw-r--r--pylint/interfaces.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/pylint/interfaces.py b/pylint/interfaces.py
index 5403818a0..e24e7d9c3 100644
--- a/pylint/interfaces.py
+++ b/pylint/interfaces.py
@@ -1,7 +1,10 @@
# Copyright (c) 2009-2010, 2012-2013 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr>
# Copyright (c) 2013-2014 Google, Inc.
-# Copyright (c) 2015 Florian Bruhin <me@the-compiler.org>
+# Copyright (c) 2014 Michal Nowikowski <godfryd@gmail.com>
+# Copyright (c) 2014 Arun Persaud <arun@nubati.net>
# Copyright (c) 2015-2016 Claudiu Popa <pcmanticore@gmail.com>
+# Copyright (c) 2015 Florian Bruhin <me@the-compiler.org>
+# Copyright (c) 2015 Ionel Cristian Maries <contact@ionelmc.ro>
# 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