Add SVN:Id tag. Copy copyright notice to the header file.

svn path=/trunk/; revision=34555
This commit is contained in:
Jeff Morriss 2010-10-18 13:26:35 +00:00
parent 13c4798e8c
commit 418b9b2958
2 changed files with 16 additions and 0 deletions

View File

@ -4,6 +4,8 @@
* Copyright 2007 Andy Green <andy@warmcat.com>
* Copyright 2009 Johannes Berg <johannes@sipsolutions.net>
*
* $Id$
*
* 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.

View File

@ -1,5 +1,19 @@
/*
* Radiotap parser
*
* Copyright 2007 Andy Green <andy@warmcat.com>
* Copyright 2009 Johannes Berg <johannes@sipsolutions.net>
*
* $Id$
*
* 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 COPYING for more details.
*/
#ifndef __RADIOTAP_ITER_H