diff options
author | Jouni Malinen <j@w1.fi> | 2012-02-11 16:46:35 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2012-02-11 19:39:36 +0200 |
commit | 0f3d578efcff5f29d3b8af13edc3c1a9a3222129 (patch) | |
tree | 3d98a6a9ccf64f1c5087cbfdaa4cab24eca965e0 /src/eapol_auth | |
parent | e22d4d957bea049a37dfc2697b895c8ff6cd8b1c (diff) | |
download | external_wpa_supplicant_8_ti-0f3d578efcff5f29d3b8af13edc3c1a9a3222129.zip external_wpa_supplicant_8_ti-0f3d578efcff5f29d3b8af13edc3c1a9a3222129.tar.gz external_wpa_supplicant_8_ti-0f3d578efcff5f29d3b8af13edc3c1a9a3222129.tar.bz2 |
Remove the GPL notification from files contributed by Jouni Malinen
Remove the GPL notification text from the files that were
initially contributed by myself.
Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'src/eapol_auth')
-rw-r--r-- | src/eapol_auth/eapol_auth_dump.c | 10 | ||||
-rw-r--r-- | src/eapol_auth/eapol_auth_sm.c | 10 | ||||
-rw-r--r-- | src/eapol_auth/eapol_auth_sm.h | 10 | ||||
-rw-r--r-- | src/eapol_auth/eapol_auth_sm_i.h | 10 |
4 files changed, 8 insertions, 32 deletions
diff --git a/src/eapol_auth/eapol_auth_dump.c b/src/eapol_auth/eapol_auth_dump.c index a0f0e8d..b6e0b13 100644 --- a/src/eapol_auth/eapol_auth_dump.c +++ b/src/eapol_auth/eapol_auth_dump.c @@ -2,14 +2,8 @@ * IEEE 802.1X-2004 Authenticator - State dump * Copyright (c) 2002-2009, Jouni Malinen <j@w1.fi> * - * 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. + * This software may be distributed under the terms of the BSD license. + * See README for more details. */ #include "includes.h" diff --git a/src/eapol_auth/eapol_auth_sm.c b/src/eapol_auth/eapol_auth_sm.c index e600954..8d6d18f 100644 --- a/src/eapol_auth/eapol_auth_sm.c +++ b/src/eapol_auth/eapol_auth_sm.c @@ -2,14 +2,8 @@ * IEEE 802.1X-2004 Authenticator - EAPOL state machine * Copyright (c) 2002-2009, Jouni Malinen <j@w1.fi> * - * 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. + * This software may be distributed under the terms of the BSD license. + * See README for more details. */ #include "includes.h" diff --git a/src/eapol_auth/eapol_auth_sm.h b/src/eapol_auth/eapol_auth_sm.h index 724bf8b..5e8ff43 100644 --- a/src/eapol_auth/eapol_auth_sm.h +++ b/src/eapol_auth/eapol_auth_sm.h @@ -2,14 +2,8 @@ * IEEE 802.1X-2004 Authenticator - EAPOL state machine * Copyright (c) 2002-2009, Jouni Malinen <j@w1.fi> * - * 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. + * This software may be distributed under the terms of the BSD license. + * See README for more details. */ #ifndef EAPOL_AUTH_SM_H diff --git a/src/eapol_auth/eapol_auth_sm_i.h b/src/eapol_auth/eapol_auth_sm_i.h index 1000da4..d0b7641 100644 --- a/src/eapol_auth/eapol_auth_sm_i.h +++ b/src/eapol_auth/eapol_auth_sm_i.h @@ -2,14 +2,8 @@ * IEEE 802.1X-2004 Authenticator - EAPOL state machine (internal definitions) * Copyright (c) 2002-2009, Jouni Malinen <j@w1.fi> * - * 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. + * This software may be distributed under the terms of the BSD license. + * See README for more details. */ #ifndef EAPOL_AUTH_SM_I_H |