summaryrefslogtreecommitdiff
path: root/pylint/lint/check_parallel.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/lint/check_parallel.py')
-rw-r--r--pylint/lint/check_parallel.py3
1 files changed, 3 insertions, 0 deletions
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