aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-04-04 10:55:36 -0400
committerMichael Mann <mmann78@netscape.net>2017-04-04 16:22:01 +0000
commit2fb1cef0cf95021290a6718cf902ff2a29ad806d (patch)
tree2ed6b5b2983cb7159c868cd99e9e226a2cfdccc9 /tools
parent7f3234981540afa94462cdb349752ce3db7acbee (diff)
debian-nightly-package.sh: Add Wireshark license
Change-Id: Idff9c807cbc3714acafd98bea5b15b06bf23f0a9 Reviewed-on: https://code.wireshark.org/review/20906 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/debian-nightly-package.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/debian-nightly-package.sh b/tools/debian-nightly-package.sh
index b4f28403b7..045d662d01 100755
--- a/tools/debian-nightly-package.sh
+++ b/tools/debian-nightly-package.sh
@@ -1,4 +1,22 @@
#!/bin/bash
+#
+# 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 -e