From cbc1b47f64412ff077ca619da5d5bf77bd73be0b Mon Sep 17 00:00:00 2001 From: Nicolas Chauvat Date: Mon, 28 Mar 2011 19:14:53 +0200 Subject: [packaging] prepare 0.55.1 --- __init__.py | 2 +- __pkginfo__.py | 4 ++-- cache.py | 2 +- changelog.py | 2 +- clcommands.py | 4 ++-- cli.py | 2 +- compat.py | 2 +- configuration.py | 2 +- corbautils.py | 2 +- daemon.py | 2 +- date.py | 2 +- dbf.py | 2 +- debian.py3k/rules | 2 +- debian/changelog | 6 ++++++ debian/copyright | 2 +- debian/rules | 2 +- debugger.py | 2 +- decorators.py | 2 +- deprecation.py | 2 +- fileutils.py | 2 +- graph.py | 2 +- hg.py | 2 +- interface.py | 2 +- logging_ext.py | 2 +- modutils.py | 2 +- optik_ext.py | 2 +- optparser.py | 2 +- pdf_ext.py | 2 +- proc.py | 2 +- pyro_ext.py | 2 +- pytest.py | 2 +- setup.py | 2 +- shellutils.py | 2 +- sphinx_ext.py | 2 +- sphinxutils.py | 2 +- table.py | 2 +- tasksqueue.py | 2 +- test/unittest_cache.py | 2 +- test/unittest_changelog.py | 2 +- test/unittest_compat.py | 2 +- test/unittest_configuration.py | 2 +- test/unittest_date.py | 2 +- test/unittest_decorators.py | 2 +- test/unittest_deprecation.py | 2 +- test/unittest_fileutils.py | 2 +- test/unittest_graph.py | 2 +- test/unittest_interface.py | 2 +- test/unittest_modutils.py | 2 +- test/unittest_pytest.py | 2 +- test/unittest_shellutils.py | 2 +- test/unittest_table.py | 2 +- test/unittest_taskqueue.py | 2 +- test/unittest_testlib.py | 2 +- test/unittest_textutils.py | 2 +- test/unittest_tree.py | 2 +- test/unittest_umessage.py | 2 +- test/unittest_ureports_html.py | 2 +- test/unittest_ureports_text.py | 2 +- test/unittest_xmlutils.py | 2 +- test/utils.py | 2 +- testlib.py | 2 +- textutils.py | 2 +- tree.py | 2 +- umessage.py | 2 +- ureports/__init__.py | 2 +- ureports/docbook_writer.py | 2 +- ureports/html_writer.py | 2 +- ureports/nodes.py | 2 +- ureports/text_writer.py | 2 +- vcgutils.py | 2 +- visitor.py | 2 +- xmlrpcutils.py | 2 +- xmlutils.py | 2 +- 73 files changed, 80 insertions(+), 74 deletions(-) diff --git a/__init__.py b/__init__.py index d9c5e64..8d063e2 100644 --- a/__init__.py +++ b/__init__.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/__pkginfo__.py b/__pkginfo__.py index fe43ff9..1f250fd 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.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. @@ -23,7 +23,7 @@ modname = 'common' subpackage_of = 'logilab' subpackage_master = True -numversion = (0, 55, 0) +numversion = (0, 55, 1) version = '.'.join([str(num) for num in numversion]) license = 'LGPL' # 2.1 or later diff --git a/cache.py b/cache.py index ef1f54c..11ed137 100644 --- a/cache.py +++ b/cache.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/changelog.py b/changelog.py index 862d126..74f5124 100644 --- a/changelog.py +++ b/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/clcommands.py b/clcommands.py index b8f3806..f230bbb 100644 --- a/clcommands.py +++ b/clcommands.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. @@ -296,7 +296,7 @@ class ListCommandsCommand(Command): _COMMANDS = CommandLine() DEFAULT_COPYRIGHT = '''\ -Copyright (c) 2004-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +Copyright (c) 2004-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved. http://www.logilab.fr/ -- mailto:contact@logilab.fr''' @deprecated('use cls.register(cli)') diff --git a/cli.py b/cli.py index f3b2bfd..4283732 100644 --- a/cli.py +++ b/cli.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/compat.py b/compat.py index eb5ec11..943b817 100644 --- a/compat.py +++ b/compat.py @@ -1,5 +1,5 @@ # pylint: disable=E0601,W0622,W0611 -# 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/configuration.py b/configuration.py index d24bed5..9ffc14b 100644 --- a/configuration.py +++ b/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/corbautils.py b/corbautils.py index e539a6c..8dfb2ba 100644 --- a/corbautils.py +++ b/corbautils.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/daemon.py b/daemon.py index d705a82..2d85867 100644 --- a/daemon.py +++ b/daemon.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/date.py b/date.py index 16d76f0..b52e5fe 100644 --- a/date.py +++ b/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/dbf.py b/dbf.py index 9013b8e..8def2d2 100644 --- a/dbf.py +++ b/dbf.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/debian.py3k/rules b/debian.py3k/rules index 6446aee..4661da1 100755 --- a/debian.py3k/rules +++ b/debian.py3k/rules @@ -5,7 +5,7 @@ # adapted by Logilab for automatic generation by debianize # (part of the devtools project, http://www.logilab.org/projects/devtools) # -# Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE). +# Copyright (c) 2003-2011 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # Uncomment this to turn on verbose mode. diff --git a/debian/changelog b/debian/changelog index 1c09d9c..2bfac61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +logilab-common (0.55.1-1) unstable; urgency=low + + * new upstream release + + -- Nicolas Chauvat Mon, 28 Mar 2011 19:06:47 +0200 + logilab-common (0.55.0-1) unstable; urgency=low * new upstream release diff --git a/debian/copyright b/debian/copyright index 36cc99d..b5ec0ae 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,7 +8,7 @@ Upstream Author: Copyright: - Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. + Copyright (c) 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved. http://www.logilab.fr/ -- mailto:contact@logilab.fr License: diff --git a/debian/rules b/debian/rules index 7d0084e..edeade9 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ # adapted by Logilab for automatic generation by debianize # (part of the devtools project, http://www.logilab.org/projects/devtools) # -# Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE). +# Copyright (c) 2003-2011 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # Uncomment this to turn on verbose mode. diff --git a/debugger.py b/debugger.py index d4cdeb5..7556322 100644 --- a/debugger.py +++ b/debugger.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/decorators.py b/decorators.py index 9942e5a..8ace461 100644 --- a/decorators.py +++ b/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/deprecation.py b/deprecation.py index 432dcab..db0829a 100644 --- a/deprecation.py +++ b/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/fileutils.py b/fileutils.py index 6aa2c76..4ac9270 100644 --- a/fileutils.py +++ b/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/graph.py b/graph.py index 7321f69..75a2ee7 100644 --- a/graph.py +++ b/graph.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/hg.py b/hg.py index 2c981b0..edf2d3b 100644 --- a/hg.py +++ b/hg.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/interface.py b/interface.py index 8641905..3ea4ab7 100644 --- a/interface.py +++ b/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/logging_ext.py b/logging_ext.py index 0eba371..1b7a1e6 100644 --- a/logging_ext.py +++ b/logging_ext.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/modutils.py b/modutils.py index 835e4b9..0b62f49 100644 --- a/modutils.py +++ b/modutils.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/optik_ext.py b/optik_ext.py index 265b908..39bbe18 100644 --- a/optik_ext.py +++ b/optik_ext.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/optparser.py b/optparser.py index 1469eb6..0263dab 100644 --- a/optparser.py +++ b/optparser.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/pdf_ext.py b/pdf_ext.py index ef64653..71c483b 100644 --- a/pdf_ext.py +++ b/pdf_ext.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/proc.py b/proc.py index 4f3da27..c27356c 100644 --- a/proc.py +++ b/proc.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/pyro_ext.py b/pyro_ext.py index 15e6b2d..41d7ffa 100644 --- a/pyro_ext.py +++ b/pyro_ext.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/pytest.py b/pytest.py index de01092..2d6ccf9 100644 --- a/pytest.py +++ b/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/setup.py b/setup.py index 31db5f2..da44fe0 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # pylint: disable=W0404,W0622,W0704,W0613 -# 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/shellutils.py b/shellutils.py index d8724e0..51f1f77 100644 --- a/shellutils.py +++ b/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/sphinx_ext.py b/sphinx_ext.py index fb8d4a7..a24608c 100644 --- a/sphinx_ext.py +++ b/sphinx_ext.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/sphinxutils.py b/sphinxutils.py index 7a5de99..ab6e8a1 100644 --- a/sphinxutils.py +++ b/sphinxutils.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/table.py b/table.py index 31184b6..744bb78 100644 --- a/table.py +++ b/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/tasksqueue.py b/tasksqueue.py index ce0642b..e95a77e 100644 --- a/tasksqueue.py +++ b/tasksqueue.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_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. diff --git a/testlib.py b/testlib.py index b4d381f..e44c2b2 100644 --- a/testlib.py +++ b/testlib.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/textutils.py b/textutils.py index 64d70d5..f934e76 100644 --- a/textutils.py +++ b/textutils.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/tree.py b/tree.py index ec2d890..885eb0f 100644 --- a/tree.py +++ b/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/umessage.py b/umessage.py index ef92ba4..85d564c 100644 --- a/umessage.py +++ b/umessage.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/ureports/__init__.py b/ureports/__init__.py index 3fae5c2..dcffcfa 100644 --- a/ureports/__init__.py +++ b/ureports/__init__.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/ureports/docbook_writer.py b/ureports/docbook_writer.py index fd3aeaa..e75cbe0 100644 --- a/ureports/docbook_writer.py +++ b/ureports/docbook_writer.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/ureports/html_writer.py b/ureports/html_writer.py index e10748f..1d09503 100644 --- a/ureports/html_writer.py +++ b/ureports/html_writer.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/ureports/nodes.py b/ureports/nodes.py index 0492f66..d63b582 100644 --- a/ureports/nodes.py +++ b/ureports/nodes.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/ureports/text_writer.py b/ureports/text_writer.py index 827770e..04c8f26 100644 --- a/ureports/text_writer.py +++ b/ureports/text_writer.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/vcgutils.py b/vcgutils.py index cf19394..9cd2acd 100644 --- a/vcgutils.py +++ b/vcgutils.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/visitor.py b/visitor.py index e037957..802d2be 100644 --- a/visitor.py +++ b/visitor.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/xmlrpcutils.py b/xmlrpcutils.py index 82a85e6..1d30d82 100644 --- a/xmlrpcutils.py +++ b/xmlrpcutils.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/xmlutils.py b/xmlutils.py index 1ab02fb..d383b9d 100644 --- a/xmlutils.py +++ b/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. -- cgit v1.2.1