aboutsummaryrefslogtreecommitdiffstats
path: root/tools/test-common.sh
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-12 21:51:34 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-12 21:51:34 +0000
commitf3b4e97bcc5cdc3f79ea17d238c2df9592c6a3c0 (patch)
treee1ef872591b7005839044093a4a170a948ac2d37 /tools/test-common.sh
parentcef679ac988483e71db3b85f97706b48774f365a (diff)
Add (GPLv2+) license headers to these scripts, assigning the copyright to
the original author of the scripts (Gerald). svn path=/trunk/; revision=50542
Diffstat (limited to 'tools/test-common.sh')
-rw-r--r--tools/test-common.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/test-common.sh b/tools/test-common.sh
index 48771ec9b0..ccd874d201 100644
--- a/tools/test-common.sh
+++ b/tools/test-common.sh
@@ -1,6 +1,26 @@
#!/bin/bash
#
+# Copyright 2013 Gerald Combs <gerald@wireshark.org>
+#
# $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.
# Common variables and functions for fuzz and randpkt tests.