summaryrefslogtreecommitdiff
path: root/tools/git-compare-abis.sh
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-07-27 13:50:52 +0000
committerEvan Huus <eapache@gmail.com>2013-07-27 13:50:52 +0000
commit234cd8dac4d97ca9babdd513597ea97d3749935a (patch)
tree8f0490d624ba011245dd149661ee3588d5b49b44 /tools/git-compare-abis.sh
parent5ede3bcde08bb520b712f329f95b3a60eb64a16f (diff)
downloadwireshark-234cd8dac4d97ca9babdd513597ea97d3749935a.tar.gz
Add the proper license header and attribution to Balint's git-compare-abis script.
svn path=/trunk/; revision=50942
Diffstat (limited to 'tools/git-compare-abis.sh')
-rwxr-xr-xtools/git-compare-abis.sh25
1 files changed, 23 insertions, 2 deletions
diff --git a/tools/git-compare-abis.sh b/tools/git-compare-abis.sh
index 2db9b4928d..712ae1c1f4 100755
--- a/tools/git-compare-abis.sh
+++ b/tools/git-compare-abis.sh
@@ -1,8 +1,29 @@
#!/bin/bash
-
+#
+# checks if Wireshark's ABI has been changes since last release (tag)
+#
+# Copyright 2011 Balint Reczey <balint@balintreczey.hu>
+#
# $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.
-# check if Wireshark's ABI has been changes since last release (tag)
set -e
if test -z "$1"; then