diff options
Diffstat (limited to 'eap_example')
-rw-r--r-- | eap_example/README | 8 | ||||
-rw-r--r-- | eap_example/eap_example.c | 10 | ||||
-rw-r--r-- | eap_example/eap_example_peer.c | 10 | ||||
-rw-r--r-- | eap_example/eap_example_server.c | 10 |
4 files changed, 8 insertions, 30 deletions
diff --git a/eap_example/README b/eap_example/README index b897ab5..0c2921e 100644 --- a/eap_example/README +++ b/eap_example/README @@ -1,12 +1,8 @@ EAP peer/server library and example program Copyright (c) 2007, 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. +This software may be distributed under the terms of the BSD license. +See the parent directory README for more details. The interfaces of the EAP server/peer implementation are based on RFC diff --git a/eap_example/eap_example.c b/eap_example/eap_example.c index b8917c8..68f3c00 100644 --- a/eap_example/eap_example.c +++ b/eap_example/eap_example.c @@ -5,14 +5,8 @@ * through an EAP-PEAP/MSCHAPv2 authentication. * Copyright (c) 2007, 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/eap_example/eap_example_peer.c b/eap_example/eap_example_peer.c index 0b7d417..bfeafa0 100644 --- a/eap_example/eap_example_peer.c +++ b/eap_example/eap_example_peer.c @@ -3,14 +3,8 @@ * used as a library. * Copyright (c) 2007, 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/eap_example/eap_example_server.c b/eap_example/eap_example_server.c index 03deb67..7097bca 100644 --- a/eap_example/eap_example_server.c +++ b/eap_example/eap_example_server.c @@ -3,14 +3,8 @@ * a library. * Copyright (c) 2007, 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" |