From: Jouni Malinen Date: Thu, 23 Jun 2011 13:39:26 +0000 (+0300) Subject: Add a copyright and license statement for a radiotap header file X-Git-Tag: hostap-1-bp~359 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56234ee168a047a481018aaeccef611ee0bcdeb6;p=thirdparty%2Fhostap.git Add a copyright and license statement for a radiotap header file This file is a part of the radiotap parser that Andy Green agreed to relicense under the BSD license (per email, 11 Aug 2007 07:42:05 +0100). The copyright/license statement was updated in radiotap.c, but this radiotap_iter.h file was forgotten at that point. --- diff --git a/src/utils/radiotap_iter.h b/src/utils/radiotap_iter.h index 92a798a67..2e0e87296 100644 --- a/src/utils/radiotap_iter.h +++ b/src/utils/radiotap_iter.h @@ -1,3 +1,18 @@ +/* + * Radiotap parser + * + * Copyright 2007 Andy Green + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * Alternatively, this software may be distributed under the terms of BSD + * license. + * + * See README and COPYING for more details. + */ + #ifndef __RADIOTAP_ITER_H #define __RADIOTAP_ITER_H