summaryrefslogtreecommitdiff
path: root/tools/colorfilters2js.pl
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-09-13 23:02:39 +0000
committerEvan Huus <eapache@gmail.com>2013-09-13 23:02:39 +0000
commitf2f2d0e88826be5a27410be98d9992bf76eb5c7c (patch)
treee6ba41dce522bcbe20f61b9709ac0b7a4a60e96b /tools/colorfilters2js.pl
parent7f92257af88303e1d97eaff7c6a700158cec1939 (diff)
downloadwireshark-f2f2d0e88826be5a27410be98d9992bf76eb5c7c.tar.gz
Add license header to colorfilters2js.pl as per email from Dirk.
svn path=/trunk/; revision=52028
Diffstat (limited to 'tools/colorfilters2js.pl')
-rwxr-xr-xtools/colorfilters2js.pl21
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/colorfilters2js.pl b/tools/colorfilters2js.pl
index 5e6548c6bb..7ccc50643e 100755
--- a/tools/colorfilters2js.pl
+++ b/tools/colorfilters2js.pl
@@ -1,5 +1,26 @@
#!/usr/bin/env perl
#
+# Copyright 2011 Dirk Jagdmann <doj@cubic.org>
+#
+# 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.
+
+
# perl program to convert a Wireshark color scheme to javascript
# code. The javascript function should then be inserted into the
# pdml2html.xsl file.