summaryrefslogtreecommitdiff
path: root/ureports/text_writer.py
diff options
context:
space:
mode:
Diffstat (limited to 'ureports/text_writer.py')
-rw-r--r--ureports/text_writer.py31
1 files changed, 15 insertions, 16 deletions
diff --git a/ureports/text_writer.py b/ureports/text_writer.py
index 6e03f6b..437d88b 100644
--- a/ureports/text_writer.py
+++ b/ureports/text_writer.py
@@ -1,19 +1,18 @@
-# Copyright (c) 2004-2005 LOGILAB S.A. (Paris, FRANCE).
-# http://www.logilab.fr/ -- mailto:contact@logilab.fr
-#
-# This program is free software; you can redistribute it and/or modify it under
-# the terms of the GNU General Public License as published by the Free Software
-# Foundation; either version 2 of the License, or (at your option) any later
-# version.
-#
-# This program 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 General Public License for more details
-#
-# You should have received a copy of the GNU General Public License along with
-# this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-"""Text formatting drivers for ureports"""
+"""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:
+ `General Public License version 2
+ <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>`_
+"""
+__docformat__ = "restructuredtext en"
from logilab.common.textutils import linesep
from logilab.common.ureports import BaseWriter