diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2020-04-27 10:48:59 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2020-04-27 10:48:59 +0200 |
commit | c2e6a889e338ef488fb0656a0fb6eaadbb59e463 (patch) | |
tree | 3e17f50e83f8ad809210f64a100c5d3bf210808b /astroid/objects.py | |
parent | de15854831d35dd332d2aded821191a4630b18ce (diff) | |
download | astroid-git-c2e6a889e338ef488fb0656a0fb6eaadbb59e463.tar.gz |
Add missing copyright annotations for the past releases
Diffstat (limited to 'astroid/objects.py')
-rw-r--r-- | astroid/objects.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astroid/objects.py b/astroid/objects.py index 50c4fb73..68d74aa2 100644 --- a/astroid/objects.py +++ b/astroid/objects.py @@ -1,7 +1,8 @@ -# Copyright (c) 2015-2016, 2018 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2015-2016, 2018-2020 Claudiu Popa <pcmanticore@gmail.com> # Copyright (c) 2015-2016 Ceridwen <ceridwenv@gmail.com> # Copyright (c) 2015 Florian Bruhin <me@the-compiler.org> # Copyright (c) 2016 Derek Gustafson <degustaf@gmail.com> +# Copyright (c) 2018 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2018 Bryce Guinta <bryce.paul.guinta@gmail.com> # Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html |