diff options
author | hippo91 <guillaume.peillex@gmail.com> | 2020-12-27 16:02:19 +0100 |
---|---|---|
committer | hippo91 <guillaume.peillex@gmail.com> | 2020-12-27 16:02:19 +0100 |
commit | daecc59041810680708d1d099199d83331b853bd (patch) | |
tree | 58e869bc48d58b67685c488529226df8e85690e2 /astroid/protocols.py | |
parent | f05a518d15a89ad8c2894923a6530ea891fcc0e0 (diff) | |
download | astroid-git-daecc59041810680708d1d099199d83331b853bd.tar.gz |
New copyright notices
Diffstat (limited to 'astroid/protocols.py')
-rw-r--r-- | astroid/protocols.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astroid/protocols.py b/astroid/protocols.py index 0d2fb99f..57e5a231 100644 --- a/astroid/protocols.py +++ b/astroid/protocols.py @@ -14,6 +14,8 @@ # Copyright (c) 2018 Bryce Guinta <bryce.paul.guinta@gmail.com> # Copyright (c) 2018 HoverHell <hoverhell@gmail.com> # Copyright (c) 2019 Hugo van Kemenade <hugovk@users.noreply.github.com> +# Copyright (c) 2020 Vilnis Termanis <vilnis.termanis@iotics.com> +# Copyright (c) 2020 Ram Rachum <ram@rachum.com> # Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html # For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER |