summaryrefslogtreecommitdiff
path: root/ureports/docbook_writer.py
diff options
context:
space:
mode:
Diffstat (limited to 'ureports/docbook_writer.py')
-rw-r--r--ureports/docbook_writer.py31
1 files changed, 18 insertions, 13 deletions
diff --git a/ureports/docbook_writer.py b/ureports/docbook_writer.py
index efd0350..ba8c897 100644
--- a/ureports/docbook_writer.py
+++ b/ureports/docbook_writer.py
@@ -1,16 +1,21 @@
-"""HTML 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`
-"""
+# 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/>.
+"""HTML formatting drivers for ureports"""
from __future__ import generators
__docformat__ = "restructuredtext en"