diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2018-07-15 11:36:36 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-07-15 11:36:36 +0200 |
commit | 3a8635a9ef85759f96bfefd8edcd70e223fd12bb (patch) | |
tree | 2c72a366633a58fa013008cd37ed9ce9eea13cbd /pylint/test/unittest_checker_python3.py | |
parent | 6f087b25b3b751ddb2c1cbd03f4b406fd82da78a (diff) | |
download | pylint-git-3a8635a9ef85759f96bfefd8edcd70e223fd12bb.tar.gz |
Update copyright notices
Diffstat (limited to 'pylint/test/unittest_checker_python3.py')
-rw-r--r-- | pylint/test/unittest_checker_python3.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pylint/test/unittest_checker_python3.py b/pylint/test/unittest_checker_python3.py index 560fccc7f..1ae18fa6e 100644 --- a/pylint/test/unittest_checker_python3.py +++ b/pylint/test/unittest_checker_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 Ionel Cristian Maries <contact@ionelmc.ro> # Copyright (c) 2015 Cosmin Poieana <cmin@ropython.org> @@ -8,6 +8,8 @@ # Copyright (c) 2016 Roy Williams <rwilliams@lyft.com> # Copyright (c) 2016 Derek Gustafson <degustaf@gmail.com> # Copyright (c) 2017 Daniel Miller <millerdev@gmail.com> +# Copyright (c) 2018 Anthony Sottile <asottile@umich.edu> +# Copyright (c) 2018 Ville Skyttä <ville.skytta@upcloud.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 |