diff options
author | Jouni Malinen <j@w1.fi> | 2012-02-11 14:19:26 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2012-02-11 19:39:36 +0200 |
commit | 0dd1603c3fd34008d047b581b906b66b829d7520 (patch) | |
tree | 92d151fe0115df73c019453e77a4bcdc1ce71b39 /src/eap_common | |
parent | 331f89ff5bee365e1229fc25878791dea52f8d6e (diff) | |
download | external_wpa_supplicant_8_ti-0dd1603c3fd34008d047b581b906b66b829d7520.zip external_wpa_supplicant_8_ti-0dd1603c3fd34008d047b581b906b66b829d7520.tar.gz external_wpa_supplicant_8_ti-0dd1603c3fd34008d047b581b906b66b829d7520.tar.bz2 |
Remove the GPL notification from EAP-pwd implementation
Remove the GPL notification text from EAP-pwd implementation per
approval from Dan Harkins who contributed these files.
(email from Dan Harkins <dharkins@lounge.org> dated
Wed, 4 Jan 2012 16:25:48 -0800)
Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'src/eap_common')
-rw-r--r-- | src/eap_common/eap_pwd_common.c | 10 | ||||
-rw-r--r-- | src/eap_common/eap_pwd_common.h | 10 |
2 files changed, 4 insertions, 16 deletions
diff --git a/src/eap_common/eap_pwd_common.c b/src/eap_common/eap_pwd_common.c index 6879950..5b6bf3c 100644 --- a/src/eap_common/eap_pwd_common.c +++ b/src/eap_common/eap_pwd_common.c @@ -2,14 +2,8 @@ * EAP server/peer: EAP-pwd shared routines * Copyright (c) 2010, Dan Harkins <dharkins@lounge.org> * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the BSD license. - * - * Alternatively, this software may be distributed under the terms of the - * GNU General Public License version 2 as published by the Free Software - * Foundation. - * - * 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/eap_common/eap_pwd_common.h b/src/eap_common/eap_pwd_common.h index 01e6a49..358d008 100644 --- a/src/eap_common/eap_pwd_common.h +++ b/src/eap_common/eap_pwd_common.h @@ -2,14 +2,8 @@ * EAP server/peer: EAP-pwd shared definitions * Copyright (c) 2009, Dan Harkins <dharkins@lounge.org> * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the BSD license. - * - * Alternatively, this software may be distributed under the terms of the - * GNU General Public License version 2 as published by the Free Software - * Foundation. - * - * 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 EAP_PWD_COMMON_H |