summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unittest_cache.py2
-rw-r--r--test/unittest_changelog.py2
-rw-r--r--test/unittest_compat.py2
-rw-r--r--test/unittest_configuration.py2
-rw-r--r--test/unittest_date.py2
-rw-r--r--test/unittest_decorators.py2
-rw-r--r--test/unittest_deprecation.py2
-rw-r--r--test/unittest_fileutils.py2
-rw-r--r--test/unittest_graph.py2
-rw-r--r--test/unittest_interface.py2
-rw-r--r--test/unittest_modutils.py2
-rw-r--r--test/unittest_pytest.py2
-rw-r--r--test/unittest_shellutils.py2
-rw-r--r--test/unittest_table.py2
-rw-r--r--test/unittest_taskqueue.py2
-rw-r--r--test/unittest_testlib.py2
-rw-r--r--test/unittest_textutils.py2
-rw-r--r--test/unittest_tree.py2
-rw-r--r--test/unittest_umessage.py2
-rw-r--r--test/unittest_ureports_html.py2
-rw-r--r--test/unittest_ureports_text.py2
-rw-r--r--test/unittest_xmlutils.py2
-rw-r--r--test/utils.py2
23 files changed, 23 insertions, 23 deletions
diff --git a/test/unittest_cache.py b/test/unittest_cache.py
index 3e4b185..c184cca 100644
--- a/test/unittest_cache.py
+++ b/test/unittest_cache.py
@@ -1,5 +1,5 @@
# unit tests for the cache module
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
diff --git a/test/unittest_changelog.py b/test/unittest_changelog.py
index 203545f..4db67ef 100644
--- a/test/unittest_changelog.py
+++ b/test/unittest_changelog.py
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
diff --git a/test/unittest_compat.py b/test/unittest_compat.py
index ebb72a7..69f7a35 100644
--- a/test/unittest_compat.py
+++ b/test/unittest_compat.py
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
diff --git a/test/unittest_configuration.py b/test/unittest_configuration.py
index 689a067..6798935 100644
--- a/test/unittest_configuration.py
+++ b/test/unittest_configuration.py
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
diff --git a/test/unittest_date.py b/test/unittest_date.py
index e05df34..8fa7776 100644
--- a/test/unittest_date.py
+++ b/test/unittest_date.py
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
diff --git a/test/unittest_decorators.py b/test/unittest_decorators.py
index a016027..5c598f4 100644
--- a/test/unittest_decorators.py
+++ b/test/unittest_decorators.py
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
diff --git a/test/unittest_deprecation.py b/test/unittest_deprecation.py
index 9b78a75..d697250 100644
--- a/test/unittest_deprecation.py
+++ b/test/unittest_deprecation.py
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
diff --git a/test/unittest_fileutils.py b/test/unittest_fileutils.py
index 6d99d52..b7ffd71 100644
--- a/test/unittest_fileutils.py
+++ b/test/unittest_fileutils.py
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
diff --git a/test/unittest_graph.py b/test/unittest_graph.py
index bd739bf..9a2e8bc 100644
--- a/test/unittest_graph.py
+++ b/test/unittest_graph.py
@@ -1,5 +1,5 @@
# unit tests for the cache module
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
diff --git a/test/unittest_interface.py b/test/unittest_interface.py
index 33f871b..1dbed7a 100644
--- a/test/unittest_interface.py
+++ b/test/unittest_interface.py
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
diff --git a/test/unittest_modutils.py b/test/unittest_modutils.py
index 5f6e76b..4fe2baf 100644
--- a/test/unittest_modutils.py
+++ b/test/unittest_modutils.py
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
diff --git a/test/unittest_pytest.py b/test/unittest_pytest.py
index fc5fbca..5496cf5 100644
--- a/test/unittest_pytest.py
+++ b/test/unittest_pytest.py
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
diff --git a/test/unittest_shellutils.py b/test/unittest_shellutils.py
index 56314be..81c4397 100644
--- a/test/unittest_shellutils.py
+++ b/test/unittest_shellutils.py
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
diff --git a/test/unittest_table.py b/test/unittest_table.py
index dda2ad6..57fea86 100644
--- a/test/unittest_table.py
+++ b/test/unittest_table.py
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
diff --git a/test/unittest_taskqueue.py b/test/unittest_taskqueue.py
index 345908f..d8b6a9e 100644
--- a/test/unittest_taskqueue.py
+++ b/test/unittest_taskqueue.py
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
diff --git a/test/unittest_testlib.py b/test/unittest_testlib.py
index 4d36627..dad561a 100644
--- a/test/unittest_testlib.py
+++ b/test/unittest_testlib.py
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
diff --git a/test/unittest_textutils.py b/test/unittest_textutils.py
index d72a4a1..e8b46b1 100644
--- a/test/unittest_textutils.py
+++ b/test/unittest_textutils.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
diff --git a/test/unittest_tree.py b/test/unittest_tree.py
index 3cfcdd8..8e7f4bd 100644
--- a/test/unittest_tree.py
+++ b/test/unittest_tree.py
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
diff --git a/test/unittest_umessage.py b/test/unittest_umessage.py
index 5480637..2d14a26 100644
--- a/test/unittest_umessage.py
+++ b/test/unittest_umessage.py
@@ -1,5 +1,5 @@
# encoding: iso-8859-15
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
diff --git a/test/unittest_ureports_html.py b/test/unittest_ureports_html.py
index 79cabcd..c849c4f 100644
--- a/test/unittest_ureports_html.py
+++ b/test/unittest_ureports_html.py
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
diff --git a/test/unittest_ureports_text.py b/test/unittest_ureports_text.py
index 1bda527..25a2194 100644
--- a/test/unittest_ureports_text.py
+++ b/test/unittest_ureports_text.py
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
diff --git a/test/unittest_xmlutils.py b/test/unittest_xmlutils.py
index 0c25e2b..3d82da9 100644
--- a/test/unittest_xmlutils.py
+++ b/test/unittest_xmlutils.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
diff --git a/test/utils.py b/test/utils.py
index 73b362b..957d7eb 100644
--- a/test/utils.py
+++ b/test/utils.py
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.