summaryrefslogtreecommitdiff
path: root/ureports/text_writer.py
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-04-28 09:00:17 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-04-28 09:00:17 +0200
commit124ff340c59ff2c7a95dc63071e80ed350947ab0 (patch)
treedc990e986ddedc0936bf8c655fb5403089e48ec1 /ureports/text_writer.py
parent00c10f901fdeaba9faf79f6c178e600ff6775dc3 (diff)
parent9205d8cf43ef7191dcbed9bb7cab4e85a1c4b8ba (diff)
downloadlogilab-common-124ff340c59ff2c7a95dc63071e80ed350947ab0.tar.gz
merge
Diffstat (limited to 'ureports/text_writer.py')
-rw-r--r--ureports/text_writer.py31
1 files changed, 18 insertions, 13 deletions
diff --git a/ureports/text_writer.py b/ureports/text_writer.py
index bd61811..6accd38 100644
--- a/ureports/text_writer.py
+++ b/ureports/text_writer.py
@@ -1,16 +1,21 @@
-"""Text formatting drivers for ureports.
-
-:copyright:
- 2004-2008 `LOGILAB S.A. <http://www.logilab.fr>`_ (Paris, FRANCE),
- all rights reserved.
-
-:contact:
- http://www.logilab.org/project/logilab-common --
- mailto:python-projects@logilab.org
-
-:license:
- `Lesser General Public License version 2`_
-"""
+# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
+#
+# This file is part of logilab-common.
+#
+# logilab-common 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.
+#
+# logilab-common 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 Foobar. If not, see <http://www.gnu.org/licenses/>.
+"""Text formatting drivers for ureports"""
__docformat__ = "restructuredtext en"
from logilab.common.textutils import linesep