diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2016-07-23 00:50:37 +0300 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2016-07-23 00:50:37 +0300 |
commit | 5b65b2eab6d8ede3f4077d5854dfc0f2dab4b51b (patch) | |
tree | 2286ab06c13163b8803682078403ded22ee91aba /pylint/extensions/check_docs.py | |
parent | 4c41a984c1deb60dca9dac1ee06c6b99f66216f7 (diff) | |
download | pylint-git-5b65b2eab6d8ede3f4077d5854dfc0f2dab4b51b.tar.gz |
Even more granular copyrights (thanks to copyrite)
Diffstat (limited to 'pylint/extensions/check_docs.py')
-rw-r--r-- | pylint/extensions/check_docs.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pylint/extensions/check_docs.py b/pylint/extensions/check_docs.py index d6a26e268..a01d6fa47 100644 --- a/pylint/extensions/check_docs.py +++ b/pylint/extensions/check_docs.py @@ -1,5 +1,7 @@ -# Copyright (c) 2003-2016 LOGILAB S.A. (Paris, FRANCE). -# http://www.logilab.fr/ -- mailto:contact@logilab.fr +# Copyright (c) 2014-2015 Bruno Daniel <bruno.daniel@blue-yonder.com> +# Copyright (c) 2015-2016 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2016 Ashley Whetter <ashley@awhetter.co.uk> + # 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 |