diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2020-04-27 11:04:14 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2020-04-27 11:04:14 +0200 |
commit | 369d952c7e5df010932cf89e528b2f6e9ff08dd6 (patch) | |
tree | 0059a741e180c082e90410dcbc6387d8855032af /tests/unittest_pyreverse_inspector.py | |
parent | 01345546f66dd9632a2f1e1e36cefcf7d293f9fe (diff) | |
download | pylint-git-369d952c7e5df010932cf89e528b2f6e9ff08dd6.tar.gz |
Add missing copyright annotations for the past releases
Diffstat (limited to 'tests/unittest_pyreverse_inspector.py')
-rw-r--r-- | tests/unittest_pyreverse_inspector.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unittest_pyreverse_inspector.py b/tests/unittest_pyreverse_inspector.py index d94638c3c..068d43666 100644 --- a/tests/unittest_pyreverse_inspector.py +++ b/tests/unittest_pyreverse_inspector.py @@ -1,5 +1,7 @@ # Copyright (c) 2015-2018 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2016 Derek Gustafson <degustaf@gmail.com> +# Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> +# Copyright (c) 2019 Pierre Sassoulas <pierre.sassoulas@gmail.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 |