From 967a2a5f8cfb0cbafbe8ee09b54856742470b109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 22 Jan 2015 14:28:16 +0000 Subject: [PATCH] Change name to mbed TLS in the copyright notice --- include/polarssl/aes.h | 2 +- include/polarssl/aesni.h | 2 +- include/polarssl/arc4.h | 2 +- include/polarssl/asn1.h | 2 +- include/polarssl/asn1write.h | 2 +- include/polarssl/base64.h | 2 +- include/polarssl/bignum.h | 2 +- include/polarssl/blowfish.h | 2 +- include/polarssl/bn_mul.h | 2 +- include/polarssl/camellia.h | 2 +- include/polarssl/ccm.h | 2 +- include/polarssl/certs.h | 2 +- include/polarssl/check_config.h | 2 +- include/polarssl/cipher.h | 2 +- include/polarssl/cipher_wrap.h | 2 +- include/polarssl/compat-1.2.h | 2 +- include/polarssl/config.h | 2 +- include/polarssl/ctr_drbg.h | 2 +- include/polarssl/debug.h | 2 +- include/polarssl/des.h | 2 +- include/polarssl/dhm.h | 2 +- include/polarssl/ecdh.h | 2 +- include/polarssl/ecdsa.h | 2 +- include/polarssl/ecp.h | 2 +- include/polarssl/entropy.h | 2 +- include/polarssl/entropy_poll.h | 2 +- include/polarssl/error.h | 2 +- include/polarssl/gcm.h | 2 +- include/polarssl/havege.h | 2 +- include/polarssl/hmac_drbg.h | 2 +- include/polarssl/md.h | 2 +- include/polarssl/md2.h | 2 +- include/polarssl/md4.h | 2 +- include/polarssl/md5.h | 2 +- include/polarssl/md_wrap.h | 2 +- include/polarssl/memory.h | 2 +- include/polarssl/memory_buffer_alloc.h | 2 +- include/polarssl/net.h | 2 +- include/polarssl/oid.h | 2 +- include/polarssl/openssl.h | 2 +- include/polarssl/padlock.h | 2 +- include/polarssl/pbkdf2.h | 2 +- include/polarssl/pem.h | 2 +- include/polarssl/pk.h | 2 +- include/polarssl/pk_wrap.h | 2 +- include/polarssl/pkcs11.h | 2 +- include/polarssl/pkcs12.h | 2 +- include/polarssl/pkcs5.h | 2 +- include/polarssl/platform.h | 2 +- include/polarssl/ripemd160.h | 2 +- include/polarssl/rsa.h | 2 +- include/polarssl/sha1.h | 2 +- include/polarssl/sha256.h | 2 +- include/polarssl/sha512.h | 2 +- include/polarssl/ssl.h | 2 +- include/polarssl/ssl_cache.h | 2 +- include/polarssl/ssl_ciphersuites.h | 2 +- include/polarssl/threading.h | 2 +- include/polarssl/timing.h | 2 +- include/polarssl/version.h | 2 +- include/polarssl/x509.h | 2 +- include/polarssl/x509_crl.h | 2 +- include/polarssl/x509_crt.h | 2 +- include/polarssl/x509_csr.h | 2 +- include/polarssl/xtea.h | 2 +- library/aes.c | 2 +- library/aesni.c | 2 +- library/arc4.c | 2 +- library/asn1parse.c | 2 +- library/asn1write.c | 2 +- library/base64.c | 2 +- library/bignum.c | 2 +- library/blowfish.c | 2 +- library/camellia.c | 2 +- library/ccm.c | 2 +- library/certs.c | 2 +- library/cipher.c | 2 +- library/cipher_wrap.c | 2 +- library/ctr_drbg.c | 2 +- library/debug.c | 2 +- library/des.c | 2 +- library/dhm.c | 2 +- library/ecdh.c | 2 +- library/ecdsa.c | 2 +- library/ecp.c | 2 +- library/ecp_curves.c | 2 +- library/entropy.c | 2 +- library/entropy_poll.c | 2 +- library/error.c | 2 +- library/gcm.c | 2 +- library/havege.c | 2 +- library/hmac_drbg.c | 2 +- library/md.c | 2 +- library/md2.c | 2 +- library/md4.c | 2 +- library/md5.c | 2 +- library/md_wrap.c | 2 +- library/memory_buffer_alloc.c | 2 +- library/net.c | 2 +- library/oid.c | 2 +- library/padlock.c | 2 +- library/pbkdf2.c | 2 +- library/pem.c | 2 +- library/pk.c | 2 +- library/pk_wrap.c | 2 +- library/pkcs11.c | 2 +- library/pkcs12.c | 2 +- library/pkcs5.c | 2 +- library/pkparse.c | 2 +- library/pkwrite.c | 2 +- library/platform.c | 2 +- library/ripemd160.c | 2 +- library/rsa.c | 2 +- library/sha1.c | 2 +- library/sha256.c | 2 +- library/sha512.c | 2 +- library/ssl_cache.c | 2 +- library/ssl_ciphersuites.c | 2 +- library/ssl_cli.c | 2 +- library/ssl_srv.c | 2 +- library/ssl_tls.c | 2 +- library/threading.c | 2 +- library/timing.c | 2 +- library/version.c | 2 +- library/version_features.c | 2 +- library/x509.c | 2 +- library/x509_create.c | 2 +- library/x509_crl.c | 2 +- library/x509_crt.c | 2 +- library/x509_csr.c | 2 +- library/x509write_crt.c | 2 +- library/x509write_csr.c | 2 +- library/xtea.c | 2 +- programs/aes/aescrypt2.c | 2 +- programs/aes/crypt_and_hash.c | 2 +- programs/hash/generic_sum.c | 2 +- programs/hash/hello.c | 2 +- programs/hash/md5sum.c | 2 +- programs/hash/sha1sum.c | 2 +- programs/hash/sha2sum.c | 2 +- programs/pkey/dh_client.c | 2 +- programs/pkey/dh_genprime.c | 2 +- programs/pkey/dh_server.c | 2 +- programs/pkey/ecdsa.c | 2 +- programs/pkey/gen_key.c | 2 +- programs/pkey/key_app.c | 2 +- programs/pkey/key_app_writer.c | 2 +- programs/pkey/mpi_demo.c | 2 +- programs/pkey/pk_decrypt.c | 2 +- programs/pkey/pk_encrypt.c | 2 +- programs/pkey/pk_sign.c | 2 +- programs/pkey/pk_verify.c | 2 +- programs/pkey/rsa_decrypt.c | 2 +- programs/pkey/rsa_encrypt.c | 2 +- programs/pkey/rsa_genkey.c | 2 +- programs/pkey/rsa_sign.c | 2 +- programs/pkey/rsa_sign_pss.c | 2 +- programs/pkey/rsa_verify.c | 2 +- programs/pkey/rsa_verify_pss.c | 2 +- programs/random/gen_entropy.c | 2 +- programs/random/gen_random_ctr_drbg.c | 2 +- programs/random/gen_random_havege.c | 2 +- programs/ssl/ssl_client1.c | 2 +- programs/ssl/ssl_client2.c | 2 +- programs/ssl/ssl_fork_server.c | 2 +- programs/ssl/ssl_mail_client.c | 2 +- programs/ssl/ssl_pthread_server.c | 2 +- programs/ssl/ssl_server.c | 2 +- programs/ssl/ssl_server2.c | 2 +- programs/test/benchmark.c | 2 +- programs/test/o_p_test.c | 2 +- programs/test/selftest.c | 2 +- programs/test/ssl_cert_test.c | 2 +- programs/test/ssl_test.c | 2 +- programs/util/pem2der.c | 2 +- programs/util/strerror.c | 2 +- programs/wince_main.c | 2 +- programs/x509/cert_app.c | 2 +- programs/x509/cert_req.c | 2 +- programs/x509/cert_write.c | 2 +- programs/x509/crl_app.c | 2 +- programs/x509/req_app.c | 2 +- scripts/data_files/error.fmt | 2 +- scripts/data_files/version_features.fmt | 2 +- 184 files changed, 184 insertions(+), 184 deletions(-) diff --git a/include/polarssl/aes.h b/include/polarssl/aes.h index 2e9092f95..919115957 100644 --- a/include/polarssl/aes.h +++ b/include/polarssl/aes.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/aesni.h b/include/polarssl/aesni.h index 92b23cd6b..12095df12 100644 --- a/include/polarssl/aesni.h +++ b/include/polarssl/aesni.h @@ -5,7 +5,7 @@ * * Copyright (C) 2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/arc4.h b/include/polarssl/arc4.h index 555f54fab..132628766 100644 --- a/include/polarssl/arc4.h +++ b/include/polarssl/arc4.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/asn1.h b/include/polarssl/asn1.h index eacdd082b..df0a35739 100644 --- a/include/polarssl/asn1.h +++ b/include/polarssl/asn1.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/asn1write.h b/include/polarssl/asn1write.h index 7a7fbf7b3..648d69e2b 100644 --- a/include/polarssl/asn1write.h +++ b/include/polarssl/asn1write.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/base64.h b/include/polarssl/base64.h index d04149344..a06a4cc88 100644 --- a/include/polarssl/base64.h +++ b/include/polarssl/base64.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/bignum.h b/include/polarssl/bignum.h index 992ed8e6f..b37ee442a 100644 --- a/include/polarssl/bignum.h +++ b/include/polarssl/bignum.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/blowfish.h b/include/polarssl/blowfish.h index c652b463d..606dbd336 100644 --- a/include/polarssl/blowfish.h +++ b/include/polarssl/blowfish.h @@ -5,7 +5,7 @@ * * Copyright (C) 2012-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/bn_mul.h b/include/polarssl/bn_mul.h index a8f0d22a0..e39d79b99 100644 --- a/include/polarssl/bn_mul.h +++ b/include/polarssl/bn_mul.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2010, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/camellia.h b/include/polarssl/camellia.h index 8488d1df8..8fd3f2417 100644 --- a/include/polarssl/camellia.h +++ b/include/polarssl/camellia.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/ccm.h b/include/polarssl/ccm.h index 439152f9f..df4cbdb26 100644 --- a/include/polarssl/ccm.h +++ b/include/polarssl/ccm.h @@ -5,7 +5,7 @@ * * Copyright (C) 2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/certs.h b/include/polarssl/certs.h index ba7c028af..d91173656 100644 --- a/include/polarssl/certs.h +++ b/include/polarssl/certs.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2010, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/check_config.h b/include/polarssl/check_config.h index cce7b2b74..2471aaa47 100644 --- a/include/polarssl/check_config.h +++ b/include/polarssl/check_config.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/cipher.h b/include/polarssl/cipher.h index 087e59068..d82712489 100644 --- a/include/polarssl/cipher.h +++ b/include/polarssl/cipher.h @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/cipher_wrap.h b/include/polarssl/cipher_wrap.h index 46bc757a8..589286436 100644 --- a/include/polarssl/cipher_wrap.h +++ b/include/polarssl/cipher_wrap.h @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/compat-1.2.h b/include/polarssl/compat-1.2.h index 15b5aa1f2..bdc506ad9 100644 --- a/include/polarssl/compat-1.2.h +++ b/include/polarssl/compat-1.2.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/config.h b/include/polarssl/config.h index 04a5b26d8..0ecf363ea 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/ctr_drbg.h b/include/polarssl/ctr_drbg.h index de696dc23..8f82157ba 100644 --- a/include/polarssl/ctr_drbg.h +++ b/include/polarssl/ctr_drbg.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/debug.h b/include/polarssl/debug.h index 0dd79d52f..9acffae6d 100644 --- a/include/polarssl/debug.h +++ b/include/polarssl/debug.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/des.h b/include/polarssl/des.h index 89bb394e0..ab5a3c6ef 100644 --- a/include/polarssl/des.h +++ b/include/polarssl/des.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/dhm.h b/include/polarssl/dhm.h index 064472f35..803185b64 100644 --- a/include/polarssl/dhm.h +++ b/include/polarssl/dhm.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/ecdh.h b/include/polarssl/ecdh.h index 525cade98..830e8e776 100644 --- a/include/polarssl/ecdh.h +++ b/include/polarssl/ecdh.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/ecdsa.h b/include/polarssl/ecdsa.h index d99a17a28..6f1a45ba0 100644 --- a/include/polarssl/ecdsa.h +++ b/include/polarssl/ecdsa.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/ecp.h b/include/polarssl/ecp.h index 6dec5bd9c..9574b3bd2 100644 --- a/include/polarssl/ecp.h +++ b/include/polarssl/ecp.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/entropy.h b/include/polarssl/entropy.h index f5fa92808..85800aa63 100644 --- a/include/polarssl/entropy.h +++ b/include/polarssl/entropy.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/entropy_poll.h b/include/polarssl/entropy_poll.h index 92efa0045..c2fb7ac20 100644 --- a/include/polarssl/entropy_poll.h +++ b/include/polarssl/entropy_poll.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/error.h b/include/polarssl/error.h index 6a1143f46..e032cda56 100644 --- a/include/polarssl/error.h +++ b/include/polarssl/error.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/gcm.h b/include/polarssl/gcm.h index c2829a009..f5c06d585 100644 --- a/include/polarssl/gcm.h +++ b/include/polarssl/gcm.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/havege.h b/include/polarssl/havege.h index 536eb0882..accc4a018 100644 --- a/include/polarssl/havege.h +++ b/include/polarssl/havege.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/hmac_drbg.h b/include/polarssl/hmac_drbg.h index 2d765d519..495b9d91a 100644 --- a/include/polarssl/hmac_drbg.h +++ b/include/polarssl/hmac_drbg.h @@ -5,7 +5,7 @@ * * Copyright (C) 2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/md.h b/include/polarssl/md.h index 81d8a2e5c..cd1fc028d 100644 --- a/include/polarssl/md.h +++ b/include/polarssl/md.h @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/md2.h b/include/polarssl/md2.h index 952b0bfce..716b24e40 100644 --- a/include/polarssl/md2.h +++ b/include/polarssl/md2.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/md4.h b/include/polarssl/md4.h index fc5a5cd27..617f153de 100644 --- a/include/polarssl/md4.h +++ b/include/polarssl/md4.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/md5.h b/include/polarssl/md5.h index 2f378f6cd..77386aca4 100644 --- a/include/polarssl/md5.h +++ b/include/polarssl/md5.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/md_wrap.h b/include/polarssl/md_wrap.h index eb1db0f1e..f5781a2d2 100644 --- a/include/polarssl/md_wrap.h +++ b/include/polarssl/md_wrap.h @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/memory.h b/include/polarssl/memory.h index 3af39511b..de1002012 100644 --- a/include/polarssl/memory.h +++ b/include/polarssl/memory.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/memory_buffer_alloc.h b/include/polarssl/memory_buffer_alloc.h index a1b4937f5..2d4babeeb 100644 --- a/include/polarssl/memory_buffer_alloc.h +++ b/include/polarssl/memory_buffer_alloc.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/net.h b/include/polarssl/net.h index 22698b4ce..3b80144db 100644 --- a/include/polarssl/net.h +++ b/include/polarssl/net.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/oid.h b/include/polarssl/oid.h index c4d5c3fba..e20780285 100644 --- a/include/polarssl/oid.h +++ b/include/polarssl/oid.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/openssl.h b/include/polarssl/openssl.h index b77e7dacb..3034d397f 100644 --- a/include/polarssl/openssl.h +++ b/include/polarssl/openssl.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2010, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/padlock.h b/include/polarssl/padlock.h index 3c5f7258b..6943d75dc 100644 --- a/include/polarssl/padlock.h +++ b/include/polarssl/padlock.h @@ -6,7 +6,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/pbkdf2.h b/include/polarssl/pbkdf2.h index 5ccb2fa9f..417f98800 100644 --- a/include/polarssl/pbkdf2.h +++ b/include/polarssl/pbkdf2.h @@ -8,7 +8,7 @@ * * Copyright (C) 2006-2012, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/pem.h b/include/polarssl/pem.h index e606cf08e..edafca42c 100644 --- a/include/polarssl/pem.h +++ b/include/polarssl/pem.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/pk.h b/include/polarssl/pk.h index b29eb74f5..03db010ff 100644 --- a/include/polarssl/pk.h +++ b/include/polarssl/pk.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/pk_wrap.h b/include/polarssl/pk_wrap.h index 7baafb95d..0cfa0fa7e 100644 --- a/include/polarssl/pk_wrap.h +++ b/include/polarssl/pk_wrap.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/pkcs11.h b/include/polarssl/pkcs11.h index 84f862dd9..7e70c7d27 100644 --- a/include/polarssl/pkcs11.h +++ b/include/polarssl/pkcs11.h @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/pkcs12.h b/include/polarssl/pkcs12.h index 4bd5018af..afb597574 100644 --- a/include/polarssl/pkcs12.h +++ b/include/polarssl/pkcs12.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/pkcs5.h b/include/polarssl/pkcs5.h index 34e824b73..e85452f48 100644 --- a/include/polarssl/pkcs5.h +++ b/include/polarssl/pkcs5.h @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/platform.h b/include/polarssl/platform.h index eae887afc..b381e1bd0 100644 --- a/include/polarssl/platform.h +++ b/include/polarssl/platform.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/ripemd160.h b/include/polarssl/ripemd160.h index e3b66c90f..8365f4eeb 100644 --- a/include/polarssl/ripemd160.h +++ b/include/polarssl/ripemd160.h @@ -5,7 +5,7 @@ * * Copyright (C) 2014-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/rsa.h b/include/polarssl/rsa.h index e636c8055..d0f8d00a3 100644 --- a/include/polarssl/rsa.h +++ b/include/polarssl/rsa.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/sha1.h b/include/polarssl/sha1.h index cb0c4367f..86598d110 100644 --- a/include/polarssl/sha1.h +++ b/include/polarssl/sha1.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/sha256.h b/include/polarssl/sha256.h index b14367410..56b1efe77 100644 --- a/include/polarssl/sha256.h +++ b/include/polarssl/sha256.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/sha512.h b/include/polarssl/sha512.h index dfbae4a73..0082a64e9 100644 --- a/include/polarssl/sha512.h +++ b/include/polarssl/sha512.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index 5a96e05ca..1ea84eddf 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/ssl_cache.h b/include/polarssl/ssl_cache.h index 918fb608e..61e529cb2 100644 --- a/include/polarssl/ssl_cache.h +++ b/include/polarssl/ssl_cache.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/ssl_ciphersuites.h b/include/polarssl/ssl_ciphersuites.h index 191596f6c..c991e8bdb 100644 --- a/include/polarssl/ssl_ciphersuites.h +++ b/include/polarssl/ssl_ciphersuites.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/threading.h b/include/polarssl/threading.h index 1fc9f9826..0157db41b 100644 --- a/include/polarssl/threading.h +++ b/include/polarssl/threading.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/timing.h b/include/polarssl/timing.h index 383120efe..cd4f125c6 100644 --- a/include/polarssl/timing.h +++ b/include/polarssl/timing.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/version.h b/include/polarssl/version.h index b00687f12..7b78ae466 100644 --- a/include/polarssl/version.h +++ b/include/polarssl/version.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/x509.h b/include/polarssl/x509.h index 5f7188140..1d0e30ce9 100644 --- a/include/polarssl/x509.h +++ b/include/polarssl/x509.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/x509_crl.h b/include/polarssl/x509_crl.h index 4ddbafc37..edaef1e44 100644 --- a/include/polarssl/x509_crl.h +++ b/include/polarssl/x509_crl.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/x509_crt.h b/include/polarssl/x509_crt.h index 4bf8e568f..456f06906 100644 --- a/include/polarssl/x509_crt.h +++ b/include/polarssl/x509_crt.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/x509_csr.h b/include/polarssl/x509_csr.h index 6591e382e..b0d4f1e7a 100644 --- a/include/polarssl/x509_csr.h +++ b/include/polarssl/x509_csr.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/include/polarssl/xtea.h b/include/polarssl/xtea.h index 794c5efa3..ca4ca1632 100644 --- a/include/polarssl/xtea.h +++ b/include/polarssl/xtea.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/aes.c b/library/aes.c index f295747c5..fcc6c05da 100644 --- a/library/aes.c +++ b/library/aes.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/aesni.c b/library/aesni.c index 97f646ea4..9dff355ac 100644 --- a/library/aesni.c +++ b/library/aesni.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/arc4.c b/library/arc4.c index 54e89ea88..c4c9a2fe1 100644 --- a/library/arc4.c +++ b/library/arc4.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/asn1parse.c b/library/asn1parse.c index e2117bfa1..6179946c5 100644 --- a/library/asn1parse.c +++ b/library/asn1parse.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/asn1write.c b/library/asn1write.c index d3ece60c7..8032fb41a 100644 --- a/library/asn1write.c +++ b/library/asn1write.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/base64.c b/library/base64.c index e6c3569b8..ffbc9270f 100644 --- a/library/base64.c +++ b/library/base64.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/bignum.c b/library/bignum.c index 448e743d4..3ab38575c 100644 --- a/library/bignum.c +++ b/library/bignum.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/blowfish.c b/library/blowfish.c index 87396dc22..6df7c7457 100644 --- a/library/blowfish.c +++ b/library/blowfish.c @@ -3,7 +3,7 @@ * * Copyright (C) 2012-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/camellia.c b/library/camellia.c index 3956a405b..61b89c0ce 100644 --- a/library/camellia.c +++ b/library/camellia.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/ccm.c b/library/ccm.c index 72d766b9a..27039febb 100644 --- a/library/ccm.c +++ b/library/ccm.c @@ -3,7 +3,7 @@ * * Copyright (C) 2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/certs.c b/library/certs.c index a782bc114..a5759ad04 100644 --- a/library/certs.c +++ b/library/certs.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/cipher.c b/library/cipher.c index 5cd30f8ad..b11ecf0c1 100644 --- a/library/cipher.c +++ b/library/cipher.c @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/cipher_wrap.c b/library/cipher_wrap.c index ab2f9bc6e..2a7d92083 100644 --- a/library/cipher_wrap.c +++ b/library/cipher_wrap.c @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/ctr_drbg.c b/library/ctr_drbg.c index 91e061567..62dc7b166 100644 --- a/library/ctr_drbg.c +++ b/library/ctr_drbg.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/debug.c b/library/debug.c index 865bd5447..0790d1940 100644 --- a/library/debug.c +++ b/library/debug.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/des.c b/library/des.c index 12fe4f46a..6b5b0bbf6 100644 --- a/library/des.c +++ b/library/des.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/dhm.c b/library/dhm.c index 089c11b3d..858ff8290 100644 --- a/library/dhm.c +++ b/library/dhm.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/ecdh.c b/library/ecdh.c index b93d82ec6..f9f201990 100644 --- a/library/ecdh.c +++ b/library/ecdh.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/ecdsa.c b/library/ecdsa.c index e9880efd2..b55db4f74 100644 --- a/library/ecdsa.c +++ b/library/ecdsa.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/ecp.c b/library/ecp.c index 41e25e9e0..ef9b91669 100644 --- a/library/ecp.c +++ b/library/ecp.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/ecp_curves.c b/library/ecp_curves.c index 4c0018cc7..8ab14f02b 100644 --- a/library/ecp_curves.c +++ b/library/ecp_curves.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/entropy.c b/library/entropy.c index bc7fb0fe4..1e9139fbf 100644 --- a/library/entropy.c +++ b/library/entropy.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/entropy_poll.c b/library/entropy_poll.c index 33e75bc65..851fd8202 100644 --- a/library/entropy_poll.c +++ b/library/entropy_poll.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/error.c b/library/error.c index 1a57ee9da..fa4d128e5 100644 --- a/library/error.c +++ b/library/error.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/gcm.c b/library/gcm.c index d48f318d3..06797b919 100644 --- a/library/gcm.c +++ b/library/gcm.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/havege.c b/library/havege.c index 3acd5bca1..29b01128f 100644 --- a/library/havege.c +++ b/library/havege.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/hmac_drbg.c b/library/hmac_drbg.c index d691be11f..aa263905b 100644 --- a/library/hmac_drbg.c +++ b/library/hmac_drbg.c @@ -3,7 +3,7 @@ * * Copyright (C) 2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/md.c b/library/md.c index 5f3f32db3..202ce586d 100644 --- a/library/md.c +++ b/library/md.c @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/md2.c b/library/md2.c index 45bce371c..87fcedd47 100644 --- a/library/md2.c +++ b/library/md2.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/md4.c b/library/md4.c index f6b71d56e..f8f7d8523 100644 --- a/library/md4.c +++ b/library/md4.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/md5.c b/library/md5.c index 89354bc7d..f6873526b 100644 --- a/library/md5.c +++ b/library/md5.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/md_wrap.c b/library/md_wrap.c index de701d319..fdae018f9 100644 --- a/library/md_wrap.c +++ b/library/md_wrap.c @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/memory_buffer_alloc.c b/library/memory_buffer_alloc.c index 4a5be479f..7aabb6163 100644 --- a/library/memory_buffer_alloc.c +++ b/library/memory_buffer_alloc.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/net.c b/library/net.c index 2c77138c4..7fa979bda 100644 --- a/library/net.c +++ b/library/net.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/oid.c b/library/oid.c index 7b54054de..118027970 100644 --- a/library/oid.c +++ b/library/oid.c @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/padlock.c b/library/padlock.c index 5d06390ca..dbf874bbd 100644 --- a/library/padlock.c +++ b/library/padlock.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/pbkdf2.c b/library/pbkdf2.c index e76f06642..aa97721ec 100644 --- a/library/pbkdf2.c +++ b/library/pbkdf2.c @@ -8,7 +8,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/pem.c b/library/pem.c index 485d829c0..b0ec8ff0d 100644 --- a/library/pem.c +++ b/library/pem.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/pk.c b/library/pk.c index a37f58e12..17144aa06 100644 --- a/library/pk.c +++ b/library/pk.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/pk_wrap.c b/library/pk_wrap.c index 7776f0114..d1b9cb94f 100644 --- a/library/pk_wrap.c +++ b/library/pk_wrap.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/pkcs11.c b/library/pkcs11.c index 64e7ce379..a8f5f6393 100644 --- a/library/pkcs11.c +++ b/library/pkcs11.c @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/pkcs12.c b/library/pkcs12.c index 0cf2edf10..65ff8509a 100644 --- a/library/pkcs12.c +++ b/library/pkcs12.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/pkcs5.c b/library/pkcs5.c index e2c4e48c7..3d788fcd0 100644 --- a/library/pkcs5.c +++ b/library/pkcs5.c @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/pkparse.c b/library/pkparse.c index 6cfab8b39..f3866f74d 100644 --- a/library/pkparse.c +++ b/library/pkparse.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/pkwrite.c b/library/pkwrite.c index d6273807b..40184cd2d 100644 --- a/library/pkwrite.c +++ b/library/pkwrite.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/platform.c b/library/platform.c index d57cbc828..6ea7bb232 100644 --- a/library/platform.c +++ b/library/platform.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/ripemd160.c b/library/ripemd160.c index fcd77609f..83b2c2ce9 100644 --- a/library/ripemd160.c +++ b/library/ripemd160.c @@ -3,7 +3,7 @@ * * Copyright (C) 2014-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/rsa.c b/library/rsa.c index 54babb51e..890ba9b0a 100644 --- a/library/rsa.c +++ b/library/rsa.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/sha1.c b/library/sha1.c index 20408c742..bb24d8529 100644 --- a/library/sha1.c +++ b/library/sha1.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/sha256.c b/library/sha256.c index 4fc66982f..3a4d2a7dd 100644 --- a/library/sha256.c +++ b/library/sha256.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/sha512.c b/library/sha512.c index f1d15256f..eb5396a97 100644 --- a/library/sha512.c +++ b/library/sha512.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/ssl_cache.c b/library/ssl_cache.c index 5868e693b..a47bba42a 100644 --- a/library/ssl_cache.c +++ b/library/ssl_cache.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/ssl_ciphersuites.c b/library/ssl_ciphersuites.c index 7907980cd..c49eb9005 100644 --- a/library/ssl_ciphersuites.c +++ b/library/ssl_ciphersuites.c @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/ssl_cli.c b/library/ssl_cli.c index c3729eeae..964154a4b 100644 --- a/library/ssl_cli.c +++ b/library/ssl_cli.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/ssl_srv.c b/library/ssl_srv.c index 138d1f981..c63d3a3bf 100644 --- a/library/ssl_srv.c +++ b/library/ssl_srv.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/ssl_tls.c b/library/ssl_tls.c index d0fc470dc..22834fc49 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/threading.c b/library/threading.c index 522c70fef..de98bd676 100644 --- a/library/threading.c +++ b/library/threading.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/timing.c b/library/timing.c index b387bd87f..ef5f0580e 100644 --- a/library/timing.c +++ b/library/timing.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/version.c b/library/version.c index c3c708a2d..03e1dcf09 100644 --- a/library/version.c +++ b/library/version.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/version_features.c b/library/version_features.c index 10231987f..550960cca 100644 --- a/library/version_features.c +++ b/library/version_features.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/x509.c b/library/x509.c index 78cf02dee..097f7dc26 100644 --- a/library/x509.c +++ b/library/x509.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/x509_create.c b/library/x509_create.c index 747dc8280..f03c9da81 100644 --- a/library/x509_create.c +++ b/library/x509_create.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/x509_crl.c b/library/x509_crl.c index a0bf9f47c..07e01c017 100644 --- a/library/x509_crl.c +++ b/library/x509_crl.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/x509_crt.c b/library/x509_crt.c index aba9c696d..35c21d4fa 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/x509_csr.c b/library/x509_csr.c index 583112115..b76d441cf 100644 --- a/library/x509_csr.c +++ b/library/x509_csr.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/x509write_crt.c b/library/x509write_crt.c index e298c24ec..51e4ff0fb 100644 --- a/library/x509write_crt.c +++ b/library/x509write_crt.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/x509write_csr.c b/library/x509write_csr.c index 53ae9c63b..de519ec40 100644 --- a/library/x509write_csr.c +++ b/library/x509write_csr.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/library/xtea.c b/library/xtea.c index 75215c50a..3b15ce6f8 100644 --- a/library/xtea.c +++ b/library/xtea.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/aes/aescrypt2.c b/programs/aes/aescrypt2.c index 40b7fec38..439386bda 100644 --- a/programs/aes/aescrypt2.c +++ b/programs/aes/aescrypt2.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/aes/crypt_and_hash.c b/programs/aes/crypt_and_hash.c index f5484d410..bd3b40a5d 100644 --- a/programs/aes/crypt_and_hash.c +++ b/programs/aes/crypt_and_hash.c @@ -4,7 +4,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/hash/generic_sum.c b/programs/hash/generic_sum.c index 4d007cf7a..cb5cf1385 100644 --- a/programs/hash/generic_sum.c +++ b/programs/hash/generic_sum.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/hash/hello.c b/programs/hash/hello.c index 5bcfee9cd..ca168c215 100644 --- a/programs/hash/hello.c +++ b/programs/hash/hello.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/hash/md5sum.c b/programs/hash/md5sum.c index ba7eea411..4638a848a 100644 --- a/programs/hash/md5sum.c +++ b/programs/hash/md5sum.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/hash/sha1sum.c b/programs/hash/sha1sum.c index 3a87b513b..e50e6d92f 100644 --- a/programs/hash/sha1sum.c +++ b/programs/hash/sha1sum.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/hash/sha2sum.c b/programs/hash/sha2sum.c index 3452054bd..576f21e88 100644 --- a/programs/hash/sha2sum.c +++ b/programs/hash/sha2sum.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/pkey/dh_client.c b/programs/pkey/dh_client.c index 5315eb921..9bcc36329 100644 --- a/programs/pkey/dh_client.c +++ b/programs/pkey/dh_client.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/pkey/dh_genprime.c b/programs/pkey/dh_genprime.c index 598940ea1..f52fb7320 100644 --- a/programs/pkey/dh_genprime.c +++ b/programs/pkey/dh_genprime.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2012, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/pkey/dh_server.c b/programs/pkey/dh_server.c index 976da4ca8..02db80790 100644 --- a/programs/pkey/dh_server.c +++ b/programs/pkey/dh_server.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/pkey/ecdsa.c b/programs/pkey/ecdsa.c index 67fc71031..c1b05c3f0 100644 --- a/programs/pkey/ecdsa.c +++ b/programs/pkey/ecdsa.c @@ -3,7 +3,7 @@ * * Copyright (C) 2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/pkey/gen_key.c b/programs/pkey/gen_key.c index 9a0d079dd..a680656a3 100644 --- a/programs/pkey/gen_key.c +++ b/programs/pkey/gen_key.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/pkey/key_app.c b/programs/pkey/key_app.c index 27199ba90..064643a42 100644 --- a/programs/pkey/key_app.c +++ b/programs/pkey/key_app.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/pkey/key_app_writer.c b/programs/pkey/key_app_writer.c index 983b64e3f..cf4b9b089 100644 --- a/programs/pkey/key_app_writer.c +++ b/programs/pkey/key_app_writer.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/pkey/mpi_demo.c b/programs/pkey/mpi_demo.c index 2e9bf934c..53e19cc42 100644 --- a/programs/pkey/mpi_demo.c +++ b/programs/pkey/mpi_demo.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/pkey/pk_decrypt.c b/programs/pkey/pk_decrypt.c index 2ecb1d8b6..338edccac 100644 --- a/programs/pkey/pk_decrypt.c +++ b/programs/pkey/pk_decrypt.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/pkey/pk_encrypt.c b/programs/pkey/pk_encrypt.c index 2eb139c49..4e7f55198 100644 --- a/programs/pkey/pk_encrypt.c +++ b/programs/pkey/pk_encrypt.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/pkey/pk_sign.c b/programs/pkey/pk_sign.c index d80cbd7c5..7593844cd 100644 --- a/programs/pkey/pk_sign.c +++ b/programs/pkey/pk_sign.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/pkey/pk_verify.c b/programs/pkey/pk_verify.c index e97052094..845ae849a 100644 --- a/programs/pkey/pk_verify.c +++ b/programs/pkey/pk_verify.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/pkey/rsa_decrypt.c b/programs/pkey/rsa_decrypt.c index c79f1e496..c53da3276 100644 --- a/programs/pkey/rsa_decrypt.c +++ b/programs/pkey/rsa_decrypt.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/pkey/rsa_encrypt.c b/programs/pkey/rsa_encrypt.c index 677ce76c0..68664e0c3 100644 --- a/programs/pkey/rsa_encrypt.c +++ b/programs/pkey/rsa_encrypt.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/pkey/rsa_genkey.c b/programs/pkey/rsa_genkey.c index 48d8c5e74..c8f168412 100644 --- a/programs/pkey/rsa_genkey.c +++ b/programs/pkey/rsa_genkey.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/pkey/rsa_sign.c b/programs/pkey/rsa_sign.c index 068955778..91ad1fe8a 100644 --- a/programs/pkey/rsa_sign.c +++ b/programs/pkey/rsa_sign.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/pkey/rsa_sign_pss.c b/programs/pkey/rsa_sign_pss.c index e3e56c60f..bf0b01a3e 100644 --- a/programs/pkey/rsa_sign_pss.c +++ b/programs/pkey/rsa_sign_pss.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/pkey/rsa_verify.c b/programs/pkey/rsa_verify.c index 9c7c5ee7e..fc26b60ae 100644 --- a/programs/pkey/rsa_verify.c +++ b/programs/pkey/rsa_verify.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/pkey/rsa_verify_pss.c b/programs/pkey/rsa_verify_pss.c index 84945c32a..8dcddd54a 100644 --- a/programs/pkey/rsa_verify_pss.c +++ b/programs/pkey/rsa_verify_pss.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/random/gen_entropy.c b/programs/random/gen_entropy.c index 67679c85a..270105368 100644 --- a/programs/random/gen_entropy.c +++ b/programs/random/gen_entropy.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/random/gen_random_ctr_drbg.c b/programs/random/gen_random_ctr_drbg.c index 94e200d85..74e38cf3b 100644 --- a/programs/random/gen_random_ctr_drbg.c +++ b/programs/random/gen_random_ctr_drbg.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/random/gen_random_havege.c b/programs/random/gen_random_havege.c index e9152fac5..4a9a218e9 100644 --- a/programs/random/gen_random_havege.c +++ b/programs/random/gen_random_havege.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/ssl/ssl_client1.c b/programs/ssl/ssl_client1.c index 5a0571c63..68ec8b66b 100644 --- a/programs/ssl/ssl_client1.c +++ b/programs/ssl/ssl_client1.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/ssl/ssl_client2.c b/programs/ssl/ssl_client2.c index 657202944..600fae5dd 100644 --- a/programs/ssl/ssl_client2.c +++ b/programs/ssl/ssl_client2.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/ssl/ssl_fork_server.c b/programs/ssl/ssl_fork_server.c index 07c1cd67a..66505a9cf 100644 --- a/programs/ssl/ssl_fork_server.c +++ b/programs/ssl/ssl_fork_server.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/ssl/ssl_mail_client.c b/programs/ssl/ssl_mail_client.c index 8d6441deb..2105a2ba5 100644 --- a/programs/ssl/ssl_mail_client.c +++ b/programs/ssl/ssl_mail_client.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2012, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/ssl/ssl_pthread_server.c b/programs/ssl/ssl_pthread_server.c index 191292984..c61c59531 100644 --- a/programs/ssl/ssl_pthread_server.c +++ b/programs/ssl/ssl_pthread_server.c @@ -4,7 +4,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/ssl/ssl_server.c b/programs/ssl/ssl_server.c index a8411591f..a518c951e 100644 --- a/programs/ssl/ssl_server.c +++ b/programs/ssl/ssl_server.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/ssl/ssl_server2.c b/programs/ssl/ssl_server2.c index 5b4a6bdac..8538fcb78 100644 --- a/programs/ssl/ssl_server2.c +++ b/programs/ssl/ssl_server2.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/test/benchmark.c b/programs/test/benchmark.c index 4462357c1..77c00e739 100644 --- a/programs/test/benchmark.c +++ b/programs/test/benchmark.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/test/o_p_test.c b/programs/test/o_p_test.c index e5047e5dd..358cd90ee 100644 --- a/programs/test/o_p_test.c +++ b/programs/test/o_p_test.c @@ -3,7 +3,7 @@ * * Copyright (C) 2011-2012 Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/test/selftest.c b/programs/test/selftest.c index 3e68e3606..ad8d0cb0c 100644 --- a/programs/test/selftest.c +++ b/programs/test/selftest.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/test/ssl_cert_test.c b/programs/test/ssl_cert_test.c index 2553dba01..09f6c872f 100644 --- a/programs/test/ssl_cert_test.c +++ b/programs/test/ssl_cert_test.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/test/ssl_test.c b/programs/test/ssl_test.c index b436d17e8..2154b426d 100644 --- a/programs/test/ssl_test.c +++ b/programs/test/ssl_test.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/util/pem2der.c b/programs/util/pem2der.c index dfd7a4966..03eb4ec8d 100644 --- a/programs/util/pem2der.c +++ b/programs/util/pem2der.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/util/strerror.c b/programs/util/strerror.c index b56eaaef6..5b7f12597 100644 --- a/programs/util/strerror.c +++ b/programs/util/strerror.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2012, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/wince_main.c b/programs/wince_main.c index 946569e00..98569ae85 100644 --- a/programs/wince_main.c +++ b/programs/wince_main.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/x509/cert_app.c b/programs/x509/cert_app.c index 1ab7cc759..a616932cd 100644 --- a/programs/x509/cert_app.c +++ b/programs/x509/cert_app.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/x509/cert_req.c b/programs/x509/cert_req.c index f229e0bb9..19173c127 100644 --- a/programs/x509/cert_req.c +++ b/programs/x509/cert_req.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/x509/cert_write.c b/programs/x509/cert_write.c index 8f0616c83..2ec073815 100644 --- a/programs/x509/cert_write.c +++ b/programs/x509/cert_write.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/x509/crl_app.c b/programs/x509/crl_app.c index b1f0a02a3..3cd03141d 100644 --- a/programs/x509/crl_app.c +++ b/programs/x509/crl_app.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/programs/x509/req_app.c b/programs/x509/req_app.c index 91bb2dc26..839505473 100644 --- a/programs/x509/req_app.c +++ b/programs/x509/req_app.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/scripts/data_files/error.fmt b/scripts/data_files/error.fmt index b69842772..aeb80dc88 100644 --- a/scripts/data_files/error.fmt +++ b/scripts/data_files/error.fmt @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved. diff --git a/scripts/data_files/version_features.fmt b/scripts/data_files/version_features.fmt index f1d90cfba..a829c8075 100644 --- a/scripts/data_files/version_features.fmt +++ b/scripts/data_files/version_features.fmt @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, Brainspark B.V. * - * This file is part of PolarSSL (http://www.polarssl.org) + * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * * All rights reserved.