Skip to content

Commit bbe2151

Browse files
Add back License not handled by a script
See #3516 (comment)
1 parent 9a11ae2 commit bbe2151

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

pylint/lint/check_parallel.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
2+
# For details: https://github.com/PyCQA/pylint/blob/master/COPYING
3+
14
import collections
25
import functools
36

pylint/lint/report_functions.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
2+
# For details: https://github.com/PyCQA/pylint/blob/master/COPYING
3+
14
import collections
25

36
from pylint import checkers, exceptions

pylint/lint/run.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
2+
# For details: https://github.com/PyCQA/pylint/blob/master/COPYING
3+
14
import os
25
import sys
36

pylint/lint/utils.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
2+
# For details: https://github.com/PyCQA/pylint/blob/master/COPYING
3+
14
import contextlib
25
import sys
36

0 commit comments

Comments
 (0)