summaryrefslogtreecommitdiff
path: root/pdml2html.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'pdml2html.xsl')
-rw-r--r--pdml2html.xsl21
1 files changed, 20 insertions, 1 deletions
diff --git a/pdml2html.xsl b/pdml2html.xsl
index 4239d7f41f..3e24613c80 100644
--- a/pdml2html.xsl
+++ b/pdml2html.xsl
@@ -3,7 +3,26 @@
<!-- This XSLT will convert a PDML file, saved by Wireshark, into
HTML. The HTML page should look like Wireshark. For questions contact
Dirk Jagdmann (doj@cubic.org).
- Version: 2010-06-09 -->
+ Version: 2010-06-09
+
+ Wireshark - Network traffic analyzer
+ By Gerald Combs <gerald@wireshark.org>
+ Copyright 1998 Gerald Combs
+
+ 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ -->
<!-- set parameters of the HTML output -->
<xsl:output method="html" encoding="UTF-8" omit-xml-declaration="no" standalone="yes" indent="yes"/>