summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--astroid/__init__.py2
-rw-r--r--astroid/__pkginfo__.py2
-rw-r--r--astroid/arguments.py2
-rw-r--r--astroid/as_string.py2
-rw-r--r--astroid/astpeephole.py2
-rw-r--r--astroid/bases.py2
-rw-r--r--astroid/brain/brain_builtin_inference.py2
-rw-r--r--astroid/brain/brain_collections.py2
-rw-r--r--astroid/brain/brain_dateutil.py2
-rw-r--r--astroid/brain/brain_functools.py2
-rw-r--r--astroid/brain/brain_gi.py2
-rw-r--r--astroid/brain/brain_hashlib.py2
-rw-r--r--astroid/brain/brain_mechanize.py2
-rw-r--r--astroid/brain/brain_multiprocessing.py2
-rw-r--r--astroid/brain/brain_namedtuple_enum.py2
-rw-r--r--astroid/brain/brain_nose.py2
-rw-r--r--astroid/brain/brain_numpy.py2
-rw-r--r--astroid/brain/brain_pkg_resources.py2
-rw-r--r--astroid/brain/brain_pytest.py2
-rw-r--r--astroid/brain/brain_qt.py2
-rw-r--r--astroid/brain/brain_six.py2
-rw-r--r--astroid/brain/brain_ssl.py2
-rw-r--r--astroid/brain/brain_subprocess.py2
-rw-r--r--astroid/brain/brain_threading.py2
-rw-r--r--astroid/builder.py2
-rw-r--r--astroid/context.py2
-rw-r--r--astroid/decorators.py2
-rw-r--r--astroid/exceptions.py2
-rw-r--r--astroid/helpers.py2
-rw-r--r--astroid/inference.py2
-rw-r--r--astroid/interpreter/__init__.py2
-rw-r--r--astroid/interpreter/objectmodel.py2
-rw-r--r--astroid/manager.py2
-rw-r--r--astroid/mixins.py2
-rw-r--r--astroid/modutils.py2
-rw-r--r--astroid/node_classes.py2
-rw-r--r--astroid/nodes.py2
-rw-r--r--astroid/objects.py2
-rw-r--r--astroid/protocols.py2
-rw-r--r--astroid/raw_building.py2
-rw-r--r--astroid/rebuilder.py2
-rw-r--r--astroid/scoped_nodes.py2
-rw-r--r--astroid/test_utils.py2
-rw-r--r--astroid/tests/__init__.py2
-rw-r--r--astroid/tests/resources.py2
-rw-r--r--astroid/tests/unittest_brain.py2
-rw-r--r--astroid/tests/unittest_builder.py2
-rw-r--r--astroid/tests/unittest_helpers.py2
-rw-r--r--astroid/tests/unittest_inference.py2
-rw-r--r--astroid/tests/unittest_lookup.py2
-rw-r--r--astroid/tests/unittest_manager.py2
-rw-r--r--astroid/tests/unittest_modutils.py2
-rw-r--r--astroid/tests/unittest_nodes.py2
-rw-r--r--astroid/tests/unittest_object_model.py2
-rw-r--r--astroid/tests/unittest_objects.py2
-rw-r--r--astroid/tests/unittest_peephole.py2
-rw-r--r--astroid/tests/unittest_protocols.py2
-rw-r--r--astroid/tests/unittest_python3.py2
-rw-r--r--astroid/tests/unittest_raw_building.py2
-rw-r--r--astroid/tests/unittest_regrtest.py2
-rw-r--r--astroid/tests/unittest_scoped_nodes.py2
-rw-r--r--astroid/tests/unittest_transforms.py2
-rw-r--r--astroid/tests/unittest_utils.py2
-rw-r--r--astroid/transforms.py2
-rw-r--r--astroid/util.py2
-rw-r--r--doc/conf.py2
-rw-r--r--setup.py22
67 files changed, 136 insertions, 18 deletions
diff --git a/astroid/__init__.py b/astroid/__init__.py
index 44f3df8e..30a37ff1 100644
--- a/astroid/__init__.py
+++ b/astroid/__init__.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index 6743ead0..bdffe25d 100644
--- a/astroid/__pkginfo__.py
+++ b/astroid/__pkginfo__.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/arguments.py b/astroid/arguments.py
index 882bbc3f..6a1bc3c5 100644
--- a/astroid/arguments.py
+++ b/astroid/arguments.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2015-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/as_string.py b/astroid/as_string.py
index 08bee542..888d849a 100644
--- a/astroid/as_string.py
+++ b/astroid/as_string.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2009-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/astpeephole.py b/astroid/astpeephole.py
index 9055a922..c9c440e3 100644
--- a/astroid/astpeephole.py
+++ b/astroid/astpeephole.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2015-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/bases.py b/astroid/bases.py
index 43247f6c..a3ea295e 100644
--- a/astroid/bases.py
+++ b/astroid/bases.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2009-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/brain/brain_builtin_inference.py b/astroid/brain/brain_builtin_inference.py
index 4df8ef61..5e121cfa 100644
--- a/astroid/brain/brain_builtin_inference.py
+++ b/astroid/brain/brain_builtin_inference.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2014-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/brain/brain_collections.py b/astroid/brain/brain_collections.py
index 587741b5..df378af7 100644
--- a/astroid/brain/brain_collections.py
+++ b/astroid/brain/brain_collections.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/brain/brain_dateutil.py b/astroid/brain/brain_dateutil.py
index 2c385ecc..3c14c72d 100644
--- a/astroid/brain/brain_dateutil.py
+++ b/astroid/brain/brain_dateutil.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2015-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/brain/brain_functools.py b/astroid/brain/brain_functools.py
index 6a6ed61f..99fe3fa4 100644
--- a/astroid/brain/brain_functools.py
+++ b/astroid/brain/brain_functools.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
"""Astroid hooks for understanding functools library module."""
import astroid
diff --git a/astroid/brain/brain_gi.py b/astroid/brain/brain_gi.py
index 059b5276..1bf35852 100644
--- a/astroid/brain/brain_gi.py
+++ b/astroid/brain/brain_gi.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2013-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/brain/brain_hashlib.py b/astroid/brain/brain_hashlib.py
index 2ff43858..297e6a5d 100644
--- a/astroid/brain/brain_hashlib.py
+++ b/astroid/brain/brain_hashlib.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/brain/brain_mechanize.py b/astroid/brain/brain_mechanize.py
index 2026d3cd..cfcfdae4 100644
--- a/astroid/brain/brain_mechanize.py
+++ b/astroid/brain/brain_mechanize.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2012-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/brain/brain_multiprocessing.py b/astroid/brain/brain_multiprocessing.py
index 94eaea3c..adbc779a 100644
--- a/astroid/brain/brain_multiprocessing.py
+++ b/astroid/brain/brain_multiprocessing.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/brain/brain_namedtuple_enum.py b/astroid/brain/brain_namedtuple_enum.py
index bfacd925..2a5c17c4 100644
--- a/astroid/brain/brain_namedtuple_enum.py
+++ b/astroid/brain/brain_namedtuple_enum.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2012-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/brain/brain_nose.py b/astroid/brain/brain_nose.py
index 7c04c9b3..1eed078e 100644
--- a/astroid/brain/brain_nose.py
+++ b/astroid/brain/brain_nose.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2015-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/brain/brain_numpy.py b/astroid/brain/brain_numpy.py
index d19470da..675d72d3 100644
--- a/astroid/brain/brain_numpy.py
+++ b/astroid/brain/brain_numpy.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2015-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/brain/brain_pkg_resources.py b/astroid/brain/brain_pkg_resources.py
index 87400965..cd3ade65 100644
--- a/astroid/brain/brain_pkg_resources.py
+++ b/astroid/brain/brain_pkg_resources.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/brain/brain_pytest.py b/astroid/brain/brain_pytest.py
index f20605f0..065c9521 100644
--- a/astroid/brain/brain_pytest.py
+++ b/astroid/brain/brain_pytest.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2014-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/brain/brain_qt.py b/astroid/brain/brain_qt.py
index 30d8de75..07224392 100644
--- a/astroid/brain/brain_qt.py
+++ b/astroid/brain/brain_qt.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2015-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/brain/brain_six.py b/astroid/brain/brain_six.py
index 8f00fadd..6ec62d99 100644
--- a/astroid/brain/brain_six.py
+++ b/astroid/brain/brain_six.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2014-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/brain/brain_ssl.py b/astroid/brain/brain_ssl.py
index 5f33d014..6357c0dd 100644
--- a/astroid/brain/brain_ssl.py
+++ b/astroid/brain/brain_ssl.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/brain/brain_subprocess.py b/astroid/brain/brain_subprocess.py
index db64a651..d81a8bc6 100644
--- a/astroid/brain/brain_subprocess.py
+++ b/astroid/brain/brain_subprocess.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/brain/brain_threading.py b/astroid/brain/brain_threading.py
index 98f7fb0f..e64174ce 100644
--- a/astroid/brain/brain_threading.py
+++ b/astroid/brain/brain_threading.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/builder.py b/astroid/builder.py
index f496ca97..8f9f8db0 100644
--- a/astroid/builder.py
+++ b/astroid/builder.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/context.py b/astroid/context.py
index 95f1d9f5..c2073a0a 100644
--- a/astroid/context.py
+++ b/astroid/context.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2015-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/decorators.py b/astroid/decorators.py
index e86ef67f..8bfa06f2 100644
--- a/astroid/decorators.py
+++ b/astroid/decorators.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2015-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/exceptions.py b/astroid/exceptions.py
index 7098bd85..1bc1dfd7 100644
--- a/astroid/exceptions.py
+++ b/astroid/exceptions.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/helpers.py b/astroid/helpers.py
index 25b378f8..930c9dd5 100644
--- a/astroid/helpers.py
+++ b/astroid/helpers.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2015-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/inference.py b/astroid/inference.py
index bcb56029..1e068997 100644
--- a/astroid/inference.py
+++ b/astroid/inference.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/interpreter/__init__.py b/astroid/interpreter/__init__.py
index e69de29b..e3e07d79 100644
--- a/astroid/interpreter/__init__.py
+++ b/astroid/interpreter/__init__.py
@@ -0,0 +1,2 @@
+# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
diff --git a/astroid/interpreter/objectmodel.py b/astroid/interpreter/objectmodel.py
index 8a1b05c5..b75218b2 100644
--- a/astroid/interpreter/objectmodel.py
+++ b/astroid/interpreter/objectmodel.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# copyright 2003-2016 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
diff --git a/astroid/manager.py b/astroid/manager.py
index 6e314639..846e3935 100644
--- a/astroid/manager.py
+++ b/astroid/manager.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/mixins.py b/astroid/mixins.py
index 1d7d9ee4..319479de 100644
--- a/astroid/mixins.py
+++ b/astroid/mixins.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2010-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/modutils.py b/astroid/modutils.py
index fea36657..0425da24 100644
--- a/astroid/modutils.py
+++ b/astroid/modutils.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2014-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/node_classes.py b/astroid/node_classes.py
index 05bfd6d8..96e44ae2 100644
--- a/astroid/node_classes.py
+++ b/astroid/node_classes.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2009-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/nodes.py b/astroid/nodes.py
index 8e89a013..17ad4975 100644
--- a/astroid/nodes.py
+++ b/astroid/nodes.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/objects.py b/astroid/objects.py
index ce2c80a5..cc4551af 100644
--- a/astroid/objects.py
+++ b/astroid/objects.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2015-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/protocols.py b/astroid/protocols.py
index f7f90e4f..e4904de6 100644
--- a/astroid/protocols.py
+++ b/astroid/protocols.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2009-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/raw_building.py b/astroid/raw_building.py
index edfdaab7..d2eefdc0 100644
--- a/astroid/raw_building.py
+++ b/astroid/raw_building.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/rebuilder.py b/astroid/rebuilder.py
index 90aa5b56..3c2c67e4 100644
--- a/astroid/rebuilder.py
+++ b/astroid/rebuilder.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2009-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/scoped_nodes.py b/astroid/scoped_nodes.py
index 55770f24..e4f35fd8 100644
--- a/astroid/scoped_nodes.py
+++ b/astroid/scoped_nodes.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/test_utils.py b/astroid/test_utils.py
index de3c9088..ef578d4b 100644
--- a/astroid/test_utils.py
+++ b/astroid/test_utils.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2013-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/tests/__init__.py b/astroid/tests/__init__.py
index 7a8e4fce..9c77de22 100644
--- a/astroid/tests/__init__.py
+++ b/astroid/tests/__init__.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/tests/resources.py b/astroid/tests/resources.py
index acf5a222..2cfa18e7 100644
--- a/astroid/tests/resources.py
+++ b/astroid/tests/resources.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/tests/unittest_brain.py b/astroid/tests/unittest_brain.py
index 968c669f..f76f2a95 100644
--- a/astroid/tests/unittest_brain.py
+++ b/astroid/tests/unittest_brain.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2013-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/tests/unittest_builder.py b/astroid/tests/unittest_builder.py
index 41de1ec2..b093669a 100644
--- a/astroid/tests/unittest_builder.py
+++ b/astroid/tests/unittest_builder.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/tests/unittest_helpers.py b/astroid/tests/unittest_helpers.py
index 51033e72..91c7f423 100644
--- a/astroid/tests/unittest_helpers.py
+++ b/astroid/tests/unittest_helpers.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2015-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/tests/unittest_inference.py b/astroid/tests/unittest_inference.py
index 70b6f8da..f12969d1 100644
--- a/astroid/tests/unittest_inference.py
+++ b/astroid/tests/unittest_inference.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/tests/unittest_lookup.py b/astroid/tests/unittest_lookup.py
index f7fd3860..cbe9505d 100644
--- a/astroid/tests/unittest_lookup.py
+++ b/astroid/tests/unittest_lookup.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/tests/unittest_manager.py b/astroid/tests/unittest_manager.py
index 65d64192..9b0990b2 100644
--- a/astroid/tests/unittest_manager.py
+++ b/astroid/tests/unittest_manager.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/tests/unittest_modutils.py b/astroid/tests/unittest_modutils.py
index a6f783d1..17098025 100644
--- a/astroid/tests/unittest_modutils.py
+++ b/astroid/tests/unittest_modutils.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2014-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/tests/unittest_nodes.py b/astroid/tests/unittest_nodes.py
index 19c1dd4c..addb889a 100644
--- a/astroid/tests/unittest_nodes.py
+++ b/astroid/tests/unittest_nodes.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/tests/unittest_object_model.py b/astroid/tests/unittest_object_model.py
index 6a17f641..79462a9c 100644
--- a/astroid/tests/unittest_object_model.py
+++ b/astroid/tests/unittest_object_model.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# copyright 2003-2016 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
diff --git a/astroid/tests/unittest_objects.py b/astroid/tests/unittest_objects.py
index 269dc820..fb3ffd16 100644
--- a/astroid/tests/unittest_objects.py
+++ b/astroid/tests/unittest_objects.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/tests/unittest_peephole.py b/astroid/tests/unittest_peephole.py
index 3117faca..eaefc7ce 100644
--- a/astroid/tests/unittest_peephole.py
+++ b/astroid/tests/unittest_peephole.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2015-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/tests/unittest_protocols.py b/astroid/tests/unittest_protocols.py
index 6533046f..17bf53d5 100644
--- a/astroid/tests/unittest_protocols.py
+++ b/astroid/tests/unittest_protocols.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2015-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/tests/unittest_python3.py b/astroid/tests/unittest_python3.py
index b965aae6..3356510b 100644
--- a/astroid/tests/unittest_python3.py
+++ b/astroid/tests/unittest_python3.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/tests/unittest_raw_building.py b/astroid/tests/unittest_raw_building.py
index ff9d9364..7af90eb5 100644
--- a/astroid/tests/unittest_raw_building.py
+++ b/astroid/tests/unittest_raw_building.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2013-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/tests/unittest_regrtest.py b/astroid/tests/unittest_regrtest.py
index 1653fa34..fbb752ca 100644
--- a/astroid/tests/unittest_regrtest.py
+++ b/astroid/tests/unittest_regrtest.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/tests/unittest_scoped_nodes.py b/astroid/tests/unittest_scoped_nodes.py
index e6411e2a..fb5f9ab2 100644
--- a/astroid/tests/unittest_scoped_nodes.py
+++ b/astroid/tests/unittest_scoped_nodes.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/tests/unittest_transforms.py b/astroid/tests/unittest_transforms.py
index 75196855..aec7d488 100644
--- a/astroid/tests/unittest_transforms.py
+++ b/astroid/tests/unittest_transforms.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2015-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/tests/unittest_utils.py b/astroid/tests/unittest_utils.py
index 53fa388e..4a51ad9f 100644
--- a/astroid/tests/unittest_utils.py
+++ b/astroid/tests/unittest_utils.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2008-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/transforms.py b/astroid/transforms.py
index 83243ad0..3d91b5e7 100644
--- a/astroid/transforms.py
+++ b/astroid/transforms.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2015-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/astroid/util.py b/astroid/util.py
index f159fdb4..863b771e 100644
--- a/astroid/util.py
+++ b/astroid/util.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# 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
diff --git a/doc/conf.py b/doc/conf.py
index 736f8a46..4164f7df 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -41,7 +41,7 @@ master_doc = 'index'
# General information about the project.
project = u'Astroid'
-copyright = u'2003-2016, Logilab, PyCQA and contributors'
+copyright = u'2003-2016, Logilab'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/setup.py b/setup.py
index 2150d1c2..3cc8cffc 100644
--- a/setup.py
+++ b/setup.py
@@ -1,22 +1,10 @@
#!/usr/bin/env python
+# Copyright (c) 2006-2016 LOGILAB S.A. (Paris, FRANCE)
+# http://www.logilab.fr/ -- mailto:contact@logilab.fr
+# 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
+
# pylint: disable=W0404,W0622,W0704,W0613
-# copyright 2003-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
-# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
-#
-# This file is part of astroid.
-#
-# astroid is free software: you can redistribute it and/or modify it under
-# the terms of the GNU Lesser General Public License as published by the Free
-# Software Foundation, either version 2.1 of the License, or (at your option) any
-# later version.
-#
-# astroid is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
-# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
-# details.
-#
-# You should have received a copy of the GNU Lesser General Public License along
-# with astroid. If not, see <http://www.gnu.org/licenses/>.
"""Setup script for astroid."""
import os
from setuptools import setup, find_packages