summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-10-09 17:30:50 +0000
committerEvan Huus <eapache@gmail.com>2013-10-09 17:30:50 +0000
commit2693e1243e9aafe3d4ed56e552e1fbe8aa409396 (patch)
tree1d08428442496b479871610f3e079f01ee4db723
parent4860e101c839f8a75acac073e5f733d1453d04d3 (diff)
downloadwireshark-2693e1243e9aafe3d4ed56e552e1fbe8aa409396.tar.gz
Add some license headers after emailing the respective authors to confirm.
svn path=/trunk/; revision=52471
-rwxr-xr-xdoc/dfilter2pod.pl20
-rwxr-xr-xdocbook/dfilter2xml.pl20
-rwxr-xr-xhelp/faq.py18
-rw-r--r--pdml2html.xsl21
-rwxr-xr-xtools/ftsanity.py21
5 files changed, 99 insertions, 1 deletions
diff --git a/doc/dfilter2pod.pl b/doc/dfilter2pod.pl
index 26ff75eea9..f7f5a7b681 100755
--- a/doc/dfilter2pod.pl
+++ b/doc/dfilter2pod.pl
@@ -9,7 +9,27 @@
# will be replaced by the pod-formatted glossary
# STDOUT is the output
#
+# Gilbert Ramirez <gram [AT] alumni.rice.edu>
+#
# $Id$
+#
+# 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.
use Getopt::Std;
diff --git a/docbook/dfilter2xml.pl b/docbook/dfilter2xml.pl
index c38cf11f1e..ed0ee4810b 100755
--- a/docbook/dfilter2xml.pl
+++ b/docbook/dfilter2xml.pl
@@ -9,7 +9,27 @@
# will be replaced by the pod-formatted glossary
# STDOUT is the output
#
+# Gilbert Ramirez <gram [AT] alumni.rice.edu>
+#
# $Id$
+#
+# 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.
%ftenum_names = (
'FT_NONE', 'No value',
diff --git a/help/faq.py b/help/faq.py
index 5062edd684..dc3b330b03 100755
--- a/help/faq.py
+++ b/help/faq.py
@@ -7,6 +7,24 @@
# question numbers will be automatically generated.
#
# $Id$
+#
+# 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.
import sys
import string
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"/>
diff --git a/tools/ftsanity.py b/tools/ftsanity.py
index a1eb4101ed..82e53c550e 100755
--- a/tools/ftsanity.py
+++ b/tools/ftsanity.py
@@ -2,6 +2,27 @@
"""
Check the sanity of field definitions in Wireshark.
"""
+#
+# Gilbert Ramirez <gram [AT] alumni.rice.edu>
+#
+# 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.
+
import sys
try: