diff options
| author | Claudiu Popa <pcmanticore@gmail.com> | 2016-07-22 22:48:31 +0300 |
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2016-07-22 23:26:41 +0300 |
| commit | 9d94babb2e968c5a343218a48684a9529cbab568 (patch) | |
| tree | ed82a11af9ce9f718395420c0c7faabfe780a5fd /setup.py | |
| parent | 461e0161dda5bb8ce1f2817adcb6379f6a9e7b19 (diff) | |
| download | astroid-git-9d94babb2e968c5a343218a48684a9529cbab568.tar.gz | |
Even more granular copyrights (thanks to copyrite)
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,8 @@ #!/usr/bin/env python -# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE) -# http://www.logilab.fr/ -- mailto:contact@logilab.fr +# Copyright (c) 2006, 2009-2013 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr> +# Copyright (c) 2014 Google, Inc. +# Copyright (c) 2014-2016 Claudiu Popa <pcmanticore@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 |
