diff options
Diffstat (limited to 'src/tls')
-rw-r--r-- | src/tls/asn1.c | 10 | ||||
-rw-r--r-- | src/tls/asn1.h | 10 | ||||
-rw-r--r-- | src/tls/bignum.c | 10 | ||||
-rw-r--r-- | src/tls/bignum.h | 10 | ||||
-rw-r--r-- | src/tls/pkcs1.c | 10 | ||||
-rw-r--r-- | src/tls/pkcs1.h | 10 | ||||
-rw-r--r-- | src/tls/pkcs5.c | 10 | ||||
-rw-r--r-- | src/tls/pkcs5.h | 10 | ||||
-rw-r--r-- | src/tls/pkcs8.c | 10 | ||||
-rw-r--r-- | src/tls/pkcs8.h | 10 | ||||
-rw-r--r-- | src/tls/rsa.c | 10 | ||||
-rw-r--r-- | src/tls/rsa.h | 10 | ||||
-rw-r--r-- | src/tls/tlsv1_client.c | 10 | ||||
-rw-r--r-- | src/tls/tlsv1_client.h | 10 | ||||
-rw-r--r-- | src/tls/tlsv1_client_i.h | 10 | ||||
-rw-r--r-- | src/tls/tlsv1_client_read.c | 10 | ||||
-rw-r--r-- | src/tls/tlsv1_client_write.c | 10 | ||||
-rw-r--r-- | src/tls/tlsv1_common.c | 10 | ||||
-rw-r--r-- | src/tls/tlsv1_common.h | 10 | ||||
-rw-r--r-- | src/tls/tlsv1_cred.c | 10 | ||||
-rw-r--r-- | src/tls/tlsv1_cred.h | 10 | ||||
-rw-r--r-- | src/tls/tlsv1_record.c | 10 | ||||
-rw-r--r-- | src/tls/tlsv1_record.h | 10 | ||||
-rw-r--r-- | src/tls/tlsv1_server.c | 10 | ||||
-rw-r--r-- | src/tls/tlsv1_server.h | 10 | ||||
-rw-r--r-- | src/tls/tlsv1_server_i.h | 10 | ||||
-rw-r--r-- | src/tls/tlsv1_server_read.c | 10 | ||||
-rw-r--r-- | src/tls/tlsv1_server_write.c | 10 | ||||
-rw-r--r-- | src/tls/x509v3.c | 10 | ||||
-rw-r--r-- | src/tls/x509v3.h | 10 |
30 files changed, 60 insertions, 240 deletions
diff --git a/src/tls/asn1.c b/src/tls/asn1.c index 3391245..53acd53 100644 --- a/src/tls/asn1.c +++ b/src/tls/asn1.c @@ -2,14 +2,8 @@ * ASN.1 DER parsing * 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/src/tls/asn1.h b/src/tls/asn1.h index 2ff571e..6342c4c 100644 --- a/src/tls/asn1.h +++ b/src/tls/asn1.h @@ -2,14 +2,8 @@ * ASN.1 DER parsing * 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. */ #ifndef ASN1_H diff --git a/src/tls/bignum.c b/src/tls/bignum.c index 5c0fc62..f3baafe 100644 --- a/src/tls/bignum.c +++ b/src/tls/bignum.c @@ -2,14 +2,8 @@ * Big number math * 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/src/tls/bignum.h b/src/tls/bignum.h index f25e267..24acdce 100644 --- a/src/tls/bignum.h +++ b/src/tls/bignum.h @@ -2,14 +2,8 @@ * Big number math * 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. */ #ifndef BIGNUM_H diff --git a/src/tls/pkcs1.c b/src/tls/pkcs1.c index 72ebd87..b6fde5e 100644 --- a/src/tls/pkcs1.c +++ b/src/tls/pkcs1.c @@ -2,14 +2,8 @@ * PKCS #1 (RSA Encryption) * 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/src/tls/pkcs1.h b/src/tls/pkcs1.h index 68872b1..ed64def 100644 --- a/src/tls/pkcs1.h +++ b/src/tls/pkcs1.h @@ -2,14 +2,8 @@ * PKCS #1 (RSA Encryption) * 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. */ #ifndef PKCS1_H diff --git a/src/tls/pkcs5.c b/src/tls/pkcs5.c index fd9e346..8a93483 100644 --- a/src/tls/pkcs5.c +++ b/src/tls/pkcs5.c @@ -2,14 +2,8 @@ * PKCS #5 (Password-based Encryption) * 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 "includes.h" diff --git a/src/tls/pkcs5.h b/src/tls/pkcs5.h index 6ed3923..20ddadc 100644 --- a/src/tls/pkcs5.h +++ b/src/tls/pkcs5.h @@ -2,14 +2,8 @@ * PKCS #5 (Password-based Encryption) * 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. */ #ifndef PKCS5_H diff --git a/src/tls/pkcs8.c b/src/tls/pkcs8.c index 69ab262..52e43a4 100644 --- a/src/tls/pkcs8.c +++ b/src/tls/pkcs8.c @@ -2,14 +2,8 @@ * PKCS #8 (Private-key information syntax) * 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/src/tls/pkcs8.h b/src/tls/pkcs8.h index dac517c..bebf840 100644 --- a/src/tls/pkcs8.h +++ b/src/tls/pkcs8.h @@ -2,14 +2,8 @@ * PKCS #8 (Private-key information syntax) * 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. */ #ifndef PKCS8_H diff --git a/src/tls/rsa.c b/src/tls/rsa.c index 3084adc..125c420 100644 --- a/src/tls/rsa.c +++ b/src/tls/rsa.c @@ -2,14 +2,8 @@ * RSA * 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/src/tls/rsa.h b/src/tls/rsa.h index ac50dfd..c236a9d 100644 --- a/src/tls/rsa.h +++ b/src/tls/rsa.h @@ -2,14 +2,8 @@ * RSA * 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. */ #ifndef RSA_H diff --git a/src/tls/tlsv1_client.c b/src/tls/tlsv1_client.c index d0da588..c5cd362 100644 --- a/src/tls/tlsv1_client.c +++ b/src/tls/tlsv1_client.c @@ -2,14 +2,8 @@ * TLS v1.0/v1.1/v1.2 client (RFC 2246, RFC 4346, RFC 5246) * Copyright (c) 2006-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/src/tls/tlsv1_client.h b/src/tls/tlsv1_client.h index ef5e694..8ec85f1 100644 --- a/src/tls/tlsv1_client.h +++ b/src/tls/tlsv1_client.h @@ -2,14 +2,8 @@ * TLS v1.0/v1.1/v1.2 client (RFC 2246, RFC 4346, RFC 5246) * Copyright (c) 2006-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. */ #ifndef TLSV1_CLIENT_H diff --git a/src/tls/tlsv1_client_i.h b/src/tls/tlsv1_client_i.h index 92912ca..55fdcf8 100644 --- a/src/tls/tlsv1_client_i.h +++ b/src/tls/tlsv1_client_i.h @@ -2,14 +2,8 @@ * TLSv1 client - internal structures * Copyright (c) 2006-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. */ #ifndef TLSV1_CLIENT_I_H diff --git a/src/tls/tlsv1_client_read.c b/src/tls/tlsv1_client_read.c index eb0cbef..3269ecf 100644 --- a/src/tls/tlsv1_client_read.c +++ b/src/tls/tlsv1_client_read.c @@ -2,14 +2,8 @@ * TLSv1 client - read handshake message * Copyright (c) 2006-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/src/tls/tlsv1_client_write.c b/src/tls/tlsv1_client_write.c index 35a238b..d789efb 100644 --- a/src/tls/tlsv1_client_write.c +++ b/src/tls/tlsv1_client_write.c @@ -2,14 +2,8 @@ * TLSv1 client - write handshake message * Copyright (c) 2006-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/src/tls/tlsv1_common.c b/src/tls/tlsv1_common.c index 871359a..d212862 100644 --- a/src/tls/tlsv1_common.c +++ b/src/tls/tlsv1_common.c @@ -2,14 +2,8 @@ * TLSv1 common routines * Copyright (c) 2006-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/src/tls/tlsv1_common.h b/src/tls/tlsv1_common.h index 027daa4..f28c0cd 100644 --- a/src/tls/tlsv1_common.h +++ b/src/tls/tlsv1_common.h @@ -2,14 +2,8 @@ * TLSv1 common definitions * Copyright (c) 2006-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. */ #ifndef TLSV1_COMMON_H diff --git a/src/tls/tlsv1_cred.c b/src/tls/tlsv1_cred.c index d846480..1ea6827 100644 --- a/src/tls/tlsv1_cred.c +++ b/src/tls/tlsv1_cred.c @@ -2,14 +2,8 @@ * TLSv1 credentials * 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/src/tls/tlsv1_cred.h b/src/tls/tlsv1_cred.h index 8425fe4..68fbdc9 100644 --- a/src/tls/tlsv1_cred.h +++ b/src/tls/tlsv1_cred.h @@ -2,14 +2,8 @@ * TLSv1 credentials * 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. */ #ifndef TLSV1_CRED_H diff --git a/src/tls/tlsv1_record.c b/src/tls/tlsv1_record.c index 0314551..3bec3be 100644 --- a/src/tls/tlsv1_record.c +++ b/src/tls/tlsv1_record.c @@ -2,14 +2,8 @@ * TLSv1 Record Protocol * Copyright (c) 2006-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/src/tls/tlsv1_record.h b/src/tls/tlsv1_record.h index 9eb9bfd..48abcb0 100644 --- a/src/tls/tlsv1_record.h +++ b/src/tls/tlsv1_record.h @@ -2,14 +2,8 @@ * TLSv1 Record Protocol * Copyright (c) 2006-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. */ #ifndef TLSV1_RECORD_H diff --git a/src/tls/tlsv1_server.c b/src/tls/tlsv1_server.c index 96e160c..72e2716 100644 --- a/src/tls/tlsv1_server.c +++ b/src/tls/tlsv1_server.c @@ -2,14 +2,8 @@ * TLS v1.0/v1.1/v1.2 server (RFC 2246, RFC 4346, RFC 5246) * Copyright (c) 2006-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/src/tls/tlsv1_server.h b/src/tls/tlsv1_server.h index daa4353..a18c69e 100644 --- a/src/tls/tlsv1_server.h +++ b/src/tls/tlsv1_server.h @@ -2,14 +2,8 @@ * TLS v1.0/v1.1/v1.2 server (RFC 2246, RFC 4346, RFC 5246) * Copyright (c) 2006-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. */ #ifndef TLSV1_SERVER_H diff --git a/src/tls/tlsv1_server_i.h b/src/tls/tlsv1_server_i.h index d11ea75..1f61533 100644 --- a/src/tls/tlsv1_server_i.h +++ b/src/tls/tlsv1_server_i.h @@ -2,14 +2,8 @@ * TLSv1 server - internal structures * 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. */ #ifndef TLSV1_SERVER_I_H diff --git a/src/tls/tlsv1_server_read.c b/src/tls/tlsv1_server_read.c index 443c028..6f6539b 100644 --- a/src/tls/tlsv1_server_read.c +++ b/src/tls/tlsv1_server_read.c @@ -2,14 +2,8 @@ * TLSv1 server - read handshake message * Copyright (c) 2006-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/src/tls/tlsv1_server_write.c b/src/tls/tlsv1_server_write.c index 0ca3b23..6d8e55e 100644 --- a/src/tls/tlsv1_server_write.c +++ b/src/tls/tlsv1_server_write.c @@ -2,14 +2,8 @@ * TLSv1 server - write handshake message * Copyright (c) 2006-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/src/tls/x509v3.c b/src/tls/x509v3.c index 347f975..87c5178 100644 --- a/src/tls/x509v3.c +++ b/src/tls/x509v3.c @@ -2,14 +2,8 @@ * X.509v3 certificate parsing and processing (RFC 3280 profile) * Copyright (c) 2006-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/src/tls/x509v3.h b/src/tls/x509v3.h index 3e2005b..91a35ba 100644 --- a/src/tls/x509v3.h +++ b/src/tls/x509v3.h @@ -2,14 +2,8 @@ * X.509v3 certificate parsing and processing * Copyright (c) 2006-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. */ #ifndef X509V3_H |