Add some license headers after emailing the respective authors to confirm.
authoreapache <eapache@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 9 Oct 2013 17:30:50 +0000 (17:30 +0000)
committereapache <eapache@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 9 Oct 2013 17:30:50 +0000 (17:30 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@52471 f5534014-38df-0310-8fa8-9805f1628bb7

doc/dfilter2pod.pl
docbook/dfilter2xml.pl
help/faq.py
pdml2html.xsl
tools/ftsanity.py

index 26ff75eea9e75eae440ba0962583449123fad5d7..f7f5a7b6818ea3720d8f1f9c138d30fb60164dd5 100755 (executable)
@@ -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;
 
index c38cf11f1e76ad68d0332ebf9c0a317a0f584c58..ed0ee4810b8b0dcd70588de7a48ffd3a3cfd2bb9 100755 (executable)
@@ -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',
index 5062edd684b7bfde131151ff80003f4b541a874a..dc3b330b039b1fa270258a6c519db67f6de6b01b 100755 (executable)
@@ -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
index 4239d7f41fbebf8a99287937afb6d8c1c8334ff3..3e24613c8060ac7083dd2f2a8745bb49168d7c3f 100644 (file)
@@ -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"/>
index a1eb4101ede38c8922aadae7cc1ceca5031d7cee..82e53c550e4ac1fa8146253f3b01a324b5bef593 100755 (executable)
@@ -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: