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 2e9092f95c..919115957d 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 92b23cd6b9..12095df12c 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 555f54fab3..1326287660 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 eacdd082bd..df0a35739b 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 7a7fbf7b3f..648d69e2bb 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 d04149344e..a06a4cc882 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 992ed8e6f3..b37ee442a5 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 c652b463d1..606dbd336d 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 a8f0d22a01..e39d79b997 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 8488d1df83..8fd3f2417c 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 439152f9f0..df4cbdb269 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 ba7c028afa..d911736564 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 cce7b2b741..2471aaa470 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 087e590680..d82712489e 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 46bc757a8e..5892864367 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 15b5aa1f2a..bdc506ad91 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 04a5b26d81..0ecf363eab 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 de696dc237..8f82157ba8 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 0dd79d52f0..9acffae6de 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 89bb394e01..ab5a3c6efe 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 064472f358..803185b646 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 525cade982..830e8e776d 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 d99a17a289..6f1a45ba02 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 6dec5bd9c1..9574b3bd2b 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 f5fa92808f..85800aa631 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 92efa0045b..c2fb7ac202 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 6a1143f46c..e032cda568 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 c2829a0092..f5c06d585f 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 536eb08822..accc4a0187 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 2d765d5193..495b9d91a4 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 81d8a2e5c2..cd1fc028dd 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 952b0bfceb..716b24e407 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 fc5a5cd27a..617f153deb 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 2f378f6cd7..77386aca49 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 eb1db0f1ef..f5781a2d2f 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 3af39511b4..de10020122 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 a1b4937f57..2d4babeebd 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 22698b4ce4..3b80144dbd 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 c4d5c3fba1..e20780285c 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 b77e7dacb7..3034d397fb 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 3c5f7258b4..6943d75dc3 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 5ccb2fa9f2..417f988001 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 e606cf08eb..edafca42c7 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 b29eb74f52..03db010ff7 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 7baafb95da..0cfa0fa7ec 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 84f862dd90..7e70c7d27c 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 4bd5018af5..afb5975747 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 34e824b73f..e85452f488 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 eae887afc7..b381e1bd0c 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 e3b66c90f6..8365f4eeb1 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 e636c80558..d0f8d00a37 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 cb0c4367f9..86598d110f 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 b143674100..56b1efe777 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 dfbae4a734..0082a64e95 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 5a96e05cab..1ea84eddf2 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 918fb608eb..61e529cb28 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 191596f6c6..c991e8bdb4 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 1fc9f9826d..0157db41ba 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 383120efea..cd4f125c64 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 b00687f123..7b78ae4663 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 5f71881409..1d0e30ce90 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 4ddbafc379..edaef1e44f 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 4bf8e568f1..456f06906d 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 6591e382eb..b0d4f1e7aa 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 794c5efa31..ca4ca16324 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 f295747c59..fcc6c05dad 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 97f646ea4f..9dff355ac5 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 54e89ea888..c4c9a2fe1d 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 e2117bfa1c..6179946c59 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 d3ece60c74..8032fb41aa 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 e6c3569b89..ffbc9270fc 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 448e743d4c..3ab38575cb 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 87396dc22a..6df7c7457a 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 3956a405b1..61b89c0ceb 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 72d766b9a5..27039febb2 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 a782bc1144..a5759ad044 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 5cd30f8ad9..b11ecf0c16 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 ab2f9bc6ee..2a7d92083a 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 91e061567b..62dc7b1662 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 865bd54475..0790d1940f 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 12fe4f46a6..6b5b0bbf6d 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 089c11b3d9..858ff8290d 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 b93d82ec6b..f9f201990f 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 e9880efd2f..b55db4f740 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 41e25e9e02..ef9b916692 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 4c0018cc73..8ab14f02bd 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 bc7fb0fe46..1e9139fbf2 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 33e75bc657..851fd82029 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 1a57ee9dad..fa4d128e51 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 d48f318d3b..06797b9197 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 3acd5bca10..29b01128fd 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 d691be11f1..aa263905b1 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 5f3f32db3f..202ce586d0 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 45bce371c7..87fcedd47e 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 f6b71d56e5..f8f7d8523f 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 89354bc7d3..f6873526b0 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 de701d319a..fdae018f90 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 4a5be479f8..7aabb6163e 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 2c77138c4d..7fa979bdae 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 7b54054de2..1180279700 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 5d06390cad..dbf874bbd8 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 e76f066421..aa97721ec0 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 485d829c08..b0ec8ff0d3 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 a37f58e125..17144aa063 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 7776f01148..d1b9cb94fc 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 64e7ce3795..a8f5f63938 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 0cf2edf102..65ff8509ad 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 e2c4e48c79..3d788fcd0a 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 6cfab8b393..f3866f74d4 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 d6273807b2..40184cd2d0 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 d57cbc8286..6ea7bb2327 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 fcd77609fc..83b2c2ce9f 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 54babb51e0..890ba9b0a5 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 20408c742f..bb24d8529e 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 4fc66982f2..3a4d2a7dda 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 f1d15256f8..eb5396a977 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 5868e693be..a47bba42a9 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 7907980cd4..c49eb9005b 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 c3729eeaec..964154a4b5 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 138d1f981a..c63d3a3bfc 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 d0fc470dc0..22834fc497 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 522c70fef7..de98bd676a 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 b387bd87fe..ef5f0580e4 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 c3c708a2de..03e1dcf09f 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 10231987fa..550960ccab 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 78cf02deeb..097f7dc26c 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 747dc82800..f03c9da81f 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 a0bf9f47cc..07e01c0174 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 aba9c696d4..35c21d4fab 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 5831121150..b76d441cfd 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 e298c24ecf..51e4ff0fb1 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 53ae9c63b7..de519ec40d 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 75215c50af..3b15ce6f82 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 40b7fec382..439386bda7 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 f5484d4109..bd3b40a5d8 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 4d007cf7a9..cb5cf13856 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 5bcfee9cda..ca168c2156 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 ba7eea411f..4638a848ad 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 3a87b513b7..e50e6d92fe 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 3452054bd9..576f21e88a 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 5315eb921e..9bcc36329d 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 598940ea1b..f52fb73205 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 976da4ca84..02db807907 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 67fc710319..c1b05c3f01 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 9a0d079dda..a680656a36 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 27199ba905..064643a422 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 983b64e3f2..cf4b9b0890 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 2e9bf934c4..53e19cc429 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 2ecb1d8b6a..338edccacb 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 2eb139c49b..4e7f551989 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 d80cbd7c5e..7593844cd4 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 e970520949..845ae849a9 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 c79f1e4965..c53da3276a 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 677ce76c0e..68664e0c3b 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 48d8c5e74b..c8f1684120 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 0689557781..91ad1fe8a8 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 e3e56c60f0..bf0b01a3ed 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 9c7c5ee7ef..fc26b60aec 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 84945c32a7..8dcddd54a5 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 67679c85a8..2701053687 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 94e200d85a..74e38cf3bd 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 e9152fac54..4a9a218e9f 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 5a0571c634..68ec8b66b1 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 6572029443..600fae5dd3 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 07c1cd67ac..66505a9cfb 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 8d6441deb1..2105a2ba55 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 191292984b..c61c59531c 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 a8411591fd..a518c951e6 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 5b4a6bdac7..8538fcb78a 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 4462357c1e..77c00e7392 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 e5047e5dd2..358cd90ee4 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 3e68e36060..ad8d0cb0cc 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 2553dba012..09f6c872f3 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 b436d17e86..2154b426d4 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 dfd7a49665..03eb4ec8d2 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 b56eaaef6e..5b7f12597f 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 946569e007..98569ae859 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 1ab7cc759d..a616932cd1 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 f229e0bb92..19173c1278 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 8f0616c83a..2ec0738150 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 b1f0a02a33..3cd03141d9 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 91bb2dc264..839505473c 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 b698427726..aeb80dc883 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 f1d90cfba3..a829c80758 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.