From 5b65b2eab6d8ede3f4077d5854dfc0f2dab4b51b Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Sat, 23 Jul 2016 00:50:37 +0300 Subject: Even more granular copyrights (thanks to copyrite) --- pylint/extensions/_check_docs_utils.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pylint/extensions/_check_docs_utils.py') diff --git a/pylint/extensions/_check_docs_utils.py b/pylint/extensions/_check_docs_utils.py index 1262d85ec..fc3ac9744 100644 --- a/pylint/extensions/_check_docs_utils.py +++ b/pylint/extensions/_check_docs_utils.py @@ -1,5 +1,6 @@ -# Copyright (c) 2003-2016 LOGILAB S.A. (Paris, FRANCE). -# http://www.logilab.fr/ -- mailto:contact@logilab.fr +# Copyright (c) 2016 Claudiu Popa +# Copyright (c) 2016 Ashley Whetter + # 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 -- cgit v1.2.1