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 /eap_example | |
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 '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" |