From bbe21518374be8700ee2bb6b26557a5377145771 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Mon, 27 Apr 2020 09:24:27 +0200 Subject: Add back License not handled by a script See https://github.com/PyCQA/pylint/pull/3516#discussion_r415567865 --- pylint/lint/check_parallel.py | 3 +++ pylint/lint/report_functions.py | 3 +++ pylint/lint/run.py | 3 +++ pylint/lint/utils.py | 3 +++ 4 files changed, 12 insertions(+) (limited to 'pylint/lint') diff --git a/pylint/lint/check_parallel.py b/pylint/lint/check_parallel.py index 6ac84c49f..480dae73a 100644 --- a/pylint/lint/check_parallel.py +++ b/pylint/lint/check_parallel.py @@ -1,3 +1,6 @@ +# 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 + import collections import functools diff --git a/pylint/lint/report_functions.py b/pylint/lint/report_functions.py index 5294b5710..8c36588d5 100644 --- a/pylint/lint/report_functions.py +++ b/pylint/lint/report_functions.py @@ -1,3 +1,6 @@ +# 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 + import collections from pylint import checkers, exceptions diff --git a/pylint/lint/run.py b/pylint/lint/run.py index 5eb9ebedd..b3d0b9f76 100644 --- a/pylint/lint/run.py +++ b/pylint/lint/run.py @@ -1,3 +1,6 @@ +# 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 + import os import sys diff --git a/pylint/lint/utils.py b/pylint/lint/utils.py index 07163e044..1f4d58bfe 100644 --- a/pylint/lint/utils.py +++ b/pylint/lint/utils.py @@ -1,3 +1,6 @@ +# 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 + import contextlib import sys -- cgit v1.2.1