summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2015-01-22 14:28:16 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2015-01-22 14:28:16 +0000
commit967a2a5f8cfb0cbafbe8ee09b54856742470b109 (patch)
tree39453fe9225352fcc400ce2f82e00f5c9a2e7369
parent11c919208de4bab3cbf6f940dc3dadb1c834ede7 (diff)
Change name to mbed TLS in the copyright notice
-rw-r--r--include/polarssl/aes.h2
-rw-r--r--include/polarssl/aesni.h2
-rw-r--r--include/polarssl/arc4.h2
-rw-r--r--include/polarssl/asn1.h2
-rw-r--r--include/polarssl/asn1write.h2
-rw-r--r--include/polarssl/base64.h2
-rw-r--r--include/polarssl/bignum.h2
-rw-r--r--include/polarssl/blowfish.h2
-rw-r--r--include/polarssl/bn_mul.h2
-rw-r--r--include/polarssl/camellia.h2
-rw-r--r--include/polarssl/ccm.h2
-rw-r--r--include/polarssl/certs.h2
-rw-r--r--include/polarssl/check_config.h2
-rw-r--r--include/polarssl/cipher.h2
-rw-r--r--include/polarssl/cipher_wrap.h2
-rw-r--r--include/polarssl/compat-1.2.h2
-rw-r--r--include/polarssl/config.h2
-rw-r--r--include/polarssl/ctr_drbg.h2
-rw-r--r--include/polarssl/debug.h2
-rw-r--r--include/polarssl/des.h2
-rw-r--r--include/polarssl/dhm.h2
-rw-r--r--include/polarssl/ecdh.h2
-rw-r--r--include/polarssl/ecdsa.h2
-rw-r--r--include/polarssl/ecp.h2
-rw-r--r--include/polarssl/entropy.h2
-rw-r--r--include/polarssl/entropy_poll.h2
-rw-r--r--include/polarssl/error.h2
-rw-r--r--include/polarssl/gcm.h2
-rw-r--r--include/polarssl/havege.h2
-rw-r--r--include/polarssl/hmac_drbg.h2
-rw-r--r--include/polarssl/md.h2
-rw-r--r--include/polarssl/md2.h2
-rw-r--r--include/polarssl/md4.h2
-rw-r--r--include/polarssl/md5.h2
-rw-r--r--include/polarssl/md_wrap.h2
-rw-r--r--include/polarssl/memory.h2
-rw-r--r--include/polarssl/memory_buffer_alloc.h2
-rw-r--r--include/polarssl/net.h2
-rw-r--r--include/polarssl/oid.h2
-rw-r--r--include/polarssl/openssl.h2
-rw-r--r--include/polarssl/padlock.h2
-rw-r--r--include/polarssl/pbkdf2.h2
-rw-r--r--include/polarssl/pem.h2
-rw-r--r--include/polarssl/pk.h2
-rw-r--r--include/polarssl/pk_wrap.h2
-rw-r--r--include/polarssl/pkcs11.h2
-rw-r--r--include/polarssl/pkcs12.h2
-rw-r--r--include/polarssl/pkcs5.h2
-rw-r--r--include/polarssl/platform.h2
-rw-r--r--include/polarssl/ripemd160.h2
-rw-r--r--include/polarssl/rsa.h2
-rw-r--r--include/polarssl/sha1.h2
-rw-r--r--include/polarssl/sha256.h2
-rw-r--r--include/polarssl/sha512.h2
-rw-r--r--include/polarssl/ssl.h2
-rw-r--r--include/polarssl/ssl_cache.h2
-rw-r--r--include/polarssl/ssl_ciphersuites.h2
-rw-r--r--include/polarssl/threading.h2
-rw-r--r--include/polarssl/timing.h2
-rw-r--r--include/polarssl/version.h2
-rw-r--r--include/polarssl/x509.h2
-rw-r--r--include/polarssl/x509_crl.h2
-rw-r--r--include/polarssl/x509_crt.h2
-rw-r--r--include/polarssl/x509_csr.h2
-rw-r--r--include/polarssl/xtea.h2
-rw-r--r--library/aes.c2
-rw-r--r--library/aesni.c2
-rw-r--r--library/arc4.c2
-rw-r--r--library/asn1parse.c2
-rw-r--r--library/asn1write.c2
-rw-r--r--library/base64.c2
-rw-r--r--library/bignum.c2
-rw-r--r--library/blowfish.c2
-rw-r--r--library/camellia.c2
-rw-r--r--library/ccm.c2
-rw-r--r--library/certs.c2
-rw-r--r--library/cipher.c2
-rw-r--r--library/cipher_wrap.c2
-rw-r--r--library/ctr_drbg.c2
-rw-r--r--library/debug.c2
-rw-r--r--library/des.c2
-rw-r--r--library/dhm.c2
-rw-r--r--library/ecdh.c2
-rw-r--r--library/ecdsa.c2
-rw-r--r--library/ecp.c2
-rw-r--r--library/ecp_curves.c2
-rw-r--r--library/entropy.c2
-rw-r--r--library/entropy_poll.c2
-rw-r--r--library/error.c2
-rw-r--r--library/gcm.c2
-rw-r--r--library/havege.c2
-rw-r--r--library/hmac_drbg.c2
-rw-r--r--library/md.c2
-rw-r--r--library/md2.c2
-rw-r--r--library/md4.c2
-rw-r--r--library/md5.c2
-rw-r--r--library/md_wrap.c2
-rw-r--r--library/memory_buffer_alloc.c2
-rw-r--r--library/net.c2
-rw-r--r--library/oid.c2
-rw-r--r--library/padlock.c2
-rw-r--r--library/pbkdf2.c2
-rw-r--r--library/pem.c2
-rw-r--r--library/pk.c2
-rw-r--r--library/pk_wrap.c2
-rw-r--r--library/pkcs11.c2
-rw-r--r--library/pkcs12.c2
-rw-r--r--library/pkcs5.c2
-rw-r--r--library/pkparse.c2
-rw-r--r--library/pkwrite.c2
-rw-r--r--library/platform.c2
-rw-r--r--library/ripemd160.c2
-rw-r--r--library/rsa.c2
-rw-r--r--library/sha1.c2
-rw-r--r--library/sha256.c2
-rw-r--r--library/sha512.c2
-rw-r--r--library/ssl_cache.c2
-rw-r--r--library/ssl_ciphersuites.c2
-rw-r--r--library/ssl_cli.c2
-rw-r--r--library/ssl_srv.c2
-rw-r--r--library/ssl_tls.c2
-rw-r--r--library/threading.c2
-rw-r--r--library/timing.c2
-rw-r--r--library/version.c2
-rw-r--r--library/version_features.c2
-rw-r--r--library/x509.c2
-rw-r--r--library/x509_create.c2
-rw-r--r--library/x509_crl.c2
-rw-r--r--library/x509_crt.c2
-rw-r--r--library/x509_csr.c2
-rw-r--r--library/x509write_crt.c2
-rw-r--r--library/x509write_csr.c2
-rw-r--r--library/xtea.c2
-rw-r--r--programs/aes/aescrypt2.c2
-rw-r--r--programs/aes/crypt_and_hash.c2
-rw-r--r--programs/hash/generic_sum.c2
-rw-r--r--programs/hash/hello.c2
-rw-r--r--programs/hash/md5sum.c2
-rw-r--r--programs/hash/sha1sum.c2
-rw-r--r--programs/hash/sha2sum.c2
-rw-r--r--programs/pkey/dh_client.c2
-rw-r--r--programs/pkey/dh_genprime.c2
-rw-r--r--programs/pkey/dh_server.c2
-rw-r--r--programs/pkey/ecdsa.c2
-rw-r--r--programs/pkey/gen_key.c2
-rw-r--r--programs/pkey/key_app.c2
-rw-r--r--programs/pkey/key_app_writer.c2
-rw-r--r--programs/pkey/mpi_demo.c2
-rw-r--r--programs/pkey/pk_decrypt.c2
-rw-r--r--programs/pkey/pk_encrypt.c2
-rw-r--r--programs/pkey/pk_sign.c2
-rw-r--r--programs/pkey/pk_verify.c2
-rw-r--r--programs/pkey/rsa_decrypt.c2
-rw-r--r--programs/pkey/rsa_encrypt.c2
-rw-r--r--programs/pkey/rsa_genkey.c2
-rw-r--r--programs/pkey/rsa_sign.c2
-rw-r--r--programs/pkey/rsa_sign_pss.c2
-rw-r--r--programs/pkey/rsa_verify.c2
-rw-r--r--programs/pkey/rsa_verify_pss.c2
-rw-r--r--programs/random/gen_entropy.c2
-rw-r--r--programs/random/gen_random_ctr_drbg.c2
-rw-r--r--programs/random/gen_random_havege.c2
-rw-r--r--programs/ssl/ssl_client1.c2
-rw-r--r--programs/ssl/ssl_client2.c2
-rw-r--r--programs/ssl/ssl_fork_server.c2
-rw-r--r--programs/ssl/ssl_mail_client.c2
-rw-r--r--programs/ssl/ssl_pthread_server.c2
-rw-r--r--programs/ssl/ssl_server.c2
-rw-r--r--programs/ssl/ssl_server2.c2
-rw-r--r--programs/test/benchmark.c2
-rw-r--r--programs/test/o_p_test.c2
-rw-r--r--programs/test/selftest.c2
-rw-r--r--programs/test/ssl_cert_test.c2
-rw-r--r--programs/test/ssl_test.c2
-rw-r--r--programs/util/pem2der.c2
-rw-r--r--programs/util/strerror.c2
-rw-r--r--programs/wince_main.c2
-rw-r--r--programs/x509/cert_app.c2
-rw-r--r--programs/x509/cert_req.c2
-rw-r--r--programs/x509/cert_write.c2
-rw-r--r--programs/x509/crl_app.c2
-rw-r--r--programs/x509/req_app.c2
-rw-r--r--scripts/data_files/error.fmt2
-rw-r--r--scripts/data_files/version_features.fmt2
184 files changed, 184 insertions, 184 deletions
diff --git a/include/polarssl/aes.h b/include/polarssl/aes.h
index 2e9092f9..91911595 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/aesni.h b/include/polarssl/aesni.h
index 92b23cd6..12095df1 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/arc4.h b/include/polarssl/arc4.h
index 555f54fa..13262876 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/asn1.h b/include/polarssl/asn1.h
index eacdd082..df0a3573 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/asn1write.h b/include/polarssl/asn1write.h
index 7a7fbf7b..648d69e2 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/base64.h b/include/polarssl/base64.h
index d0414934..a06a4cc8 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/bignum.h b/include/polarssl/bignum.h
index 992ed8e6..b37ee442 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/blowfish.h b/include/polarssl/blowfish.h
index c652b463..606dbd33 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/bn_mul.h b/include/polarssl/bn_mul.h
index a8f0d22a..e39d79b9 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/camellia.h b/include/polarssl/camellia.h
index 8488d1df..8fd3f241 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/ccm.h b/include/polarssl/ccm.h
index 439152f9..df4cbdb2 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/certs.h b/include/polarssl/certs.h
index ba7c028a..d9117365 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/check_config.h b/include/polarssl/check_config.h
index cce7b2b7..2471aaa4 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/cipher.h b/include/polarssl/cipher.h
index 087e5906..d8271248 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/cipher_wrap.h b/include/polarssl/cipher_wrap.h
index 46bc757a..58928643 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/compat-1.2.h b/include/polarssl/compat-1.2.h
index 15b5aa1f..bdc506ad 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/config.h b/include/polarssl/config.h
index 04a5b26d..0ecf363e 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/ctr_drbg.h b/include/polarssl/ctr_drbg.h
index de696dc2..8f82157b 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/debug.h b/include/polarssl/debug.h
index 0dd79d52..9acffae6 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/des.h b/include/polarssl/des.h
index 89bb394e..ab5a3c6e 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/dhm.h b/include/polarssl/dhm.h
index 064472f3..803185b6 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/ecdh.h b/include/polarssl/ecdh.h
index 525cade9..830e8e77 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/ecdsa.h b/include/polarssl/ecdsa.h
index d99a17a2..6f1a45ba 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/ecp.h b/include/polarssl/ecp.h
index 6dec5bd9..9574b3bd 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/entropy.h b/include/polarssl/entropy.h
index f5fa9280..85800aa6 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/entropy_poll.h b/include/polarssl/entropy_poll.h
index 92efa004..c2fb7ac2 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/error.h b/include/polarssl/error.h
index 6a1143f4..e032cda5 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/gcm.h b/include/polarssl/gcm.h
index c2829a00..f5c06d58 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/havege.h b/include/polarssl/havege.h
index 536eb088..accc4a01 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/hmac_drbg.h b/include/polarssl/hmac_drbg.h
index 2d765d51..495b9d91 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/md.h b/include/polarssl/md.h
index 81d8a2e5..cd1fc028 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/md2.h b/include/polarssl/md2.h
index 952b0bfc..716b24e4 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/md4.h b/include/polarssl/md4.h
index fc5a5cd2..617f153d 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/md5.h b/include/polarssl/md5.h
index 2f378f6c..77386aca 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/md_wrap.h b/include/polarssl/md_wrap.h
index eb1db0f1..f5781a2d 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/memory.h b/include/polarssl/memory.h
index 3af39511..de100201 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/memory_buffer_alloc.h b/include/polarssl/memory_buffer_alloc.h
index a1b4937f..2d4babee 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/net.h b/include/polarssl/net.h
index 22698b4c..3b80144d 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/oid.h b/include/polarssl/oid.h
index c4d5c3fb..e2078028 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/openssl.h b/include/polarssl/openssl.h
index b77e7dac..3034d397 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/padlock.h b/include/polarssl/padlock.h
index 3c5f7258..6943d75d 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/pbkdf2.h b/include/polarssl/pbkdf2.h
index 5ccb2fa9..417f9880 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/pem.h b/include/polarssl/pem.h
index e606cf08..edafca42 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/pk.h b/include/polarssl/pk.h
index b29eb74f..03db010f 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/pk_wrap.h b/include/polarssl/pk_wrap.h
index 7baafb95..0cfa0fa7 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/pkcs11.h b/include/polarssl/pkcs11.h
index 84f862dd..7e70c7d2 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/pkcs12.h b/include/polarssl/pkcs12.h
index 4bd5018a..afb59757 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/pkcs5.h b/include/polarssl/pkcs5.h
index 34e824b7..e85452f4 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/platform.h b/include/polarssl/platform.h
index eae887af..b381e1bd 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/ripemd160.h b/include/polarssl/ripemd160.h
index e3b66c90..8365f4ee 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/rsa.h b/include/polarssl/rsa.h
index e636c805..d0f8d00a 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/sha1.h b/include/polarssl/sha1.h
index cb0c4367..86598d11 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/sha256.h b/include/polarssl/sha256.h
index b1436741..56b1efe7 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/sha512.h b/include/polarssl/sha512.h
index dfbae4a7..0082a64e 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h
index 5a96e05c..1ea84edd 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/ssl_cache.h b/include/polarssl/ssl_cache.h
index 918fb608..61e529cb 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/ssl_ciphersuites.h b/include/polarssl/ssl_ciphersuites.h
index 191596f6..c991e8bd 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/threading.h b/include/polarssl/threading.h
index 1fc9f982..0157db41 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/timing.h b/include/polarssl/timing.h
index 383120ef..cd4f125c 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/version.h b/include/polarssl/version.h
index b00687f1..7b78ae46 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/x509.h b/include/polarssl/x509.h
index 5f718814..1d0e30ce 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/x509_crl.h b/include/polarssl/x509_crl.h
index 4ddbafc3..edaef1e4 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/x509_crt.h b/include/polarssl/x509_crt.h
index 4bf8e568..456f0690 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/x509_csr.h b/include/polarssl/x509_csr.h
index 6591e382..b0d4f1e7 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/include/polarssl/xtea.h b/include/polarssl/xtea.h
index 794c5efa..ca4ca163 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/aes.c b/library/aes.c
index f295747c..fcc6c05d 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/aesni.c b/library/aesni.c
index 97f646ea..9dff355a 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/arc4.c b/library/arc4.c
index 54e89ea8..c4c9a2fe 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/asn1parse.c b/library/asn1parse.c
index e2117bfa..6179946c 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/asn1write.c b/library/asn1write.c
index d3ece60c..8032fb41 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/base64.c b/library/base64.c
index e6c3569b..ffbc9270 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/bignum.c b/library/bignum.c
index 448e743d..3ab38575 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/blowfish.c b/library/blowfish.c
index 87396dc2..6df7c745 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/camellia.c b/library/camellia.c
index 3956a405..61b89c0c 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/ccm.c b/library/ccm.c
index 72d766b9..27039feb 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/certs.c b/library/certs.c
index a782bc11..a5759ad0 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/cipher.c b/library/cipher.c
index 5cd30f8a..b11ecf0c 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/cipher_wrap.c b/library/cipher_wrap.c
index ab2f9bc6..2a7d9208 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/ctr_drbg.c b/library/ctr_drbg.c
index 91e06156..62dc7b16 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/debug.c b/library/debug.c
index 865bd544..0790d194 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/des.c b/library/des.c
index 12fe4f46..6b5b0bbf 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/dhm.c b/library/dhm.c
index 089c11b3..858ff829 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/ecdh.c b/library/ecdh.c
index b93d82ec..f9f20199 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/ecdsa.c b/library/ecdsa.c
index e9880efd..b55db4f7 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/ecp.c b/library/ecp.c
index 41e25e9e..ef9b9166 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/ecp_curves.c b/library/ecp_curves.c
index 4c0018cc..8ab14f02 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/entropy.c b/library/entropy.c
index bc7fb0fe..1e9139fb 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/entropy_poll.c b/library/entropy_poll.c
index 33e75bc6..851fd820 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/error.c b/library/error.c
index 1a57ee9d..fa4d128e 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/gcm.c b/library/gcm.c
index d48f318d..06797b91 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/havege.c b/library/havege.c
index 3acd5bca..29b01128 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/hmac_drbg.c b/library/hmac_drbg.c
index d691be11..aa263905 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/md.c b/library/md.c
index 5f3f32db..202ce586 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/md2.c b/library/md2.c
index 45bce371..87fcedd4 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/md4.c b/library/md4.c
index f6b71d56..f8f7d852 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/md5.c b/library/md5.c
index 89354bc7..f6873526 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/md_wrap.c b/library/md_wrap.c
index de701d31..fdae018f 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/memory_buffer_alloc.c b/library/memory_buffer_alloc.c
index 4a5be479..7aabb616 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/net.c b/library/net.c
index 2c77138c..7fa979bd 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/oid.c b/library/oid.c
index 7b54054d..11802797 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/padlock.c b/library/padlock.c
index 5d06390c..dbf874bb 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/pbkdf2.c b/library/pbkdf2.c
index e76f0664..aa97721e 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/pem.c b/library/pem.c
index 485d829c..b0ec8ff0 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/pk.c b/library/pk.c
index a37f58e1..17144aa0 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/pk_wrap.c b/library/pk_wrap.c
index 7776f011..d1b9cb94 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/pkcs11.c b/library/pkcs11.c
index 64e7ce37..a8f5f639 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/pkcs12.c b/library/pkcs12.c
index 0cf2edf1..65ff8509 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/pkcs5.c b/library/pkcs5.c
index e2c4e48c..3d788fcd 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/pkparse.c b/library/pkparse.c
index 6cfab8b3..f3866f74 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/pkwrite.c b/library/pkwrite.c
index d6273807..40184cd2 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/platform.c b/library/platform.c
index d57cbc82..6ea7bb23 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/ripemd160.c b/library/ripemd160.c
index fcd77609..83b2c2ce 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/rsa.c b/library/rsa.c
index 54babb51..890ba9b0 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/sha1.c b/library/sha1.c
index 20408c74..bb24d852 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/sha256.c b/library/sha256.c
index 4fc66982..3a4d2a7d 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/sha512.c b/library/sha512.c
index f1d15256..eb5396a9 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/ssl_cache.c b/library/ssl_cache.c
index 5868e693..a47bba42 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/ssl_ciphersuites.c b/library/ssl_ciphersuites.c
index 7907980c..c49eb900 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/ssl_cli.c b/library/ssl_cli.c
index c3729eea..964154a4 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/ssl_srv.c b/library/ssl_srv.c
index 138d1f98..c63d3a3b 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/ssl_tls.c b/library/ssl_tls.c
index d0fc470d..22834fc4 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/threading.c b/library/threading.c
index 522c70fe..de98bd67 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/timing.c b/library/timing.c
index b387bd87..ef5f0580 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/version.c b/library/version.c
index c3c708a2..03e1dcf0 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/version_features.c b/library/version_features.c
index 10231987..550960cc 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/x509.c b/library/x509.c
index 78cf02de..097f7dc2 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/x509_create.c b/library/x509_create.c
index 747dc828..f03c9da8 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/x509_crl.c b/library/x509_crl.c
index a0bf9f47..07e01c01 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/x509_crt.c b/library/x509_crt.c
index aba9c696..35c21d4f 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/x509_csr.c b/library/x509_csr.c
index 58311211..b76d441c 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/x509write_crt.c b/library/x509write_crt.c
index e298c24e..51e4ff0f 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/x509write_csr.c b/library/x509write_csr.c
index 53ae9c63..de519ec4 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/library/xtea.c b/library/xtea.c
index 75215c50..3b15ce6f 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/aes/aescrypt2.c b/programs/aes/aescrypt2.c
index 40b7fec3..439386bd 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/aes/crypt_and_hash.c b/programs/aes/crypt_and_hash.c
index f5484d41..bd3b40a5 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/hash/generic_sum.c b/programs/hash/generic_sum.c
index 4d007cf7..cb5cf138 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/hash/hello.c b/programs/hash/hello.c
index 5bcfee9c..ca168c21 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/hash/md5sum.c b/programs/hash/md5sum.c
index ba7eea41..4638a848 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/hash/sha1sum.c b/programs/hash/sha1sum.c
index 3a87b513..e50e6d92 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/hash/sha2sum.c b/programs/hash/sha2sum.c
index 3452054b..576f21e8 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/pkey/dh_client.c b/programs/pkey/dh_client.c
index 5315eb92..9bcc3632 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/pkey/dh_genprime.c b/programs/pkey/dh_genprime.c
index 598940ea..f52fb732 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/pkey/dh_server.c b/programs/pkey/dh_server.c
index 976da4ca..02db8079 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/pkey/ecdsa.c b/programs/pkey/ecdsa.c
index 67fc7103..c1b05c3f 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/pkey/gen_key.c b/programs/pkey/gen_key.c
index 9a0d079d..a680656a 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/pkey/key_app.c b/programs/pkey/key_app.c
index 27199ba9..064643a4 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/pkey/key_app_writer.c b/programs/pkey/key_app_writer.c
index 983b64e3..cf4b9b08 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/pkey/mpi_demo.c b/programs/pkey/mpi_demo.c
index 2e9bf934..53e19cc4 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/pkey/pk_decrypt.c b/programs/pkey/pk_decrypt.c
index 2ecb1d8b..338edcca 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/pkey/pk_encrypt.c b/programs/pkey/pk_encrypt.c
index 2eb139c4..4e7f5519 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/pkey/pk_sign.c b/programs/pkey/pk_sign.c
index d80cbd7c..7593844c 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/pkey/pk_verify.c b/programs/pkey/pk_verify.c
index e9705209..845ae849 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/pkey/rsa_decrypt.c b/programs/pkey/rsa_decrypt.c
index c79f1e49..c53da327 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/pkey/rsa_encrypt.c b/programs/pkey/rsa_encrypt.c
index 677ce76c..68664e0c 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/pkey/rsa_genkey.c b/programs/pkey/rsa_genkey.c
index 48d8c5e7..c8f16841 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/pkey/rsa_sign.c b/programs/pkey/rsa_sign.c
index 06895577..91ad1fe8 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/pkey/rsa_sign_pss.c b/programs/pkey/rsa_sign_pss.c
index e3e56c60..bf0b01a3 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/pkey/rsa_verify.c b/programs/pkey/rsa_verify.c
index 9c7c5ee7..fc26b60a 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/pkey/rsa_verify_pss.c b/programs/pkey/rsa_verify_pss.c
index 84945c32..8dcddd54 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/random/gen_entropy.c b/programs/random/gen_entropy.c
index 67679c85..27010536 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/random/gen_random_ctr_drbg.c b/programs/random/gen_random_ctr_drbg.c
index 94e200d8..74e38cf3 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/random/gen_random_havege.c b/programs/random/gen_random_havege.c
index e9152fac..4a9a218e 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/ssl/ssl_client1.c b/programs/ssl/ssl_client1.c
index 5a0571c6..68ec8b66 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/ssl/ssl_client2.c b/programs/ssl/ssl_client2.c
index 65720294..600fae5d 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/ssl/ssl_fork_server.c b/programs/ssl/ssl_fork_server.c
index 07c1cd67..66505a9c 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/ssl/ssl_mail_client.c b/programs/ssl/ssl_mail_client.c
index 8d6441de..2105a2ba 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/ssl/ssl_pthread_server.c b/programs/ssl/ssl_pthread_server.c
index 19129298..c61c5953 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/ssl/ssl_server.c b/programs/ssl/ssl_server.c
index a8411591..a518c951 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/ssl/ssl_server2.c b/programs/ssl/ssl_server2.c
index 5b4a6bda..8538fcb7 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/test/benchmark.c b/programs/test/benchmark.c
index 4462357c..77c00e73 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/test/o_p_test.c b/programs/test/o_p_test.c
index e5047e5d..358cd90e 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/test/selftest.c b/programs/test/selftest.c
index 3e68e360..ad8d0cb0 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/test/ssl_cert_test.c b/programs/test/ssl_cert_test.c
index 2553dba0..09f6c872 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/test/ssl_test.c b/programs/test/ssl_test.c
index b436d17e..2154b426 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/util/pem2der.c b/programs/util/pem2der.c
index dfd7a496..03eb4ec8 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/util/strerror.c b/programs/util/strerror.c
index b56eaaef..5b7f1259 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/wince_main.c b/programs/wince_main.c
index 946569e0..98569ae8 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/x509/cert_app.c b/programs/x509/cert_app.c
index 1ab7cc75..a616932c 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/x509/cert_req.c b/programs/x509/cert_req.c
index f229e0bb..19173c12 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/x509/cert_write.c b/programs/x509/cert_write.c
index 8f0616c8..2ec07381 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/x509/crl_app.c b/programs/x509/crl_app.c
index b1f0a02a..3cd03141 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/programs/x509/req_app.c b/programs/x509/req_app.c
index 91bb2dc2..83950547 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/scripts/data_files/error.fmt b/scripts/data_files/error.fmt
index b6984277..aeb80dc8 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.
diff --git a/scripts/data_files/version_features.fmt b/scripts/data_files/version_features.fmt
index f1d90cfb..a829c807 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 <polarssl_maintainer at polarssl.org>
*
* All rights reserved.