From 53c6595bd9ea4c8e01679a1eedb3ec90eab9a948 Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Sat, 6 Jul 2013 13:31:31 +0000 Subject: Add our license header to plugin moduleinfo.h files. Cleans up a batch of licensecheck warnings. svn path=/trunk/; revision=50407 --- plugins/wimaxmacphy/moduleinfo.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'plugins/wimaxmacphy') diff --git a/plugins/wimaxmacphy/moduleinfo.h b/plugins/wimaxmacphy/moduleinfo.h index bd8114cb57..730d26dc2e 100644 --- a/plugins/wimaxmacphy/moduleinfo.h +++ b/plugins/wimaxmacphy/moduleinfo.h @@ -1,3 +1,26 @@ +/* moduleinfo.h + * + * Module info header for wireshark plugins. + * + * 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. + */ + /* Included *after* config.h, in order to re-define these macros */ #ifdef PACKAGE -- cgit v1.2.1