[PATCH] softmac: add copyright and license headers
add copyright and license headers to all softmac files Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
b2b9b6518e
commit
4855d25b1e
@ -1,3 +1,29 @@
|
||||
/*
|
||||
* This file contains the softmac's authentication logic.
|
||||
*
|
||||
* Copyright (c) 2005 Johannes Berg <johannes@sipsolutions.net>
|
||||
* Joseph Jezak <josejx@gentoo.org>
|
||||
* Larry Finger <Larry.Finger@lwfinger.net>
|
||||
* Danny van Dyk <kugelfang@gentoo.org>
|
||||
* Michael Buesch <mbuesch@freenet.de>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms of version 2 of the GNU General Public License as
|
||||
* published by the Free Software Foundation.
|
||||
*
|
||||
* 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 St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
* The full GNU General Public License is included in this distribution in the
|
||||
* file called COPYING.
|
||||
*/
|
||||
|
||||
#include "ieee80211softmac_priv.h"
|
||||
|
||||
static void ieee80211softmac_auth_queue(void *data);
|
||||
|
Reference in New Issue
Block a user