From 00048cf418e4af9472c46e51d1cdc8294283aeea Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Mon, 23 Dec 2013 15:19:25 +0000 Subject: Add GPLv2+ license header to headers-check.c as per private email from the author. svn path=/trunk/; revision=54384 --- debian/headers-check.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'debian/headers-check.c') diff --git a/debian/headers-check.c b/debian/headers-check.c index 2ebaeae98b..310a15a4e0 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 . + * + * 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. + */ + #include #include #include -- cgit v1.2.3