diff options
| author | Ashley Whetter <ashley@awhetter.co.uk> | 2018-05-15 12:05:49 -0700 |
|---|---|---|
| committer | Ashley Whetter <ashley@awhetter.co.uk> | 2018-05-15 12:05:49 -0700 |
| commit | c9a898ac915185906379fbb18e1307d5da951ed8 (patch) | |
| tree | f0948fee7aba29bb05d153764c7f830c52db0319 /pylint/checkers/python3.py | |
| parent | eff6f75fe6b53540b48f35286812b390697568c4 (diff) | |
| download | pylint-git-c9a898ac915185906379fbb18e1307d5da951ed8.tar.gz | |
Updated copyright notices for version 1.9.0
Diffstat (limited to 'pylint/checkers/python3.py')
| -rw-r--r-- | pylint/checkers/python3.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pylint/checkers/python3.py b/pylint/checkers/python3.py index edc465b4b..b5881d445 100644 --- a/pylint/checkers/python3.py +++ b/pylint/checkers/python3.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2014-2017 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2014-2018 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2014-2015 Brett Cannon <brett@python.org> # Copyright (c) 2015 Simu Toni <simutoni@gmail.com> # Copyright (c) 2015 Pavel Roskin <proski@gnu.org> @@ -15,6 +15,7 @@ # Copyright (c) 2017 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2017 ahirnish <ahirnish@gmail.com> # Copyright (c) 2017 Ville Skyttä <ville.skytta@iki.fi> +# Copyright (c) 2018 Sushobhit <31987769+sushobhit27@users.noreply.github.com> # 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 |
