From f3b4e97bcc5cdc3f79ea17d238c2df9592c6a3c0 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Fri, 12 Jul 2013 21:51:34 +0000 Subject: Add (GPLv2+) license headers to these scripts, assigning the copyright to the original author of the scripts (Gerald). svn path=/trunk/; revision=50542 --- tools/test-common.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'tools/test-common.sh') 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 +# # $Id$ +# +# Wireshark - Network traffic analyzer +# By Gerald Combs +# 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. -- cgit v1.2.3