diff options
author | Evan Huus <eapache@gmail.com> | 2013-12-23 15:19:25 +0000 |
---|---|---|
committer | Balint Reczey <balint@balintreczey.hu> | 2014-06-08 17:51:58 +0000 |
commit | 4f6e021646101809b4872d010ec8c8dd4665f5b2 (patch) | |
tree | 3a1310fcd81c07a204843dbf0014af4b687ce03f | |
parent | 671d6c9095a0d7d6fd3f05287e9101ef4e9bafb2 (diff) | |
download | wireshark-4f6e021646101809b4872d010ec8c8dd4665f5b2.tar.gz wireshark-4f6e021646101809b4872d010ec8c8dd4665f5b2.tar.bz2 wireshark-4f6e021646101809b4872d010ec8c8dd4665f5b2.zip |
Add GPLv2+ license header to headers-check.c as per private email from the
author.
svn path=/trunk/; revision=54384
Change-Id: I464197c19316700457a5575b370600db38ce4962
Reviewed-on: https://code.wireshark.org/review/2041
Reviewed-by: Evan Huus <eapache@gmail.com>
Reviewed-by: Balint Reczey <balint@balintreczey.hu>
Tested-by: Balint Reczey <balint@balintreczey.hu>
-rw-r--r-- | debian/headers-check.c | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/headers-check.c b/debian/headers-check.c index 378bf479ce..c4bd1d8e9d 100644 --- a/debian/headers-check.c +++ b/debian/headers-check.c @@ -1,3 +1,27 @@ +/* headers-check.c + * + * Test program to ensure all required headers are in the debian package, + * by Laszio <ezerotven@gmail.com>. + * + * 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. + */ + #include <wireshark/config.h> #include <epan/stats_tree.h> #include <epan/packet.h> |