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 /tests | |
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 'tests')
-rw-r--r-- | tests/test-aes.c | 10 | ||||
-rw-r--r-- | tests/test-asn1.c | 10 | ||||
-rw-r--r-- | tests/test-base64.c | 10 | ||||
-rw-r--r-- | tests/test-https.c | 10 | ||||
-rw-r--r-- | tests/test-list.c | 10 | ||||
-rw-r--r-- | tests/test-md4.c | 10 | ||||
-rw-r--r-- | tests/test-md5.c | 10 | ||||
-rw-r--r-- | tests/test-ms_funcs.c | 10 | ||||
-rw-r--r-- | tests/test-rc4.c | 10 | ||||
-rw-r--r-- | tests/test-sha1.c | 10 | ||||
-rw-r--r-- | tests/test-sha256.c | 10 | ||||
-rw-r--r-- | tests/test-x509.c | 10 | ||||
-rw-r--r-- | tests/test-x509v3.c | 10 |
13 files changed, 26 insertions, 104 deletions
diff --git a/tests/test-aes.c b/tests/test-aes.c index f596a1e..f84d86d 100644 --- a/tests/test-aes.c +++ b/tests/test-aes.c @@ -2,14 +2,8 @@ * Test program for AES * Copyright (c) 2003-2006, 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/tests/test-asn1.c b/tests/test-asn1.c index e59aa49..7b6f7be 100644 --- a/tests/test-asn1.c +++ b/tests/test-asn1.c @@ -2,14 +2,8 @@ * Testing tool for ASN.1 routines * Copyright (c) 2006-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/tests/test-base64.c b/tests/test-base64.c index 747290e..980febf 100644 --- a/tests/test-base64.c +++ b/tests/test-base64.c @@ -2,14 +2,8 @@ * Base64 encoding/decoding (RFC1341) - test program * Copyright (c) 2005, 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 "utils/includes.h" diff --git a/tests/test-https.c b/tests/test-https.c index 96e894d..2f41500 100644 --- a/tests/test-https.c +++ b/tests/test-https.c @@ -2,14 +2,8 @@ * Testing tool for TLSv1 client routines using HTTPS * Copyright (c) 2011, 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/tests/test-list.c b/tests/test-list.c index 930ce41..01bcbf6 100644 --- a/tests/test-list.c +++ b/tests/test-list.c @@ -2,14 +2,8 @@ * Doubly-linked list - test program * Copyright (c) 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 "utils/includes.h" diff --git a/tests/test-md4.c b/tests/test-md4.c index e390d0f..903fd10 100644 --- a/tests/test-md4.c +++ b/tests/test-md4.c @@ -2,14 +2,8 @@ * Test program for MD4 (test vectors from RFC 1320) * Copyright (c) 2006-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/tests/test-md5.c b/tests/test-md5.c index c33f1c2..5ae0671 100644 --- a/tests/test-md5.c +++ b/tests/test-md5.c @@ -2,14 +2,8 @@ * Test program for MD5 (test vectors from RFC 1321) * Copyright (c) 2006, 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/tests/test-ms_funcs.c b/tests/test-ms_funcs.c index ae36171..b740bc9 100644 --- a/tests/test-ms_funcs.c +++ b/tests/test-ms_funcs.c @@ -2,14 +2,8 @@ * Test program for ms_funcs * Copyright (c) 2003-2006, 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 "crypto/ms_funcs.c" diff --git a/tests/test-rc4.c b/tests/test-rc4.c index cbe2aeb..6ac2ef3 100644 --- a/tests/test-rc4.c +++ b/tests/test-rc4.c @@ -2,14 +2,8 @@ * Test program for RC4 * Copyright (c) 2011, 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/tests/test-sha1.c b/tests/test-sha1.c index 1b390f1..4141c49 100644 --- a/tests/test-sha1.c +++ b/tests/test-sha1.c @@ -2,14 +2,8 @@ * Test program for SHA1 and MD5 * Copyright (c) 2003-2006, 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/tests/test-sha256.c b/tests/test-sha256.c index f194ff9..9d45439 100644 --- a/tests/test-sha256.c +++ b/tests/test-sha256.c @@ -2,14 +2,8 @@ * Test program for SHA256 * Copyright (c) 2006, 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/tests/test-x509.c b/tests/test-x509.c index 96181c2..e92ea61 100644 --- a/tests/test-x509.c +++ b/tests/test-x509.c @@ -2,14 +2,8 @@ * Testing tool for X.509v3 routines * Copyright (c) 2006-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/tests/test-x509v3.c b/tests/test-x509v3.c index 6943efc..1290b5c 100644 --- a/tests/test-x509v3.c +++ b/tests/test-x509v3.c @@ -2,14 +2,8 @@ * Testing tool for X.509v3 routines * Copyright (c) 2006-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" |