summaryrefslogtreecommitdiff
path: root/pylint/interfaces.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/interfaces.py
parent1ab47902b75882b21d501c78f2e55566c24e71f7 (diff)
downloadpylint-git-8322781baae85391b04ae80c3de18be2efe7dc4b.tar.gz
Add the new shorter license header, including to missing files. Close #894.
Diffstat (limited to 'pylint/interfaces.py')
-rw-r--r--pylint/interfaces.py15
1 files changed, 3 insertions, 12 deletions
diff --git a/pylint/interfaces.py b/pylint/interfaces.py
index d58ff4a6b..5fc60c5d2 100644
--- a/pylint/interfaces.py
+++ b/pylint/interfaces.py
@@ -1,15 +1,6 @@
-# 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
+
"""Interfaces for Pylint objects"""
from collections import namedtuple