summaryrefslogtreecommitdiff
path: root/pylint/test/extensions/test_check_docs.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/test/extensions/test_check_docs.py
parent1ab47902b75882b21d501c78f2e55566c24e71f7 (diff)
downloadpylint-git-8322781baae85391b04ae80c3de18be2efe7dc4b.tar.gz
Add the new shorter license header, including to missing files. Close #894.
Diffstat (limited to 'pylint/test/extensions/test_check_docs.py')
-rw-r--r--pylint/test/extensions/test_check_docs.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pylint/test/extensions/test_check_docs.py b/pylint/test/extensions/test_check_docs.py
index bf15b349b..19250b496 100644
--- a/pylint/test/extensions/test_check_docs.py
+++ b/pylint/test/extensions/test_check_docs.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
+
"""Unit tests for the pylint checkers in :mod:`pylint.extensions.check_docs`,
in particular the parameter documentation checker `DocstringChecker`
"""