summaryrefslogtreecommitdiff
path: root/pylint/checkers/newstyle.py
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2016-06-01 16:11:29 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2016-06-01 16:25:07 +0100
commit8322781baae85391b04ae80c3de18be2efe7dc4b (patch)
tree329acfda2f717b2dbbda814decb12c4d236da6f8 /pylint/checkers/newstyle.py
parent1ab47902b75882b21d501c78f2e55566c24e71f7 (diff)
downloadpylint-git-8322781baae85391b04ae80c3de18be2efe7dc4b.tar.gz
Add the new shorter license header, including to missing files. Close #894.
Diffstat (limited to 'pylint/checkers/newstyle.py')
-rw-r--r--pylint/checkers/newstyle.py18
1 files changed, 3 insertions, 15 deletions
diff --git a/pylint/checkers/newstyle.py b/pylint/checkers/newstyle.py
index 81540bbc4..c957e45fe 100644
--- a/pylint/checkers/newstyle.py
+++ b/pylint/checkers/newstyle.py
@@ -1,18 +1,6 @@
-# Copyright (c) 2005-2014 LOGILAB S.A. (Paris, FRANCE).
-# http://www.logilab.fr/ -- mailto:contact@logilab.fr
-#
-# This program is free software; you can redistribute it and/or modify it under
-# the terms of the GNU General Public License as published by the Free Software
-# Foundation; either version 2 of the License, or (at your option) any later
-# version.
-#
-# This program is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
-# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License along with
-# this program; if not, write to the Free Software Foundation, Inc.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# 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
+
"""check for new / old style related problems
"""
import sys