diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2016-07-19 17:41:59 +0300 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2016-07-19 17:42:07 +0300 |
commit | 211d81f84f6f9ad7325386145a546c09420d12aa (patch) | |
tree | 666fb3223d6187a6a3bd286938c0369d47831e8e /pylint/__main__.py | |
parent | bcd687e13de0c9ea484c9da00e2ff520abf82dac (diff) | |
download | pylint-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/__main__.py')
-rw-r--r-- | pylint/__main__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pylint/__main__.py b/pylint/__main__.py index 5530748b2..0c4e3712e 100644 --- a/pylint/__main__.py +++ b/pylint/__main__.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 |