diff options
Diffstat (limited to 'pylint/__main__.py')
-rw-r--r-- | pylint/__main__.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pylint/__main__.py b/pylint/__main__.py index 0c4e3712e..f1ecf1b98 100644 --- a/pylint/__main__.py +++ b/pylint/__main__.py @@ -1,5 +1,4 @@ -# 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 |