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 /radius_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 'radius_example')
-rw-r--r-- | radius_example/README | 8 | ||||
-rw-r--r-- | radius_example/radius_example.c | 10 |
2 files changed, 4 insertions, 14 deletions
diff --git a/radius_example/README b/radius_example/README index 7669fa3..ec458e3 100644 --- a/radius_example/README +++ b/radius_example/README @@ -1,12 +1,8 @@ Example application using RADIUS client 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. +This software may be distributed under the terms of the BSD license. +See the parent directory README for more details. This directory contains an example showing how the RADIUS client diff --git a/radius_example/radius_example.c b/radius_example/radius_example.c index fd7dbae..066707f 100644 --- a/radius_example/radius_example.c +++ b/radius_example/radius_example.c @@ -2,14 +2,8 @@ * Example application using RADIUS client 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" |