summaryrefslogtreecommitdiff
path: root/tools/debian-setup.sh
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-09-13 21:40:19 +0000
committerGuy Harris <guy@alum.mit.edu>2013-09-13 21:40:19 +0000
commit170a70aafdb6372a0a6a68a76b8a723b4c2e2bea (patch)
tree4f3440bcae0863db36aa9a3c2a44b3a39c5de7c8 /tools/debian-setup.sh
parenta4882cdcfe529ec36c890e322b3331dc3af17f87 (diff)
downloadwireshark-170a70aafdb6372a0a6a68a76b8a723b4c2e2bea.tar.gz
Copyright notice (GPL, why not).
svn path=/trunk/; revision=52025
Diffstat (limited to 'tools/debian-setup.sh')
-rwxr-xr-xtools/debian-setup.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/debian-setup.sh b/tools/debian-setup.sh
index b43f8810f3..00699ac973 100755
--- a/tools/debian-setup.sh
+++ b/tools/debian-setup.sh
@@ -3,6 +3,24 @@
#
# $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.
+#
#
# Install the packages required for Wireshark development.