summaryrefslogtreecommitdiff
path: root/ureports
diff options
context:
space:
mode:
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>2011-03-28 19:14:53 +0200
committerNicolas Chauvat <nicolas.chauvat@logilab.fr>2011-03-28 19:14:53 +0200
commitcbc1b47f64412ff077ca619da5d5bf77bd73be0b (patch)
tree832c375450c08fe08cbdd774a88080567aeb31c5 /ureports
parentf5c44cc62b240848f38618448c8eeb549ad54c79 (diff)
downloadlogilab-common-cbc1b47f64412ff077ca619da5d5bf77bd73be0b.tar.gz
[packaging] prepare 0.55.1logilab-common-version-0.55.1
Diffstat (limited to 'ureports')
-rw-r--r--ureports/__init__.py2
-rw-r--r--ureports/docbook_writer.py2
-rw-r--r--ureports/html_writer.py2
-rw-r--r--ureports/nodes.py2
-rw-r--r--ureports/text_writer.py2
5 files changed, 5 insertions, 5 deletions
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.