diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2018-07-15 09:21:52 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-07-15 09:21:52 +0200 |
commit | 654492a0259215b0e4cdb76546777186b0f3a710 (patch) | |
tree | 71d3f084bd6626dbfb730f9fe00e03486ef2c398 /astroid/objects.py | |
parent | 7442c6a9e4250d5e2810bddfaf18f15192d70c33 (diff) | |
download | astroid-git-654492a0259215b0e4cdb76546777186b0f3a710.tar.gz |
Update the copyright noticesastroid-2.0
Diffstat (limited to 'astroid/objects.py')
-rw-r--r-- | astroid/objects.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/astroid/objects.py b/astroid/objects.py index 1f5b4388..8d1f324f 100644 --- a/astroid/objects.py +++ b/astroid/objects.py @@ -1,5 +1,8 @@ -# Copyright (c) 2015-2016 Cara Vinson <ceridwenv@gmail.com> -# Copyright (c) 2015-2016 Claudiu Popa <pcmanticore@gmail.com> +# Copyright (c) 2015-2016, 2018 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 Bryce Guinta <bryce.paul.guinta@gmail.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 |