From 19f6b5dfaa152553b2bfc182faddc411a70dd72f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 23 Jan 2015 10:50:15 +0000 Subject: [PATCH 1/3] Remove redundant "all rights reserved" --- 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, 368 deletions(-) diff --git a/include/polarssl/aes.h b/include/polarssl/aes.h index abf6517354..1773c6f146 100644 --- a/include/polarssl/aes.h +++ b/include/polarssl/aes.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/aesni.h b/include/polarssl/aesni.h index 46f1344136..91e5d7eb35 100644 --- a/include/polarssl/aesni.h +++ b/include/polarssl/aesni.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/arc4.h b/include/polarssl/arc4.h index 995d61194e..8999864382 100644 --- a/include/polarssl/arc4.h +++ b/include/polarssl/arc4.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/asn1.h b/include/polarssl/asn1.h index ba80b17a0e..d284965d47 100644 --- a/include/polarssl/asn1.h +++ b/include/polarssl/asn1.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/asn1write.h b/include/polarssl/asn1write.h index 99830aed3c..3a6ac7bbae 100644 --- a/include/polarssl/asn1write.h +++ b/include/polarssl/asn1write.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/base64.h b/include/polarssl/base64.h index f930f4ed30..c5e2405f8c 100644 --- a/include/polarssl/base64.h +++ b/include/polarssl/base64.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/bignum.h b/include/polarssl/bignum.h index a1c6087e2b..3f29bade77 100644 --- a/include/polarssl/bignum.h +++ b/include/polarssl/bignum.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/blowfish.h b/include/polarssl/blowfish.h index 41cfcecd24..426acc4fc7 100644 --- a/include/polarssl/blowfish.h +++ b/include/polarssl/blowfish.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/bn_mul.h b/include/polarssl/bn_mul.h index b1de31ef83..7338a803a1 100644 --- a/include/polarssl/bn_mul.h +++ b/include/polarssl/bn_mul.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/camellia.h b/include/polarssl/camellia.h index dc6653f6e9..f45b5c55a0 100644 --- a/include/polarssl/camellia.h +++ b/include/polarssl/camellia.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/ccm.h b/include/polarssl/ccm.h index b4dd22e7ca..435dceb901 100644 --- a/include/polarssl/ccm.h +++ b/include/polarssl/ccm.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/certs.h b/include/polarssl/certs.h index bddd81322b..1d9e32f8f9 100644 --- a/include/polarssl/certs.h +++ b/include/polarssl/certs.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/check_config.h b/include/polarssl/check_config.h index f6b4d6315e..fc46dcb52d 100644 --- a/include/polarssl/check_config.h +++ b/include/polarssl/check_config.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/cipher.h b/include/polarssl/cipher.h index 332953a57b..3257aaa756 100644 --- a/include/polarssl/cipher.h +++ b/include/polarssl/cipher.h @@ -10,8 +10,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/cipher_wrap.h b/include/polarssl/cipher_wrap.h index a66bfd6603..25b8c55fc4 100644 --- a/include/polarssl/cipher_wrap.h +++ b/include/polarssl/cipher_wrap.h @@ -10,8 +10,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/compat-1.2.h b/include/polarssl/compat-1.2.h index 6bf94fa01f..adfce3d495 100644 --- a/include/polarssl/compat-1.2.h +++ b/include/polarssl/compat-1.2.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/config.h b/include/polarssl/config.h index 72087244d6..2f22f74060 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/ctr_drbg.h b/include/polarssl/ctr_drbg.h index 3eb0398215..f340810a26 100644 --- a/include/polarssl/ctr_drbg.h +++ b/include/polarssl/ctr_drbg.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/debug.h b/include/polarssl/debug.h index a5d4fda03e..519f16e3a1 100644 --- a/include/polarssl/debug.h +++ b/include/polarssl/debug.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/des.h b/include/polarssl/des.h index 47e06de9cd..792c6d7a06 100644 --- a/include/polarssl/des.h +++ b/include/polarssl/des.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/dhm.h b/include/polarssl/dhm.h index 56d92a3038..891913bd83 100644 --- a/include/polarssl/dhm.h +++ b/include/polarssl/dhm.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/ecdh.h b/include/polarssl/ecdh.h index d5a29fdb5a..6564862bdf 100644 --- a/include/polarssl/ecdh.h +++ b/include/polarssl/ecdh.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/ecdsa.h b/include/polarssl/ecdsa.h index f1907dd14f..6368aa2c8b 100644 --- a/include/polarssl/ecdsa.h +++ b/include/polarssl/ecdsa.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/ecp.h b/include/polarssl/ecp.h index 18f15e2fc9..1d1d78cfa7 100644 --- a/include/polarssl/ecp.h +++ b/include/polarssl/ecp.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/entropy.h b/include/polarssl/entropy.h index 286f55a39f..7f87975b4d 100644 --- a/include/polarssl/entropy.h +++ b/include/polarssl/entropy.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/entropy_poll.h b/include/polarssl/entropy_poll.h index 695767b539..0eaf13293b 100644 --- a/include/polarssl/entropy_poll.h +++ b/include/polarssl/entropy_poll.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/error.h b/include/polarssl/error.h index 69a4a01534..ce5babb3b1 100644 --- a/include/polarssl/error.h +++ b/include/polarssl/error.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/gcm.h b/include/polarssl/gcm.h index 465a89f6b0..8697804932 100644 --- a/include/polarssl/gcm.h +++ b/include/polarssl/gcm.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/havege.h b/include/polarssl/havege.h index ceb54b7705..4c8bf7b7c2 100644 --- a/include/polarssl/havege.h +++ b/include/polarssl/havege.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/hmac_drbg.h b/include/polarssl/hmac_drbg.h index a4b73bd6a0..51c8382369 100644 --- a/include/polarssl/hmac_drbg.h +++ b/include/polarssl/hmac_drbg.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/md.h b/include/polarssl/md.h index a657c40e51..f322de7ad8 100644 --- a/include/polarssl/md.h +++ b/include/polarssl/md.h @@ -10,8 +10,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/md2.h b/include/polarssl/md2.h index 78aec4eae6..b72d8c3440 100644 --- a/include/polarssl/md2.h +++ b/include/polarssl/md2.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/md4.h b/include/polarssl/md4.h index 9fab25c694..51601a91ba 100644 --- a/include/polarssl/md4.h +++ b/include/polarssl/md4.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/md5.h b/include/polarssl/md5.h index 760c0e4945..ebece60409 100644 --- a/include/polarssl/md5.h +++ b/include/polarssl/md5.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/md_wrap.h b/include/polarssl/md_wrap.h index aecac661f6..82a3a74258 100644 --- a/include/polarssl/md_wrap.h +++ b/include/polarssl/md_wrap.h @@ -10,8 +10,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/memory.h b/include/polarssl/memory.h index 0068be7db6..9086fdf0b5 100644 --- a/include/polarssl/memory.h +++ b/include/polarssl/memory.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/memory_buffer_alloc.h b/include/polarssl/memory_buffer_alloc.h index d51fac532c..d2ef18f1b1 100644 --- a/include/polarssl/memory_buffer_alloc.h +++ b/include/polarssl/memory_buffer_alloc.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/net.h b/include/polarssl/net.h index 2ce4a72d21..b849be7bc7 100644 --- a/include/polarssl/net.h +++ b/include/polarssl/net.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/oid.h b/include/polarssl/oid.h index 6adee5a0f8..9a56e2ba51 100644 --- a/include/polarssl/oid.h +++ b/include/polarssl/oid.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/openssl.h b/include/polarssl/openssl.h index 4ff2f356fc..3f3cb8c72c 100644 --- a/include/polarssl/openssl.h +++ b/include/polarssl/openssl.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/padlock.h b/include/polarssl/padlock.h index 147ddffdfc..1887d65aa8 100644 --- a/include/polarssl/padlock.h +++ b/include/polarssl/padlock.h @@ -9,8 +9,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/pbkdf2.h b/include/polarssl/pbkdf2.h index 5378a1b7e1..3737480516 100644 --- a/include/polarssl/pbkdf2.h +++ b/include/polarssl/pbkdf2.h @@ -11,8 +11,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/pem.h b/include/polarssl/pem.h index 8508ed9cce..4756649215 100644 --- a/include/polarssl/pem.h +++ b/include/polarssl/pem.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/pk.h b/include/polarssl/pk.h index da7251c568..f3cbf9276a 100644 --- a/include/polarssl/pk.h +++ b/include/polarssl/pk.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/pk_wrap.h b/include/polarssl/pk_wrap.h index c29c379eeb..9f797e93e7 100644 --- a/include/polarssl/pk_wrap.h +++ b/include/polarssl/pk_wrap.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/pkcs11.h b/include/polarssl/pkcs11.h index 93fd865c67..0bc038e958 100644 --- a/include/polarssl/pkcs11.h +++ b/include/polarssl/pkcs11.h @@ -10,8 +10,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/pkcs12.h b/include/polarssl/pkcs12.h index d5bad2965a..fbaf311917 100644 --- a/include/polarssl/pkcs12.h +++ b/include/polarssl/pkcs12.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/pkcs5.h b/include/polarssl/pkcs5.h index 2691f98277..cf7f1f6b55 100644 --- a/include/polarssl/pkcs5.h +++ b/include/polarssl/pkcs5.h @@ -10,8 +10,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/platform.h b/include/polarssl/platform.h index d5acbdf6cb..ee92ead667 100644 --- a/include/polarssl/platform.h +++ b/include/polarssl/platform.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/ripemd160.h b/include/polarssl/ripemd160.h index f3f06241ac..469165edd8 100644 --- a/include/polarssl/ripemd160.h +++ b/include/polarssl/ripemd160.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/rsa.h b/include/polarssl/rsa.h index 2b719d1d8e..54902f4363 100644 --- a/include/polarssl/rsa.h +++ b/include/polarssl/rsa.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/sha1.h b/include/polarssl/sha1.h index ed46b5b9f2..1dbb57091b 100644 --- a/include/polarssl/sha1.h +++ b/include/polarssl/sha1.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/sha256.h b/include/polarssl/sha256.h index 8f1aa19493..f377c676ad 100644 --- a/include/polarssl/sha256.h +++ b/include/polarssl/sha256.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/sha512.h b/include/polarssl/sha512.h index ce0fed1e44..a97582cb1c 100644 --- a/include/polarssl/sha512.h +++ b/include/polarssl/sha512.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index cc42209363..83fc07e6e8 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/ssl_cache.h b/include/polarssl/ssl_cache.h index bfc1afaafa..093682a2f5 100644 --- a/include/polarssl/ssl_cache.h +++ b/include/polarssl/ssl_cache.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/ssl_ciphersuites.h b/include/polarssl/ssl_ciphersuites.h index f5d9410058..7eb4aacee3 100644 --- a/include/polarssl/ssl_ciphersuites.h +++ b/include/polarssl/ssl_ciphersuites.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/threading.h b/include/polarssl/threading.h index 4f8a48e1d9..8427215348 100644 --- a/include/polarssl/threading.h +++ b/include/polarssl/threading.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/timing.h b/include/polarssl/timing.h index a0011ba5bb..524b519720 100644 --- a/include/polarssl/timing.h +++ b/include/polarssl/timing.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/version.h b/include/polarssl/version.h index c364968bee..3eae39c1df 100644 --- a/include/polarssl/version.h +++ b/include/polarssl/version.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/x509.h b/include/polarssl/x509.h index 69963b4c60..3be9248fab 100644 --- a/include/polarssl/x509.h +++ b/include/polarssl/x509.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/x509_crl.h b/include/polarssl/x509_crl.h index 5fb9312c60..7118385ddf 100644 --- a/include/polarssl/x509_crl.h +++ b/include/polarssl/x509_crl.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/x509_crt.h b/include/polarssl/x509_crt.h index f56a7c0e39..e4031adfbe 100644 --- a/include/polarssl/x509_crt.h +++ b/include/polarssl/x509_crt.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/x509_csr.h b/include/polarssl/x509_csr.h index 5baeb70c5d..187d0e5d16 100644 --- a/include/polarssl/x509_csr.h +++ b/include/polarssl/x509_csr.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/include/polarssl/xtea.h b/include/polarssl/xtea.h index e8f41b8c8f..4f755abde9 100644 --- a/include/polarssl/xtea.h +++ b/include/polarssl/xtea.h @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/aes.c b/library/aes.c index 26e76022f8..91214cefd5 100644 --- a/library/aes.c +++ b/library/aes.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/aesni.c b/library/aesni.c index 6dfc34c5d6..78abeb3d8c 100644 --- a/library/aesni.c +++ b/library/aesni.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/arc4.c b/library/arc4.c index fe4b8f41a6..902e337c1c 100644 --- a/library/arc4.c +++ b/library/arc4.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/asn1parse.c b/library/asn1parse.c index 046f272522..77d581be16 100644 --- a/library/asn1parse.c +++ b/library/asn1parse.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/asn1write.c b/library/asn1write.c index d8a5afae7c..7a965453cd 100644 --- a/library/asn1write.c +++ b/library/asn1write.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/base64.c b/library/base64.c index d6d13a1580..3e198e6e8b 100644 --- a/library/base64.c +++ b/library/base64.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/bignum.c b/library/bignum.c index 2404c3d832..d61cb11dee 100644 --- a/library/bignum.c +++ b/library/bignum.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/blowfish.c b/library/blowfish.c index fd4888b83d..2589b581f7 100644 --- a/library/blowfish.c +++ b/library/blowfish.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/camellia.c b/library/camellia.c index 62f245c91a..5cea2183c9 100644 --- a/library/camellia.c +++ b/library/camellia.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/ccm.c b/library/ccm.c index 0ad82522b7..4889000f45 100644 --- a/library/ccm.c +++ b/library/ccm.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/certs.c b/library/certs.c index d51b58ba21..378832c240 100644 --- a/library/certs.c +++ b/library/certs.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/cipher.c b/library/cipher.c index 002b3e741b..a66f6074d4 100644 --- a/library/cipher.c +++ b/library/cipher.c @@ -10,8 +10,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/cipher_wrap.c b/library/cipher_wrap.c index e84bb91ee1..1b1c716453 100644 --- a/library/cipher_wrap.c +++ b/library/cipher_wrap.c @@ -10,8 +10,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/ctr_drbg.c b/library/ctr_drbg.c index 6b6f8313f4..d78efd94c4 100644 --- a/library/ctr_drbg.c +++ b/library/ctr_drbg.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/debug.c b/library/debug.c index e4de1a3fe0..921249bd41 100644 --- a/library/debug.c +++ b/library/debug.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/des.c b/library/des.c index a0c953c22d..81c12b4bc0 100644 --- a/library/des.c +++ b/library/des.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/dhm.c b/library/dhm.c index 4786a29d2c..bb3397048a 100644 --- a/library/dhm.c +++ b/library/dhm.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/ecdh.c b/library/ecdh.c index 7f932342b4..18a84c69c8 100644 --- a/library/ecdh.c +++ b/library/ecdh.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/ecdsa.c b/library/ecdsa.c index 79d9aac096..4415cef3df 100644 --- a/library/ecdsa.c +++ b/library/ecdsa.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/ecp.c b/library/ecp.c index 9c34ad9f8c..0ee71253f0 100644 --- a/library/ecp.c +++ b/library/ecp.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/ecp_curves.c b/library/ecp_curves.c index 9aa8b4329a..758e98ca68 100644 --- a/library/ecp_curves.c +++ b/library/ecp_curves.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/entropy.c b/library/entropy.c index 219dc07199..60a82080b3 100644 --- a/library/entropy.c +++ b/library/entropy.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/entropy_poll.c b/library/entropy_poll.c index 3dc2cbf7aa..1768fdebcc 100644 --- a/library/entropy_poll.c +++ b/library/entropy_poll.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/error.c b/library/error.c index 115ed443fa..1295cddb6b 100644 --- a/library/error.c +++ b/library/error.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/gcm.c b/library/gcm.c index e1ea31a475..3784a9ef72 100644 --- a/library/gcm.c +++ b/library/gcm.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/havege.c b/library/havege.c index fb37284a9e..f061256c68 100644 --- a/library/havege.c +++ b/library/havege.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/hmac_drbg.c b/library/hmac_drbg.c index a6e6caa4c7..a0690e02cc 100644 --- a/library/hmac_drbg.c +++ b/library/hmac_drbg.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/md.c b/library/md.c index eea3f65364..85a91f7d0e 100644 --- a/library/md.c +++ b/library/md.c @@ -10,8 +10,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/md2.c b/library/md2.c index 5c2acead5e..cf0f60d202 100644 --- a/library/md2.c +++ b/library/md2.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/md4.c b/library/md4.c index 88451e56f4..fef0ace888 100644 --- a/library/md4.c +++ b/library/md4.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/md5.c b/library/md5.c index 7abc63349a..ad43622a36 100644 --- a/library/md5.c +++ b/library/md5.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/md_wrap.c b/library/md_wrap.c index 60cf1bbffe..56af5bcfc4 100644 --- a/library/md_wrap.c +++ b/library/md_wrap.c @@ -10,8 +10,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/memory_buffer_alloc.c b/library/memory_buffer_alloc.c index 9ba04b2c3a..ff448873da 100644 --- a/library/memory_buffer_alloc.c +++ b/library/memory_buffer_alloc.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/net.c b/library/net.c index d14761ebce..8918fb5552 100644 --- a/library/net.c +++ b/library/net.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/oid.c b/library/oid.c index bd057ca480..f0fb1418ba 100644 --- a/library/oid.c +++ b/library/oid.c @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/padlock.c b/library/padlock.c index daad882d4f..8d1a7e8a96 100644 --- a/library/padlock.c +++ b/library/padlock.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/pbkdf2.c b/library/pbkdf2.c index eb0447ef27..70e9e8b18e 100644 --- a/library/pbkdf2.c +++ b/library/pbkdf2.c @@ -11,8 +11,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/pem.c b/library/pem.c index d370352a7c..98d5efc604 100644 --- a/library/pem.c +++ b/library/pem.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/pk.c b/library/pk.c index 4940af5761..c72b3ef5b0 100644 --- a/library/pk.c +++ b/library/pk.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/pk_wrap.c b/library/pk_wrap.c index 3b92c47d62..04b1db2aae 100644 --- a/library/pk_wrap.c +++ b/library/pk_wrap.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/pkcs11.c b/library/pkcs11.c index a7f4e9e888..00485685d6 100644 --- a/library/pkcs11.c +++ b/library/pkcs11.c @@ -10,8 +10,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/pkcs12.c b/library/pkcs12.c index 56806a2e92..c4eec1f5f4 100644 --- a/library/pkcs12.c +++ b/library/pkcs12.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/pkcs5.c b/library/pkcs5.c index 02a65fd013..78318add07 100644 --- a/library/pkcs5.c +++ b/library/pkcs5.c @@ -10,8 +10,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/pkparse.c b/library/pkparse.c index 2b8bccfe45..e17a97d7b8 100644 --- a/library/pkparse.c +++ b/library/pkparse.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/pkwrite.c b/library/pkwrite.c index f5b3eafc9c..6619e1cf5f 100644 --- a/library/pkwrite.c +++ b/library/pkwrite.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/platform.c b/library/platform.c index 71b6957301..297b13b330 100644 --- a/library/platform.c +++ b/library/platform.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/ripemd160.c b/library/ripemd160.c index f0892dcb0b..2b943f1316 100644 --- a/library/ripemd160.c +++ b/library/ripemd160.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/rsa.c b/library/rsa.c index bb2dfa2f8c..d601391b07 100644 --- a/library/rsa.c +++ b/library/rsa.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/sha1.c b/library/sha1.c index ada89fa71c..f9a419e537 100644 --- a/library/sha1.c +++ b/library/sha1.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/sha256.c b/library/sha256.c index f4c343e7bc..44dcf1ad79 100644 --- a/library/sha256.c +++ b/library/sha256.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/sha512.c b/library/sha512.c index a5063cdbb1..9c10fb533f 100644 --- a/library/sha512.c +++ b/library/sha512.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/ssl_cache.c b/library/ssl_cache.c index f88b21cf28..dbcaa9ea81 100644 --- a/library/ssl_cache.c +++ b/library/ssl_cache.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/ssl_ciphersuites.c b/library/ssl_ciphersuites.c index f80b13b8c1..fe298b21f2 100644 --- a/library/ssl_ciphersuites.c +++ b/library/ssl_ciphersuites.c @@ -8,8 +8,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/ssl_cli.c b/library/ssl_cli.c index c6d6b6eb8a..6bb95e4803 100644 --- a/library/ssl_cli.c +++ b/library/ssl_cli.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/ssl_srv.c b/library/ssl_srv.c index 9b8542c4d0..0f6d5b4944 100644 --- a/library/ssl_srv.c +++ b/library/ssl_srv.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/ssl_tls.c b/library/ssl_tls.c index ed3701dbd9..757167b5ba 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/threading.c b/library/threading.c index 696548d6b9..4abcd721c9 100644 --- a/library/threading.c +++ b/library/threading.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/timing.c b/library/timing.c index 4c21c4b2f7..7e5a79799c 100644 --- a/library/timing.c +++ b/library/timing.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/version.c b/library/version.c index a362463e05..adb914299e 100644 --- a/library/version.c +++ b/library/version.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/version_features.c b/library/version_features.c index 783d512136..af90b66f01 100644 --- a/library/version_features.c +++ b/library/version_features.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/x509.c b/library/x509.c index 4472e4a9a2..68ff9d6646 100644 --- a/library/x509.c +++ b/library/x509.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/x509_create.c b/library/x509_create.c index 95d52ab2d7..e6346ddeaf 100644 --- a/library/x509_create.c +++ b/library/x509_create.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/x509_crl.c b/library/x509_crl.c index b35cb63a41..3e6545f5d4 100644 --- a/library/x509_crl.c +++ b/library/x509_crl.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/x509_crt.c b/library/x509_crt.c index 158dac6ac4..2e2d97098d 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/x509_csr.c b/library/x509_csr.c index ce9aefae8f..aeac3f45d5 100644 --- a/library/x509_csr.c +++ b/library/x509_csr.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/x509write_crt.c b/library/x509write_crt.c index 5c8400f8dc..50ba62274b 100644 --- a/library/x509write_crt.c +++ b/library/x509write_crt.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/x509write_csr.c b/library/x509write_csr.c index 90617d261e..84048e47d5 100644 --- a/library/x509write_csr.c +++ b/library/x509write_csr.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/library/xtea.c b/library/xtea.c index 08365f5024..9db3cf4dd2 100644 --- a/library/xtea.c +++ b/library/xtea.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/aes/aescrypt2.c b/programs/aes/aescrypt2.c index c96c3fc08e..89452b34cc 100644 --- a/programs/aes/aescrypt2.c +++ b/programs/aes/aescrypt2.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/aes/crypt_and_hash.c b/programs/aes/crypt_and_hash.c index 545b01299c..1fbe018202 100644 --- a/programs/aes/crypt_and_hash.c +++ b/programs/aes/crypt_and_hash.c @@ -7,8 +7,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/hash/generic_sum.c b/programs/hash/generic_sum.c index 7b7b4cd426..60181e7f05 100644 --- a/programs/hash/generic_sum.c +++ b/programs/hash/generic_sum.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/hash/hello.c b/programs/hash/hello.c index 137b4fa9c7..b97af47748 100644 --- a/programs/hash/hello.c +++ b/programs/hash/hello.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/hash/md5sum.c b/programs/hash/md5sum.c index 0f7617ecfd..c186adb6f5 100644 --- a/programs/hash/md5sum.c +++ b/programs/hash/md5sum.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/hash/sha1sum.c b/programs/hash/sha1sum.c index fbea429731..ab41832a29 100644 --- a/programs/hash/sha1sum.c +++ b/programs/hash/sha1sum.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/hash/sha2sum.c b/programs/hash/sha2sum.c index 6d2550e233..86194779ba 100644 --- a/programs/hash/sha2sum.c +++ b/programs/hash/sha2sum.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/pkey/dh_client.c b/programs/pkey/dh_client.c index 6d6db33e3b..caf15513cd 100644 --- a/programs/pkey/dh_client.c +++ b/programs/pkey/dh_client.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/pkey/dh_genprime.c b/programs/pkey/dh_genprime.c index 46aab29641..14933f78bd 100644 --- a/programs/pkey/dh_genprime.c +++ b/programs/pkey/dh_genprime.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/pkey/dh_server.c b/programs/pkey/dh_server.c index f8af72d9ac..d427d6a352 100644 --- a/programs/pkey/dh_server.c +++ b/programs/pkey/dh_server.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/pkey/ecdsa.c b/programs/pkey/ecdsa.c index 6706a6be45..513d21f218 100644 --- a/programs/pkey/ecdsa.c +++ b/programs/pkey/ecdsa.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/pkey/gen_key.c b/programs/pkey/gen_key.c index 76605744cb..6e736b6ccd 100644 --- a/programs/pkey/gen_key.c +++ b/programs/pkey/gen_key.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/pkey/key_app.c b/programs/pkey/key_app.c index 956eba9c85..89e509f3d7 100644 --- a/programs/pkey/key_app.c +++ b/programs/pkey/key_app.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/pkey/key_app_writer.c b/programs/pkey/key_app_writer.c index 963ee81d76..e979c67ad6 100644 --- a/programs/pkey/key_app_writer.c +++ b/programs/pkey/key_app_writer.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/pkey/mpi_demo.c b/programs/pkey/mpi_demo.c index 4a13dc4b7e..a1b78d8424 100644 --- a/programs/pkey/mpi_demo.c +++ b/programs/pkey/mpi_demo.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/pkey/pk_decrypt.c b/programs/pkey/pk_decrypt.c index ddeb12716f..ce662404e4 100644 --- a/programs/pkey/pk_decrypt.c +++ b/programs/pkey/pk_decrypt.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/pkey/pk_encrypt.c b/programs/pkey/pk_encrypt.c index c313f667e6..e3efa911db 100644 --- a/programs/pkey/pk_encrypt.c +++ b/programs/pkey/pk_encrypt.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/pkey/pk_sign.c b/programs/pkey/pk_sign.c index 5bee4f8dfe..15e036981b 100644 --- a/programs/pkey/pk_sign.c +++ b/programs/pkey/pk_sign.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/pkey/pk_verify.c b/programs/pkey/pk_verify.c index 7215d7fdfe..c663aab816 100644 --- a/programs/pkey/pk_verify.c +++ b/programs/pkey/pk_verify.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/pkey/rsa_decrypt.c b/programs/pkey/rsa_decrypt.c index a04cdbf04d..4f87f37422 100644 --- a/programs/pkey/rsa_decrypt.c +++ b/programs/pkey/rsa_decrypt.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/pkey/rsa_encrypt.c b/programs/pkey/rsa_encrypt.c index 3a16b49e13..c6051d31c4 100644 --- a/programs/pkey/rsa_encrypt.c +++ b/programs/pkey/rsa_encrypt.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/pkey/rsa_genkey.c b/programs/pkey/rsa_genkey.c index b3570023be..86e79a760e 100644 --- a/programs/pkey/rsa_genkey.c +++ b/programs/pkey/rsa_genkey.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/pkey/rsa_sign.c b/programs/pkey/rsa_sign.c index 7520362f98..b7ddae35b4 100644 --- a/programs/pkey/rsa_sign.c +++ b/programs/pkey/rsa_sign.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/pkey/rsa_sign_pss.c b/programs/pkey/rsa_sign_pss.c index 587762c3f5..3556925944 100644 --- a/programs/pkey/rsa_sign_pss.c +++ b/programs/pkey/rsa_sign_pss.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/pkey/rsa_verify.c b/programs/pkey/rsa_verify.c index 7ab5298e2f..b4d11ba23b 100644 --- a/programs/pkey/rsa_verify.c +++ b/programs/pkey/rsa_verify.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/pkey/rsa_verify_pss.c b/programs/pkey/rsa_verify_pss.c index 3966ec254e..1164e21373 100644 --- a/programs/pkey/rsa_verify_pss.c +++ b/programs/pkey/rsa_verify_pss.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/random/gen_entropy.c b/programs/random/gen_entropy.c index e441ba789a..d8903780bf 100644 --- a/programs/random/gen_entropy.c +++ b/programs/random/gen_entropy.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/random/gen_random_ctr_drbg.c b/programs/random/gen_random_ctr_drbg.c index 003310aa6d..ac479a2b3a 100644 --- a/programs/random/gen_random_ctr_drbg.c +++ b/programs/random/gen_random_ctr_drbg.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/random/gen_random_havege.c b/programs/random/gen_random_havege.c index b3c214c8a2..98f373907c 100644 --- a/programs/random/gen_random_havege.c +++ b/programs/random/gen_random_havege.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/ssl/ssl_client1.c b/programs/ssl/ssl_client1.c index eacba81563..8a43537f9d 100644 --- a/programs/ssl/ssl_client1.c +++ b/programs/ssl/ssl_client1.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/ssl/ssl_client2.c b/programs/ssl/ssl_client2.c index 8ec0fc4a9a..b4328e91fb 100644 --- a/programs/ssl/ssl_client2.c +++ b/programs/ssl/ssl_client2.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/ssl/ssl_fork_server.c b/programs/ssl/ssl_fork_server.c index 14b88947fd..e5695e8627 100644 --- a/programs/ssl/ssl_fork_server.c +++ b/programs/ssl/ssl_fork_server.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/ssl/ssl_mail_client.c b/programs/ssl/ssl_mail_client.c index 8d4b2a7cdc..2cad32edcc 100644 --- a/programs/ssl/ssl_mail_client.c +++ b/programs/ssl/ssl_mail_client.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/ssl/ssl_pthread_server.c b/programs/ssl/ssl_pthread_server.c index af9c7ee1c2..3c7c73924f 100644 --- a/programs/ssl/ssl_pthread_server.c +++ b/programs/ssl/ssl_pthread_server.c @@ -7,8 +7,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/ssl/ssl_server.c b/programs/ssl/ssl_server.c index f848bca8b3..cb5c51ecb2 100644 --- a/programs/ssl/ssl_server.c +++ b/programs/ssl/ssl_server.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/ssl/ssl_server2.c b/programs/ssl/ssl_server2.c index c827fde31e..eb1f9ae2a0 100644 --- a/programs/ssl/ssl_server2.c +++ b/programs/ssl/ssl_server2.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/test/benchmark.c b/programs/test/benchmark.c index d06ee415b3..3870be9060 100644 --- a/programs/test/benchmark.c +++ b/programs/test/benchmark.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/test/o_p_test.c b/programs/test/o_p_test.c index 777e8bf221..b76364bd3b 100644 --- a/programs/test/o_p_test.c +++ b/programs/test/o_p_test.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/test/selftest.c b/programs/test/selftest.c index b42dd1db8b..87db0a96a4 100644 --- a/programs/test/selftest.c +++ b/programs/test/selftest.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/test/ssl_cert_test.c b/programs/test/ssl_cert_test.c index 4085c72dca..570b635251 100644 --- a/programs/test/ssl_cert_test.c +++ b/programs/test/ssl_cert_test.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/test/ssl_test.c b/programs/test/ssl_test.c index be1f7c8b1e..e8c70969d0 100644 --- a/programs/test/ssl_test.c +++ b/programs/test/ssl_test.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/util/pem2der.c b/programs/util/pem2der.c index cc209fa665..0d64deb44e 100644 --- a/programs/util/pem2der.c +++ b/programs/util/pem2der.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/util/strerror.c b/programs/util/strerror.c index aeb45a537f..912f92ae6d 100644 --- a/programs/util/strerror.c +++ b/programs/util/strerror.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/wince_main.c b/programs/wince_main.c index 489bc19543..6efa970d16 100644 --- a/programs/wince_main.c +++ b/programs/wince_main.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/x509/cert_app.c b/programs/x509/cert_app.c index b25d05b5ae..73af69be7b 100644 --- a/programs/x509/cert_app.c +++ b/programs/x509/cert_app.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/x509/cert_req.c b/programs/x509/cert_req.c index f675cb6d58..76b7bb0c3e 100644 --- a/programs/x509/cert_req.c +++ b/programs/x509/cert_req.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/x509/cert_write.c b/programs/x509/cert_write.c index 10ff2fc040..0591f3b043 100644 --- a/programs/x509/cert_write.c +++ b/programs/x509/cert_write.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/x509/crl_app.c b/programs/x509/crl_app.c index 002e0656f7..b618613b96 100644 --- a/programs/x509/crl_app.c +++ b/programs/x509/crl_app.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/programs/x509/req_app.c b/programs/x509/req_app.c index e80f3e4b04..f502a12cbf 100644 --- a/programs/x509/req_app.c +++ b/programs/x509/req_app.c @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/scripts/data_files/error.fmt b/scripts/data_files/error.fmt index 8443c6e05a..8cfaf9b276 100644 --- a/scripts/data_files/error.fmt +++ b/scripts/data_files/error.fmt @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or diff --git a/scripts/data_files/version_features.fmt b/scripts/data_files/version_features.fmt index b53ce5931b..1a90eb542f 100644 --- a/scripts/data_files/version_features.fmt +++ b/scripts/data_files/version_features.fmt @@ -6,8 +6,6 @@ * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker * - * All rights reserved. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or From 9698f5852c03150ef7f61b92090bb4a636f042f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 23 Jan 2015 10:59:00 +0000 Subject: [PATCH 2/3] Remove maintainer line. --- include/polarssl/aes.h | 1 - include/polarssl/aesni.h | 1 - include/polarssl/arc4.h | 1 - include/polarssl/asn1.h | 1 - include/polarssl/asn1write.h | 1 - include/polarssl/base64.h | 1 - include/polarssl/bignum.h | 1 - include/polarssl/blowfish.h | 1 - include/polarssl/bn_mul.h | 1 - include/polarssl/camellia.h | 1 - include/polarssl/ccm.h | 1 - include/polarssl/certs.h | 1 - include/polarssl/check_config.h | 1 - include/polarssl/cipher.h | 1 - include/polarssl/cipher_wrap.h | 1 - include/polarssl/compat-1.2.h | 1 - include/polarssl/config.h | 1 - include/polarssl/ctr_drbg.h | 1 - include/polarssl/debug.h | 1 - include/polarssl/des.h | 1 - include/polarssl/dhm.h | 1 - include/polarssl/ecdh.h | 1 - include/polarssl/ecdsa.h | 1 - include/polarssl/ecp.h | 1 - include/polarssl/entropy.h | 1 - include/polarssl/entropy_poll.h | 1 - include/polarssl/error.h | 1 - include/polarssl/gcm.h | 1 - include/polarssl/havege.h | 1 - include/polarssl/hmac_drbg.h | 1 - include/polarssl/md.h | 1 - include/polarssl/md2.h | 1 - include/polarssl/md4.h | 1 - include/polarssl/md5.h | 1 - include/polarssl/md_wrap.h | 1 - include/polarssl/memory.h | 1 - include/polarssl/memory_buffer_alloc.h | 1 - include/polarssl/net.h | 1 - include/polarssl/oid.h | 1 - include/polarssl/openssl.h | 1 - include/polarssl/padlock.h | 1 - include/polarssl/pbkdf2.h | 1 - include/polarssl/pem.h | 1 - include/polarssl/pk.h | 1 - include/polarssl/pk_wrap.h | 1 - include/polarssl/pkcs11.h | 1 - include/polarssl/pkcs12.h | 1 - include/polarssl/pkcs5.h | 1 - include/polarssl/platform.h | 1 - include/polarssl/ripemd160.h | 1 - include/polarssl/rsa.h | 1 - include/polarssl/sha1.h | 1 - include/polarssl/sha256.h | 1 - include/polarssl/sha512.h | 1 - include/polarssl/ssl.h | 1 - include/polarssl/ssl_cache.h | 1 - include/polarssl/ssl_ciphersuites.h | 1 - include/polarssl/threading.h | 1 - include/polarssl/timing.h | 1 - include/polarssl/version.h | 1 - include/polarssl/x509.h | 1 - include/polarssl/x509_crl.h | 1 - include/polarssl/x509_crt.h | 1 - include/polarssl/x509_csr.h | 1 - include/polarssl/xtea.h | 1 - library/aes.c | 1 - library/aesni.c | 1 - library/arc4.c | 1 - library/asn1parse.c | 1 - library/asn1write.c | 1 - library/base64.c | 1 - library/bignum.c | 1 - library/blowfish.c | 1 - library/camellia.c | 1 - library/ccm.c | 1 - library/certs.c | 1 - library/cipher.c | 1 - library/cipher_wrap.c | 1 - library/ctr_drbg.c | 1 - library/debug.c | 1 - library/des.c | 1 - library/dhm.c | 1 - library/ecdh.c | 1 - library/ecdsa.c | 1 - library/ecp.c | 1 - library/ecp_curves.c | 1 - library/entropy.c | 1 - library/entropy_poll.c | 1 - library/error.c | 1 - library/gcm.c | 1 - library/havege.c | 1 - library/hmac_drbg.c | 1 - library/md.c | 1 - library/md2.c | 1 - library/md4.c | 1 - library/md5.c | 1 - library/md_wrap.c | 1 - library/memory_buffer_alloc.c | 1 - library/net.c | 1 - library/oid.c | 1 - library/padlock.c | 1 - library/pbkdf2.c | 1 - library/pem.c | 1 - library/pk.c | 1 - library/pk_wrap.c | 1 - library/pkcs11.c | 1 - library/pkcs12.c | 1 - library/pkcs5.c | 1 - library/pkparse.c | 1 - library/pkwrite.c | 1 - library/platform.c | 1 - library/ripemd160.c | 1 - library/rsa.c | 1 - library/sha1.c | 1 - library/sha256.c | 1 - library/sha512.c | 1 - library/ssl_cache.c | 1 - library/ssl_ciphersuites.c | 1 - library/ssl_cli.c | 1 - library/ssl_srv.c | 1 - library/ssl_tls.c | 1 - library/threading.c | 1 - library/timing.c | 1 - library/version.c | 1 - library/version_features.c | 1 - library/x509.c | 1 - library/x509_create.c | 1 - library/x509_crl.c | 1 - library/x509_crt.c | 1 - library/x509_csr.c | 1 - library/x509write_crt.c | 1 - library/x509write_csr.c | 1 - library/xtea.c | 1 - programs/aes/aescrypt2.c | 1 - programs/aes/crypt_and_hash.c | 1 - programs/hash/generic_sum.c | 1 - programs/hash/hello.c | 1 - programs/hash/md5sum.c | 1 - programs/hash/sha1sum.c | 1 - programs/hash/sha2sum.c | 1 - programs/pkey/dh_client.c | 1 - programs/pkey/dh_genprime.c | 1 - programs/pkey/dh_server.c | 1 - programs/pkey/ecdsa.c | 1 - programs/pkey/gen_key.c | 1 - programs/pkey/key_app.c | 1 - programs/pkey/key_app_writer.c | 1 - programs/pkey/mpi_demo.c | 1 - programs/pkey/pk_decrypt.c | 1 - programs/pkey/pk_encrypt.c | 1 - programs/pkey/pk_sign.c | 1 - programs/pkey/pk_verify.c | 1 - programs/pkey/rsa_decrypt.c | 1 - programs/pkey/rsa_encrypt.c | 1 - programs/pkey/rsa_genkey.c | 1 - programs/pkey/rsa_sign.c | 1 - programs/pkey/rsa_sign_pss.c | 1 - programs/pkey/rsa_verify.c | 1 - programs/pkey/rsa_verify_pss.c | 1 - programs/random/gen_entropy.c | 1 - programs/random/gen_random_ctr_drbg.c | 1 - programs/random/gen_random_havege.c | 1 - programs/ssl/ssl_client1.c | 1 - programs/ssl/ssl_client2.c | 1 - programs/ssl/ssl_fork_server.c | 1 - programs/ssl/ssl_mail_client.c | 1 - programs/ssl/ssl_pthread_server.c | 1 - programs/ssl/ssl_server.c | 1 - programs/ssl/ssl_server2.c | 1 - programs/test/benchmark.c | 1 - programs/test/o_p_test.c | 1 - programs/test/selftest.c | 1 - programs/test/ssl_cert_test.c | 1 - programs/test/ssl_test.c | 1 - programs/util/pem2der.c | 1 - programs/util/strerror.c | 1 - programs/wince_main.c | 1 - programs/x509/cert_app.c | 1 - programs/x509/cert_req.c | 1 - programs/x509/cert_write.c | 1 - programs/x509/crl_app.c | 1 - programs/x509/req_app.c | 1 - scripts/data_files/error.fmt | 1 - scripts/data_files/version_features.fmt | 1 - 184 files changed, 184 deletions(-) diff --git a/include/polarssl/aes.h b/include/polarssl/aes.h index 1773c6f146..2d2363f085 100644 --- a/include/polarssl/aes.h +++ b/include/polarssl/aes.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/aesni.h b/include/polarssl/aesni.h index 91e5d7eb35..025d01fdd4 100644 --- a/include/polarssl/aesni.h +++ b/include/polarssl/aesni.h @@ -6,7 +6,6 @@ * Copyright (C) 2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/arc4.h b/include/polarssl/arc4.h index 8999864382..ad9071263e 100644 --- a/include/polarssl/arc4.h +++ b/include/polarssl/arc4.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/asn1.h b/include/polarssl/asn1.h index d284965d47..dc7c876ba9 100644 --- a/include/polarssl/asn1.h +++ b/include/polarssl/asn1.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/asn1write.h b/include/polarssl/asn1write.h index 3a6ac7bbae..5e5ceb6dc6 100644 --- a/include/polarssl/asn1write.h +++ b/include/polarssl/asn1write.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/base64.h b/include/polarssl/base64.h index c5e2405f8c..6cceda9670 100644 --- a/include/polarssl/base64.h +++ b/include/polarssl/base64.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/bignum.h b/include/polarssl/bignum.h index 3f29bade77..cd27b03b8c 100644 --- a/include/polarssl/bignum.h +++ b/include/polarssl/bignum.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/blowfish.h b/include/polarssl/blowfish.h index 426acc4fc7..51f8e69c7a 100644 --- a/include/polarssl/blowfish.h +++ b/include/polarssl/blowfish.h @@ -6,7 +6,6 @@ * Copyright (C) 2012-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/bn_mul.h b/include/polarssl/bn_mul.h index 7338a803a1..f9b080a117 100644 --- a/include/polarssl/bn_mul.h +++ b/include/polarssl/bn_mul.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2010, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/camellia.h b/include/polarssl/camellia.h index f45b5c55a0..06d208c059 100644 --- a/include/polarssl/camellia.h +++ b/include/polarssl/camellia.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/ccm.h b/include/polarssl/ccm.h index 435dceb901..0a00c5032d 100644 --- a/include/polarssl/ccm.h +++ b/include/polarssl/ccm.h @@ -6,7 +6,6 @@ * Copyright (C) 2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/certs.h b/include/polarssl/certs.h index 1d9e32f8f9..6666cde01a 100644 --- a/include/polarssl/certs.h +++ b/include/polarssl/certs.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2010, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/check_config.h b/include/polarssl/check_config.h index fc46dcb52d..01889cfe69 100644 --- a/include/polarssl/check_config.h +++ b/include/polarssl/check_config.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/cipher.h b/include/polarssl/cipher.h index 3257aaa756..4e85f4a5d7 100644 --- a/include/polarssl/cipher.h +++ b/include/polarssl/cipher.h @@ -8,7 +8,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/cipher_wrap.h b/include/polarssl/cipher_wrap.h index 25b8c55fc4..fab279f04f 100644 --- a/include/polarssl/cipher_wrap.h +++ b/include/polarssl/cipher_wrap.h @@ -8,7 +8,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/compat-1.2.h b/include/polarssl/compat-1.2.h index adfce3d495..1948d4e6ee 100644 --- a/include/polarssl/compat-1.2.h +++ b/include/polarssl/compat-1.2.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/config.h b/include/polarssl/config.h index 2f22f74060..1191cc9155 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/ctr_drbg.h b/include/polarssl/ctr_drbg.h index f340810a26..26d76e581c 100644 --- a/include/polarssl/ctr_drbg.h +++ b/include/polarssl/ctr_drbg.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/debug.h b/include/polarssl/debug.h index 519f16e3a1..0ba3668e7a 100644 --- a/include/polarssl/debug.h +++ b/include/polarssl/debug.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/des.h b/include/polarssl/des.h index 792c6d7a06..4626452ac4 100644 --- a/include/polarssl/des.h +++ b/include/polarssl/des.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/dhm.h b/include/polarssl/dhm.h index 891913bd83..f5b588b365 100644 --- a/include/polarssl/dhm.h +++ b/include/polarssl/dhm.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/ecdh.h b/include/polarssl/ecdh.h index 6564862bdf..345a7d7856 100644 --- a/include/polarssl/ecdh.h +++ b/include/polarssl/ecdh.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/ecdsa.h b/include/polarssl/ecdsa.h index 6368aa2c8b..71729c72c7 100644 --- a/include/polarssl/ecdsa.h +++ b/include/polarssl/ecdsa.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/ecp.h b/include/polarssl/ecp.h index 1d1d78cfa7..28db411d0e 100644 --- a/include/polarssl/ecp.h +++ b/include/polarssl/ecp.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/entropy.h b/include/polarssl/entropy.h index 7f87975b4d..fb4785d1e4 100644 --- a/include/polarssl/entropy.h +++ b/include/polarssl/entropy.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/entropy_poll.h b/include/polarssl/entropy_poll.h index 0eaf13293b..c5a251dac0 100644 --- a/include/polarssl/entropy_poll.h +++ b/include/polarssl/entropy_poll.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/error.h b/include/polarssl/error.h index ce5babb3b1..ed94fec13f 100644 --- a/include/polarssl/error.h +++ b/include/polarssl/error.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/gcm.h b/include/polarssl/gcm.h index 8697804932..d7d598ce4d 100644 --- a/include/polarssl/gcm.h +++ b/include/polarssl/gcm.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/havege.h b/include/polarssl/havege.h index 4c8bf7b7c2..41d9830514 100644 --- a/include/polarssl/havege.h +++ b/include/polarssl/havege.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/hmac_drbg.h b/include/polarssl/hmac_drbg.h index 51c8382369..4aeb2b7f7d 100644 --- a/include/polarssl/hmac_drbg.h +++ b/include/polarssl/hmac_drbg.h @@ -6,7 +6,6 @@ * Copyright (C) 2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/md.h b/include/polarssl/md.h index f322de7ad8..5814ee450f 100644 --- a/include/polarssl/md.h +++ b/include/polarssl/md.h @@ -8,7 +8,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/md2.h b/include/polarssl/md2.h index b72d8c3440..d08549cc5e 100644 --- a/include/polarssl/md2.h +++ b/include/polarssl/md2.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/md4.h b/include/polarssl/md4.h index 51601a91ba..f8cf5bd672 100644 --- a/include/polarssl/md4.h +++ b/include/polarssl/md4.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/md5.h b/include/polarssl/md5.h index ebece60409..6fb8fc12bf 100644 --- a/include/polarssl/md5.h +++ b/include/polarssl/md5.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/md_wrap.h b/include/polarssl/md_wrap.h index 82a3a74258..b31cafece9 100644 --- a/include/polarssl/md_wrap.h +++ b/include/polarssl/md_wrap.h @@ -8,7 +8,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/memory.h b/include/polarssl/memory.h index 9086fdf0b5..7b279cda92 100644 --- a/include/polarssl/memory.h +++ b/include/polarssl/memory.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/memory_buffer_alloc.h b/include/polarssl/memory_buffer_alloc.h index d2ef18f1b1..65822423a5 100644 --- a/include/polarssl/memory_buffer_alloc.h +++ b/include/polarssl/memory_buffer_alloc.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/net.h b/include/polarssl/net.h index b849be7bc7..9c7942f2b3 100644 --- a/include/polarssl/net.h +++ b/include/polarssl/net.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/oid.h b/include/polarssl/oid.h index 9a56e2ba51..db7cf41731 100644 --- a/include/polarssl/oid.h +++ b/include/polarssl/oid.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/openssl.h b/include/polarssl/openssl.h index 3f3cb8c72c..90e9a91492 100644 --- a/include/polarssl/openssl.h +++ b/include/polarssl/openssl.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2010, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/padlock.h b/include/polarssl/padlock.h index 1887d65aa8..3df1c66464 100644 --- a/include/polarssl/padlock.h +++ b/include/polarssl/padlock.h @@ -7,7 +7,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/pbkdf2.h b/include/polarssl/pbkdf2.h index 3737480516..a46dd8df9d 100644 --- a/include/polarssl/pbkdf2.h +++ b/include/polarssl/pbkdf2.h @@ -9,7 +9,6 @@ * Copyright (C) 2006-2012, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/pem.h b/include/polarssl/pem.h index 4756649215..ddbc2b226a 100644 --- a/include/polarssl/pem.h +++ b/include/polarssl/pem.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/pk.h b/include/polarssl/pk.h index f3cbf9276a..c8bd54222a 100644 --- a/include/polarssl/pk.h +++ b/include/polarssl/pk.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/pk_wrap.h b/include/polarssl/pk_wrap.h index 9f797e93e7..a91e6f8c0a 100644 --- a/include/polarssl/pk_wrap.h +++ b/include/polarssl/pk_wrap.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/pkcs11.h b/include/polarssl/pkcs11.h index 0bc038e958..cd4b9df6f4 100644 --- a/include/polarssl/pkcs11.h +++ b/include/polarssl/pkcs11.h @@ -8,7 +8,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/pkcs12.h b/include/polarssl/pkcs12.h index fbaf311917..e690eaf065 100644 --- a/include/polarssl/pkcs12.h +++ b/include/polarssl/pkcs12.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/pkcs5.h b/include/polarssl/pkcs5.h index cf7f1f6b55..ffd6d93acc 100644 --- a/include/polarssl/pkcs5.h +++ b/include/polarssl/pkcs5.h @@ -8,7 +8,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/platform.h b/include/polarssl/platform.h index ee92ead667..1793282886 100644 --- a/include/polarssl/platform.h +++ b/include/polarssl/platform.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/ripemd160.h b/include/polarssl/ripemd160.h index 469165edd8..19cd089eeb 100644 --- a/include/polarssl/ripemd160.h +++ b/include/polarssl/ripemd160.h @@ -6,7 +6,6 @@ * Copyright (C) 2014-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/rsa.h b/include/polarssl/rsa.h index 54902f4363..55519464f8 100644 --- a/include/polarssl/rsa.h +++ b/include/polarssl/rsa.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/sha1.h b/include/polarssl/sha1.h index 1dbb57091b..bc7dc23368 100644 --- a/include/polarssl/sha1.h +++ b/include/polarssl/sha1.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/sha256.h b/include/polarssl/sha256.h index f377c676ad..7a53d8ff17 100644 --- a/include/polarssl/sha256.h +++ b/include/polarssl/sha256.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/sha512.h b/include/polarssl/sha512.h index a97582cb1c..eef5aec183 100644 --- a/include/polarssl/sha512.h +++ b/include/polarssl/sha512.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index 83fc07e6e8..80b828d3dd 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/ssl_cache.h b/include/polarssl/ssl_cache.h index 093682a2f5..c63baf73e2 100644 --- a/include/polarssl/ssl_cache.h +++ b/include/polarssl/ssl_cache.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/ssl_ciphersuites.h b/include/polarssl/ssl_ciphersuites.h index 7eb4aacee3..04eaf0117b 100644 --- a/include/polarssl/ssl_ciphersuites.h +++ b/include/polarssl/ssl_ciphersuites.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/threading.h b/include/polarssl/threading.h index 8427215348..e0b1c1c853 100644 --- a/include/polarssl/threading.h +++ b/include/polarssl/threading.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/timing.h b/include/polarssl/timing.h index 524b519720..8ed093acca 100644 --- a/include/polarssl/timing.h +++ b/include/polarssl/timing.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/version.h b/include/polarssl/version.h index 3eae39c1df..16f630d020 100644 --- a/include/polarssl/version.h +++ b/include/polarssl/version.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/x509.h b/include/polarssl/x509.h index 3be9248fab..d000e624db 100644 --- a/include/polarssl/x509.h +++ b/include/polarssl/x509.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/x509_crl.h b/include/polarssl/x509_crl.h index 7118385ddf..9ef94f33cc 100644 --- a/include/polarssl/x509_crl.h +++ b/include/polarssl/x509_crl.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/x509_crt.h b/include/polarssl/x509_crt.h index e4031adfbe..a79a5a442a 100644 --- a/include/polarssl/x509_crt.h +++ b/include/polarssl/x509_crt.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/x509_csr.h b/include/polarssl/x509_csr.h index 187d0e5d16..6a2a1bf73f 100644 --- a/include/polarssl/x509_csr.h +++ b/include/polarssl/x509_csr.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/xtea.h b/include/polarssl/xtea.h index 4f755abde9..3b51eda55a 100644 --- a/include/polarssl/xtea.h +++ b/include/polarssl/xtea.h @@ -6,7 +6,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/aes.c b/library/aes.c index 91214cefd5..9954f66904 100644 --- a/library/aes.c +++ b/library/aes.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/aesni.c b/library/aesni.c index 78abeb3d8c..a33a0edb8d 100644 --- a/library/aesni.c +++ b/library/aesni.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/arc4.c b/library/arc4.c index 902e337c1c..5eb5816d39 100644 --- a/library/arc4.c +++ b/library/arc4.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/asn1parse.c b/library/asn1parse.c index 77d581be16..189bc3172a 100644 --- a/library/asn1parse.c +++ b/library/asn1parse.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/asn1write.c b/library/asn1write.c index 7a965453cd..7132f3ebef 100644 --- a/library/asn1write.c +++ b/library/asn1write.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/base64.c b/library/base64.c index 3e198e6e8b..a1490d1d29 100644 --- a/library/base64.c +++ b/library/base64.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/bignum.c b/library/bignum.c index d61cb11dee..75d14e9c2b 100644 --- a/library/bignum.c +++ b/library/bignum.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/blowfish.c b/library/blowfish.c index 2589b581f7..c6c0161913 100644 --- a/library/blowfish.c +++ b/library/blowfish.c @@ -4,7 +4,6 @@ * Copyright (C) 2012-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/camellia.c b/library/camellia.c index 5cea2183c9..37e7fcc89c 100644 --- a/library/camellia.c +++ b/library/camellia.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ccm.c b/library/ccm.c index 4889000f45..c33819ef75 100644 --- a/library/ccm.c +++ b/library/ccm.c @@ -4,7 +4,6 @@ * Copyright (C) 2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/certs.c b/library/certs.c index 378832c240..4312070a57 100644 --- a/library/certs.c +++ b/library/certs.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/cipher.c b/library/cipher.c index a66f6074d4..686305b8ab 100644 --- a/library/cipher.c +++ b/library/cipher.c @@ -8,7 +8,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/cipher_wrap.c b/library/cipher_wrap.c index 1b1c716453..bde76079d0 100644 --- a/library/cipher_wrap.c +++ b/library/cipher_wrap.c @@ -8,7 +8,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ctr_drbg.c b/library/ctr_drbg.c index d78efd94c4..bb51d53ea5 100644 --- a/library/ctr_drbg.c +++ b/library/ctr_drbg.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/debug.c b/library/debug.c index 921249bd41..3e081e88ee 100644 --- a/library/debug.c +++ b/library/debug.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/des.c b/library/des.c index 81c12b4bc0..b14045059b 100644 --- a/library/des.c +++ b/library/des.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/dhm.c b/library/dhm.c index bb3397048a..ffb43049b1 100644 --- a/library/dhm.c +++ b/library/dhm.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ecdh.c b/library/ecdh.c index 18a84c69c8..41686cf206 100644 --- a/library/ecdh.c +++ b/library/ecdh.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ecdsa.c b/library/ecdsa.c index 4415cef3df..5b6d36b044 100644 --- a/library/ecdsa.c +++ b/library/ecdsa.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ecp.c b/library/ecp.c index 0ee71253f0..0ad3e9d43b 100644 --- a/library/ecp.c +++ b/library/ecp.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ecp_curves.c b/library/ecp_curves.c index 758e98ca68..8d70555551 100644 --- a/library/ecp_curves.c +++ b/library/ecp_curves.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/entropy.c b/library/entropy.c index 60a82080b3..071fa214a1 100644 --- a/library/entropy.c +++ b/library/entropy.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/entropy_poll.c b/library/entropy_poll.c index 1768fdebcc..490c1ad0dc 100644 --- a/library/entropy_poll.c +++ b/library/entropy_poll.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/error.c b/library/error.c index 1295cddb6b..9ba3035a69 100644 --- a/library/error.c +++ b/library/error.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/gcm.c b/library/gcm.c index 3784a9ef72..b5819d8f76 100644 --- a/library/gcm.c +++ b/library/gcm.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/havege.c b/library/havege.c index f061256c68..9a1f5b6eca 100644 --- a/library/havege.c +++ b/library/havege.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/hmac_drbg.c b/library/hmac_drbg.c index a0690e02cc..dfb3ca39ac 100644 --- a/library/hmac_drbg.c +++ b/library/hmac_drbg.c @@ -4,7 +4,6 @@ * Copyright (C) 2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/md.c b/library/md.c index 85a91f7d0e..0d59f7b40e 100644 --- a/library/md.c +++ b/library/md.c @@ -8,7 +8,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/md2.c b/library/md2.c index cf0f60d202..fe1e4a273b 100644 --- a/library/md2.c +++ b/library/md2.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/md4.c b/library/md4.c index fef0ace888..1e8c9a38f7 100644 --- a/library/md4.c +++ b/library/md4.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/md5.c b/library/md5.c index ad43622a36..062154d490 100644 --- a/library/md5.c +++ b/library/md5.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/md_wrap.c b/library/md_wrap.c index 56af5bcfc4..6009f3a66b 100644 --- a/library/md_wrap.c +++ b/library/md_wrap.c @@ -8,7 +8,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/memory_buffer_alloc.c b/library/memory_buffer_alloc.c index ff448873da..1db269b95c 100644 --- a/library/memory_buffer_alloc.c +++ b/library/memory_buffer_alloc.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/net.c b/library/net.c index 8918fb5552..6212c7692a 100644 --- a/library/net.c +++ b/library/net.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/oid.c b/library/oid.c index f0fb1418ba..cfdeda8c95 100644 --- a/library/oid.c +++ b/library/oid.c @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/padlock.c b/library/padlock.c index 8d1a7e8a96..45727e4103 100644 --- a/library/padlock.c +++ b/library/padlock.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/pbkdf2.c b/library/pbkdf2.c index 70e9e8b18e..12cf4e044e 100644 --- a/library/pbkdf2.c +++ b/library/pbkdf2.c @@ -9,7 +9,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/pem.c b/library/pem.c index 98d5efc604..76fe45ad5b 100644 --- a/library/pem.c +++ b/library/pem.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/pk.c b/library/pk.c index c72b3ef5b0..8fdfc7ebd1 100644 --- a/library/pk.c +++ b/library/pk.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/pk_wrap.c b/library/pk_wrap.c index 04b1db2aae..a398ad80c0 100644 --- a/library/pk_wrap.c +++ b/library/pk_wrap.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/pkcs11.c b/library/pkcs11.c index 00485685d6..a1dfc06ea0 100644 --- a/library/pkcs11.c +++ b/library/pkcs11.c @@ -8,7 +8,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/pkcs12.c b/library/pkcs12.c index c4eec1f5f4..8b3bfa7dca 100644 --- a/library/pkcs12.c +++ b/library/pkcs12.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/pkcs5.c b/library/pkcs5.c index 78318add07..81a5b13ef5 100644 --- a/library/pkcs5.c +++ b/library/pkcs5.c @@ -8,7 +8,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/pkparse.c b/library/pkparse.c index e17a97d7b8..353b7b9ecb 100644 --- a/library/pkparse.c +++ b/library/pkparse.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/pkwrite.c b/library/pkwrite.c index 6619e1cf5f..2d1344048e 100644 --- a/library/pkwrite.c +++ b/library/pkwrite.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/platform.c b/library/platform.c index 297b13b330..f6d86bf5db 100644 --- a/library/platform.c +++ b/library/platform.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ripemd160.c b/library/ripemd160.c index 2b943f1316..e19d6dd18d 100644 --- a/library/ripemd160.c +++ b/library/ripemd160.c @@ -4,7 +4,6 @@ * Copyright (C) 2014-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/rsa.c b/library/rsa.c index d601391b07..f37ed393aa 100644 --- a/library/rsa.c +++ b/library/rsa.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/sha1.c b/library/sha1.c index f9a419e537..0c354ec121 100644 --- a/library/sha1.c +++ b/library/sha1.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/sha256.c b/library/sha256.c index 44dcf1ad79..e3dab967ec 100644 --- a/library/sha256.c +++ b/library/sha256.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/sha512.c b/library/sha512.c index 9c10fb533f..37a8a3d6e4 100644 --- a/library/sha512.c +++ b/library/sha512.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ssl_cache.c b/library/ssl_cache.c index dbcaa9ea81..86d846730c 100644 --- a/library/ssl_cache.c +++ b/library/ssl_cache.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ssl_ciphersuites.c b/library/ssl_ciphersuites.c index fe298b21f2..fbdf64815b 100644 --- a/library/ssl_ciphersuites.c +++ b/library/ssl_ciphersuites.c @@ -6,7 +6,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ssl_cli.c b/library/ssl_cli.c index 6bb95e4803..1305f471f7 100644 --- a/library/ssl_cli.c +++ b/library/ssl_cli.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ssl_srv.c b/library/ssl_srv.c index 0f6d5b4944..669523f4d5 100644 --- a/library/ssl_srv.c +++ b/library/ssl_srv.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ssl_tls.c b/library/ssl_tls.c index 757167b5ba..ee41df7e2a 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/threading.c b/library/threading.c index 4abcd721c9..9b63cca172 100644 --- a/library/threading.c +++ b/library/threading.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/timing.c b/library/timing.c index 7e5a79799c..d4cefa43fa 100644 --- a/library/timing.c +++ b/library/timing.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/version.c b/library/version.c index adb914299e..10a1471a88 100644 --- a/library/version.c +++ b/library/version.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/version_features.c b/library/version_features.c index af90b66f01..42f896db59 100644 --- a/library/version_features.c +++ b/library/version_features.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/x509.c b/library/x509.c index 68ff9d6646..39d0eaeb22 100644 --- a/library/x509.c +++ b/library/x509.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/x509_create.c b/library/x509_create.c index e6346ddeaf..e80337d551 100644 --- a/library/x509_create.c +++ b/library/x509_create.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/x509_crl.c b/library/x509_crl.c index 3e6545f5d4..0c2524f473 100644 --- a/library/x509_crl.c +++ b/library/x509_crl.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/x509_crt.c b/library/x509_crt.c index 2e2d97098d..1c0e236312 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/x509_csr.c b/library/x509_csr.c index aeac3f45d5..91bea1fc33 100644 --- a/library/x509_csr.c +++ b/library/x509_csr.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/x509write_crt.c b/library/x509write_crt.c index 50ba62274b..c53b235712 100644 --- a/library/x509write_crt.c +++ b/library/x509write_crt.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/x509write_csr.c b/library/x509write_csr.c index 84048e47d5..6534f08717 100644 --- a/library/x509write_csr.c +++ b/library/x509write_csr.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/xtea.c b/library/xtea.c index 9db3cf4dd2..1624148e24 100644 --- a/library/xtea.c +++ b/library/xtea.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/aes/aescrypt2.c b/programs/aes/aescrypt2.c index 89452b34cc..5cf3ef5aa4 100644 --- a/programs/aes/aescrypt2.c +++ b/programs/aes/aescrypt2.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/aes/crypt_and_hash.c b/programs/aes/crypt_and_hash.c index 1fbe018202..1e8c3e0016 100644 --- a/programs/aes/crypt_and_hash.c +++ b/programs/aes/crypt_and_hash.c @@ -5,7 +5,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/hash/generic_sum.c b/programs/hash/generic_sum.c index 60181e7f05..5b6b3d5efb 100644 --- a/programs/hash/generic_sum.c +++ b/programs/hash/generic_sum.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/hash/hello.c b/programs/hash/hello.c index b97af47748..5157bfdd07 100644 --- a/programs/hash/hello.c +++ b/programs/hash/hello.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/hash/md5sum.c b/programs/hash/md5sum.c index c186adb6f5..a0c5c9929a 100644 --- a/programs/hash/md5sum.c +++ b/programs/hash/md5sum.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/hash/sha1sum.c b/programs/hash/sha1sum.c index ab41832a29..b7e188fe73 100644 --- a/programs/hash/sha1sum.c +++ b/programs/hash/sha1sum.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/hash/sha2sum.c b/programs/hash/sha2sum.c index 86194779ba..5022747042 100644 --- a/programs/hash/sha2sum.c +++ b/programs/hash/sha2sum.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/dh_client.c b/programs/pkey/dh_client.c index caf15513cd..39d92575aa 100644 --- a/programs/pkey/dh_client.c +++ b/programs/pkey/dh_client.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/dh_genprime.c b/programs/pkey/dh_genprime.c index 14933f78bd..81c3d4a86d 100644 --- a/programs/pkey/dh_genprime.c +++ b/programs/pkey/dh_genprime.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2012, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/dh_server.c b/programs/pkey/dh_server.c index d427d6a352..61ccc611df 100644 --- a/programs/pkey/dh_server.c +++ b/programs/pkey/dh_server.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/ecdsa.c b/programs/pkey/ecdsa.c index 513d21f218..c3e94a9d05 100644 --- a/programs/pkey/ecdsa.c +++ b/programs/pkey/ecdsa.c @@ -4,7 +4,6 @@ * Copyright (C) 2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/gen_key.c b/programs/pkey/gen_key.c index 6e736b6ccd..1689b92ff6 100644 --- a/programs/pkey/gen_key.c +++ b/programs/pkey/gen_key.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/key_app.c b/programs/pkey/key_app.c index 89e509f3d7..f16eb676f4 100644 --- a/programs/pkey/key_app.c +++ b/programs/pkey/key_app.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/key_app_writer.c b/programs/pkey/key_app_writer.c index e979c67ad6..54f4accac7 100644 --- a/programs/pkey/key_app_writer.c +++ b/programs/pkey/key_app_writer.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/mpi_demo.c b/programs/pkey/mpi_demo.c index a1b78d8424..9394d3cc8d 100644 --- a/programs/pkey/mpi_demo.c +++ b/programs/pkey/mpi_demo.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/pk_decrypt.c b/programs/pkey/pk_decrypt.c index ce662404e4..3d076fb2f6 100644 --- a/programs/pkey/pk_decrypt.c +++ b/programs/pkey/pk_decrypt.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/pk_encrypt.c b/programs/pkey/pk_encrypt.c index e3efa911db..0a919ba7fc 100644 --- a/programs/pkey/pk_encrypt.c +++ b/programs/pkey/pk_encrypt.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/pk_sign.c b/programs/pkey/pk_sign.c index 15e036981b..f847e3f025 100644 --- a/programs/pkey/pk_sign.c +++ b/programs/pkey/pk_sign.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/pk_verify.c b/programs/pkey/pk_verify.c index c663aab816..491c920ea2 100644 --- a/programs/pkey/pk_verify.c +++ b/programs/pkey/pk_verify.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/rsa_decrypt.c b/programs/pkey/rsa_decrypt.c index 4f87f37422..022938e438 100644 --- a/programs/pkey/rsa_decrypt.c +++ b/programs/pkey/rsa_decrypt.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/rsa_encrypt.c b/programs/pkey/rsa_encrypt.c index c6051d31c4..ff5b59f09a 100644 --- a/programs/pkey/rsa_encrypt.c +++ b/programs/pkey/rsa_encrypt.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/rsa_genkey.c b/programs/pkey/rsa_genkey.c index 86e79a760e..9cf2e4f567 100644 --- a/programs/pkey/rsa_genkey.c +++ b/programs/pkey/rsa_genkey.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/rsa_sign.c b/programs/pkey/rsa_sign.c index b7ddae35b4..4aecc578ef 100644 --- a/programs/pkey/rsa_sign.c +++ b/programs/pkey/rsa_sign.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/rsa_sign_pss.c b/programs/pkey/rsa_sign_pss.c index 3556925944..dbd26f9e56 100644 --- a/programs/pkey/rsa_sign_pss.c +++ b/programs/pkey/rsa_sign_pss.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/rsa_verify.c b/programs/pkey/rsa_verify.c index b4d11ba23b..27b8f0b1e5 100644 --- a/programs/pkey/rsa_verify.c +++ b/programs/pkey/rsa_verify.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/rsa_verify_pss.c b/programs/pkey/rsa_verify_pss.c index 1164e21373..7349967c09 100644 --- a/programs/pkey/rsa_verify_pss.c +++ b/programs/pkey/rsa_verify_pss.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/random/gen_entropy.c b/programs/random/gen_entropy.c index d8903780bf..4516465dc1 100644 --- a/programs/random/gen_entropy.c +++ b/programs/random/gen_entropy.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/random/gen_random_ctr_drbg.c b/programs/random/gen_random_ctr_drbg.c index ac479a2b3a..a0b193bc49 100644 --- a/programs/random/gen_random_ctr_drbg.c +++ b/programs/random/gen_random_ctr_drbg.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/random/gen_random_havege.c b/programs/random/gen_random_havege.c index 98f373907c..afbd4345d9 100644 --- a/programs/random/gen_random_havege.c +++ b/programs/random/gen_random_havege.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/ssl/ssl_client1.c b/programs/ssl/ssl_client1.c index 8a43537f9d..985000d955 100644 --- a/programs/ssl/ssl_client1.c +++ b/programs/ssl/ssl_client1.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/ssl/ssl_client2.c b/programs/ssl/ssl_client2.c index b4328e91fb..3e627f4b47 100644 --- a/programs/ssl/ssl_client2.c +++ b/programs/ssl/ssl_client2.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/ssl/ssl_fork_server.c b/programs/ssl/ssl_fork_server.c index e5695e8627..48c228feed 100644 --- a/programs/ssl/ssl_fork_server.c +++ b/programs/ssl/ssl_fork_server.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/ssl/ssl_mail_client.c b/programs/ssl/ssl_mail_client.c index 2cad32edcc..6704581eff 100644 --- a/programs/ssl/ssl_mail_client.c +++ b/programs/ssl/ssl_mail_client.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2012, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/ssl/ssl_pthread_server.c b/programs/ssl/ssl_pthread_server.c index 3c7c73924f..d67151b056 100644 --- a/programs/ssl/ssl_pthread_server.c +++ b/programs/ssl/ssl_pthread_server.c @@ -5,7 +5,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/ssl/ssl_server.c b/programs/ssl/ssl_server.c index cb5c51ecb2..b5bcfecf7a 100644 --- a/programs/ssl/ssl_server.c +++ b/programs/ssl/ssl_server.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/ssl/ssl_server2.c b/programs/ssl/ssl_server2.c index eb1f9ae2a0..9c845fd94f 100644 --- a/programs/ssl/ssl_server2.c +++ b/programs/ssl/ssl_server2.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/test/benchmark.c b/programs/test/benchmark.c index 3870be9060..092888632f 100644 --- a/programs/test/benchmark.c +++ b/programs/test/benchmark.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/test/o_p_test.c b/programs/test/o_p_test.c index b76364bd3b..5565c39dcc 100644 --- a/programs/test/o_p_test.c +++ b/programs/test/o_p_test.c @@ -4,7 +4,6 @@ * Copyright (C) 2011-2012 ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/test/selftest.c b/programs/test/selftest.c index 87db0a96a4..52ed6f2b14 100644 --- a/programs/test/selftest.c +++ b/programs/test/selftest.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/test/ssl_cert_test.c b/programs/test/ssl_cert_test.c index 570b635251..56a51409d7 100644 --- a/programs/test/ssl_cert_test.c +++ b/programs/test/ssl_cert_test.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/test/ssl_test.c b/programs/test/ssl_test.c index e8c70969d0..0a381a8eeb 100644 --- a/programs/test/ssl_test.c +++ b/programs/test/ssl_test.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/util/pem2der.c b/programs/util/pem2der.c index 0d64deb44e..d5120b0364 100644 --- a/programs/util/pem2der.c +++ b/programs/util/pem2der.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/util/strerror.c b/programs/util/strerror.c index 912f92ae6d..43b29f7770 100644 --- a/programs/util/strerror.c +++ b/programs/util/strerror.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2012, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/wince_main.c b/programs/wince_main.c index 6efa970d16..563b731dad 100644 --- a/programs/wince_main.c +++ b/programs/wince_main.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/x509/cert_app.c b/programs/x509/cert_app.c index 73af69be7b..f71b37685c 100644 --- a/programs/x509/cert_app.c +++ b/programs/x509/cert_app.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/x509/cert_req.c b/programs/x509/cert_req.c index 76b7bb0c3e..e38d8329ed 100644 --- a/programs/x509/cert_req.c +++ b/programs/x509/cert_req.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/x509/cert_write.c b/programs/x509/cert_write.c index 0591f3b043..b4bfe765bc 100644 --- a/programs/x509/cert_write.c +++ b/programs/x509/cert_write.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/x509/crl_app.c b/programs/x509/crl_app.c index b618613b96..0f492b5305 100644 --- a/programs/x509/crl_app.c +++ b/programs/x509/crl_app.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/x509/req_app.c b/programs/x509/req_app.c index f502a12cbf..0197beb7f7 100644 --- a/programs/x509/req_app.c +++ b/programs/x509/req_app.c @@ -4,7 +4,6 @@ * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/scripts/data_files/error.fmt b/scripts/data_files/error.fmt index 8cfaf9b276..b2f87c9de6 100644 --- a/scripts/data_files/error.fmt +++ b/scripts/data_files/error.fmt @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/scripts/data_files/version_features.fmt b/scripts/data_files/version_features.fmt index 1a90eb542f..c6d8274231 100644 --- a/scripts/data_files/version_features.fmt +++ b/scripts/data_files/version_features.fmt @@ -4,7 +4,6 @@ * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) - * Lead Maintainer: Paul Bakker * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by From 085ab040aa071a5a7c9aba118dcf0d5e15ed31bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 23 Jan 2015 11:06:27 +0000 Subject: [PATCH 3/3] Fix website url to use https. --- 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 2d2363f085..bb5d161bac 100644 --- a/include/polarssl/aes.h +++ b/include/polarssl/aes.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/aesni.h b/include/polarssl/aesni.h index 025d01fdd4..ea868173e8 100644 --- a/include/polarssl/aesni.h +++ b/include/polarssl/aesni.h @@ -5,7 +5,7 @@ * * Copyright (C) 2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/arc4.h b/include/polarssl/arc4.h index ad9071263e..99a5e0b8f6 100644 --- a/include/polarssl/arc4.h +++ b/include/polarssl/arc4.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/asn1.h b/include/polarssl/asn1.h index dc7c876ba9..14171f74f7 100644 --- a/include/polarssl/asn1.h +++ b/include/polarssl/asn1.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/asn1write.h b/include/polarssl/asn1write.h index 5e5ceb6dc6..db40761c75 100644 --- a/include/polarssl/asn1write.h +++ b/include/polarssl/asn1write.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/base64.h b/include/polarssl/base64.h index 6cceda9670..da45b3f709 100644 --- a/include/polarssl/base64.h +++ b/include/polarssl/base64.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/bignum.h b/include/polarssl/bignum.h index cd27b03b8c..1807439456 100644 --- a/include/polarssl/bignum.h +++ b/include/polarssl/bignum.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/blowfish.h b/include/polarssl/blowfish.h index 51f8e69c7a..e1d25cfa87 100644 --- a/include/polarssl/blowfish.h +++ b/include/polarssl/blowfish.h @@ -5,7 +5,7 @@ * * Copyright (C) 2012-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/bn_mul.h b/include/polarssl/bn_mul.h index f9b080a117..f7199ef97d 100644 --- a/include/polarssl/bn_mul.h +++ b/include/polarssl/bn_mul.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2010, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/camellia.h b/include/polarssl/camellia.h index 06d208c059..2023775d22 100644 --- a/include/polarssl/camellia.h +++ b/include/polarssl/camellia.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/ccm.h b/include/polarssl/ccm.h index 0a00c5032d..551177c59f 100644 --- a/include/polarssl/ccm.h +++ b/include/polarssl/ccm.h @@ -5,7 +5,7 @@ * * Copyright (C) 2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/certs.h b/include/polarssl/certs.h index 6666cde01a..4199b968f5 100644 --- a/include/polarssl/certs.h +++ b/include/polarssl/certs.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2010, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/check_config.h b/include/polarssl/check_config.h index 01889cfe69..b44bcd5fb3 100644 --- a/include/polarssl/check_config.h +++ b/include/polarssl/check_config.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/cipher.h b/include/polarssl/cipher.h index 4e85f4a5d7..7504161a62 100644 --- a/include/polarssl/cipher.h +++ b/include/polarssl/cipher.h @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/cipher_wrap.h b/include/polarssl/cipher_wrap.h index fab279f04f..13fc181e00 100644 --- a/include/polarssl/cipher_wrap.h +++ b/include/polarssl/cipher_wrap.h @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/compat-1.2.h b/include/polarssl/compat-1.2.h index 1948d4e6ee..b389bc08f3 100644 --- a/include/polarssl/compat-1.2.h +++ b/include/polarssl/compat-1.2.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/config.h b/include/polarssl/config.h index 1191cc9155..41ca1ab841 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/ctr_drbg.h b/include/polarssl/ctr_drbg.h index 26d76e581c..b7984cbfd1 100644 --- a/include/polarssl/ctr_drbg.h +++ b/include/polarssl/ctr_drbg.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/debug.h b/include/polarssl/debug.h index 0ba3668e7a..6393c75eb7 100644 --- a/include/polarssl/debug.h +++ b/include/polarssl/debug.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/des.h b/include/polarssl/des.h index 4626452ac4..86e6b1de9e 100644 --- a/include/polarssl/des.h +++ b/include/polarssl/des.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/dhm.h b/include/polarssl/dhm.h index f5b588b365..c650d9650a 100644 --- a/include/polarssl/dhm.h +++ b/include/polarssl/dhm.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/ecdh.h b/include/polarssl/ecdh.h index 345a7d7856..2b92f96cdc 100644 --- a/include/polarssl/ecdh.h +++ b/include/polarssl/ecdh.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/ecdsa.h b/include/polarssl/ecdsa.h index 71729c72c7..ac4c4a9561 100644 --- a/include/polarssl/ecdsa.h +++ b/include/polarssl/ecdsa.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/ecp.h b/include/polarssl/ecp.h index 28db411d0e..2ec234921d 100644 --- a/include/polarssl/ecp.h +++ b/include/polarssl/ecp.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/entropy.h b/include/polarssl/entropy.h index fb4785d1e4..a0dc78beff 100644 --- a/include/polarssl/entropy.h +++ b/include/polarssl/entropy.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/entropy_poll.h b/include/polarssl/entropy_poll.h index c5a251dac0..def30bc656 100644 --- a/include/polarssl/entropy_poll.h +++ b/include/polarssl/entropy_poll.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/error.h b/include/polarssl/error.h index ed94fec13f..09a949144c 100644 --- a/include/polarssl/error.h +++ b/include/polarssl/error.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/gcm.h b/include/polarssl/gcm.h index d7d598ce4d..9fd3d353e3 100644 --- a/include/polarssl/gcm.h +++ b/include/polarssl/gcm.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/havege.h b/include/polarssl/havege.h index 41d9830514..e8ec236e06 100644 --- a/include/polarssl/havege.h +++ b/include/polarssl/havege.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/hmac_drbg.h b/include/polarssl/hmac_drbg.h index 4aeb2b7f7d..caeca6a03e 100644 --- a/include/polarssl/hmac_drbg.h +++ b/include/polarssl/hmac_drbg.h @@ -5,7 +5,7 @@ * * Copyright (C) 2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/md.h b/include/polarssl/md.h index 5814ee450f..439934ef81 100644 --- a/include/polarssl/md.h +++ b/include/polarssl/md.h @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/md2.h b/include/polarssl/md2.h index d08549cc5e..e677974b74 100644 --- a/include/polarssl/md2.h +++ b/include/polarssl/md2.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/md4.h b/include/polarssl/md4.h index f8cf5bd672..72f93e8ee6 100644 --- a/include/polarssl/md4.h +++ b/include/polarssl/md4.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/md5.h b/include/polarssl/md5.h index 6fb8fc12bf..0823eff3af 100644 --- a/include/polarssl/md5.h +++ b/include/polarssl/md5.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/md_wrap.h b/include/polarssl/md_wrap.h index b31cafece9..0251a98c01 100644 --- a/include/polarssl/md_wrap.h +++ b/include/polarssl/md_wrap.h @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/memory.h b/include/polarssl/memory.h index 7b279cda92..039740c12a 100644 --- a/include/polarssl/memory.h +++ b/include/polarssl/memory.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/memory_buffer_alloc.h b/include/polarssl/memory_buffer_alloc.h index 65822423a5..70f1e5ba1f 100644 --- a/include/polarssl/memory_buffer_alloc.h +++ b/include/polarssl/memory_buffer_alloc.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/net.h b/include/polarssl/net.h index 9c7942f2b3..ae7f69fb5d 100644 --- a/include/polarssl/net.h +++ b/include/polarssl/net.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/oid.h b/include/polarssl/oid.h index db7cf41731..15c9cf80fa 100644 --- a/include/polarssl/oid.h +++ b/include/polarssl/oid.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/openssl.h b/include/polarssl/openssl.h index 90e9a91492..faee985b2f 100644 --- a/include/polarssl/openssl.h +++ b/include/polarssl/openssl.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2010, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/padlock.h b/include/polarssl/padlock.h index 3df1c66464..6a7f52d8cd 100644 --- a/include/polarssl/padlock.h +++ b/include/polarssl/padlock.h @@ -6,7 +6,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/pbkdf2.h b/include/polarssl/pbkdf2.h index a46dd8df9d..90fb9bc058 100644 --- a/include/polarssl/pbkdf2.h +++ b/include/polarssl/pbkdf2.h @@ -8,7 +8,7 @@ * * Copyright (C) 2006-2012, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/pem.h b/include/polarssl/pem.h index ddbc2b226a..89504f0c77 100644 --- a/include/polarssl/pem.h +++ b/include/polarssl/pem.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/pk.h b/include/polarssl/pk.h index c8bd54222a..5dfea988b3 100644 --- a/include/polarssl/pk.h +++ b/include/polarssl/pk.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/pk_wrap.h b/include/polarssl/pk_wrap.h index a91e6f8c0a..bbe0c4ee7f 100644 --- a/include/polarssl/pk_wrap.h +++ b/include/polarssl/pk_wrap.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/pkcs11.h b/include/polarssl/pkcs11.h index cd4b9df6f4..7cb597b938 100644 --- a/include/polarssl/pkcs11.h +++ b/include/polarssl/pkcs11.h @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/pkcs12.h b/include/polarssl/pkcs12.h index e690eaf065..95529516eb 100644 --- a/include/polarssl/pkcs12.h +++ b/include/polarssl/pkcs12.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/pkcs5.h b/include/polarssl/pkcs5.h index ffd6d93acc..cb6a1e3181 100644 --- a/include/polarssl/pkcs5.h +++ b/include/polarssl/pkcs5.h @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/platform.h b/include/polarssl/platform.h index 1793282886..9e79b64dfb 100644 --- a/include/polarssl/platform.h +++ b/include/polarssl/platform.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/ripemd160.h b/include/polarssl/ripemd160.h index 19cd089eeb..a8a47ee04e 100644 --- a/include/polarssl/ripemd160.h +++ b/include/polarssl/ripemd160.h @@ -5,7 +5,7 @@ * * Copyright (C) 2014-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/rsa.h b/include/polarssl/rsa.h index 55519464f8..e7b6be5927 100644 --- a/include/polarssl/rsa.h +++ b/include/polarssl/rsa.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/sha1.h b/include/polarssl/sha1.h index bc7dc23368..e3ea3d8919 100644 --- a/include/polarssl/sha1.h +++ b/include/polarssl/sha1.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/sha256.h b/include/polarssl/sha256.h index 7a53d8ff17..64bea59b81 100644 --- a/include/polarssl/sha256.h +++ b/include/polarssl/sha256.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/sha512.h b/include/polarssl/sha512.h index eef5aec183..f30c30cf7f 100644 --- a/include/polarssl/sha512.h +++ b/include/polarssl/sha512.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index 80b828d3dd..efeece59dc 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/ssl_cache.h b/include/polarssl/ssl_cache.h index c63baf73e2..7b1d73cd75 100644 --- a/include/polarssl/ssl_cache.h +++ b/include/polarssl/ssl_cache.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/ssl_ciphersuites.h b/include/polarssl/ssl_ciphersuites.h index 04eaf0117b..add937b385 100644 --- a/include/polarssl/ssl_ciphersuites.h +++ b/include/polarssl/ssl_ciphersuites.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/threading.h b/include/polarssl/threading.h index e0b1c1c853..5ed17ee33e 100644 --- a/include/polarssl/threading.h +++ b/include/polarssl/threading.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/timing.h b/include/polarssl/timing.h index 8ed093acca..50631909b2 100644 --- a/include/polarssl/timing.h +++ b/include/polarssl/timing.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/version.h b/include/polarssl/version.h index 16f630d020..6f5e5acdab 100644 --- a/include/polarssl/version.h +++ b/include/polarssl/version.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/x509.h b/include/polarssl/x509.h index d000e624db..2474b065a4 100644 --- a/include/polarssl/x509.h +++ b/include/polarssl/x509.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/x509_crl.h b/include/polarssl/x509_crl.h index 9ef94f33cc..e8ba55b89f 100644 --- a/include/polarssl/x509_crl.h +++ b/include/polarssl/x509_crl.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/x509_crt.h b/include/polarssl/x509_crt.h index a79a5a442a..2ea8aeca14 100644 --- a/include/polarssl/x509_crt.h +++ b/include/polarssl/x509_crt.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/x509_csr.h b/include/polarssl/x509_csr.h index 6a2a1bf73f..46e3dd92c8 100644 --- a/include/polarssl/x509_csr.h +++ b/include/polarssl/x509_csr.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/include/polarssl/xtea.h b/include/polarssl/xtea.h index 3b51eda55a..c74246c9c7 100644 --- a/include/polarssl/xtea.h +++ b/include/polarssl/xtea.h @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/aes.c b/library/aes.c index 9954f66904..07eaca9254 100644 --- a/library/aes.c +++ b/library/aes.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/aesni.c b/library/aesni.c index a33a0edb8d..346a05b175 100644 --- a/library/aesni.c +++ b/library/aesni.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/arc4.c b/library/arc4.c index 5eb5816d39..11c21547b1 100644 --- a/library/arc4.c +++ b/library/arc4.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/asn1parse.c b/library/asn1parse.c index 189bc3172a..6db06d86da 100644 --- a/library/asn1parse.c +++ b/library/asn1parse.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/asn1write.c b/library/asn1write.c index 7132f3ebef..a6421ae700 100644 --- a/library/asn1write.c +++ b/library/asn1write.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/base64.c b/library/base64.c index a1490d1d29..d3814d63fd 100644 --- a/library/base64.c +++ b/library/base64.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/bignum.c b/library/bignum.c index 75d14e9c2b..774603029d 100644 --- a/library/bignum.c +++ b/library/bignum.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/blowfish.c b/library/blowfish.c index c6c0161913..09a79a43de 100644 --- a/library/blowfish.c +++ b/library/blowfish.c @@ -3,7 +3,7 @@ * * Copyright (C) 2012-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/camellia.c b/library/camellia.c index 37e7fcc89c..35ca23d53d 100644 --- a/library/camellia.c +++ b/library/camellia.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ccm.c b/library/ccm.c index c33819ef75..be26aab8a1 100644 --- a/library/ccm.c +++ b/library/ccm.c @@ -3,7 +3,7 @@ * * Copyright (C) 2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/certs.c b/library/certs.c index 4312070a57..8bf60b65ab 100644 --- a/library/certs.c +++ b/library/certs.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/cipher.c b/library/cipher.c index 686305b8ab..29c8bd0a6d 100644 --- a/library/cipher.c +++ b/library/cipher.c @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/cipher_wrap.c b/library/cipher_wrap.c index bde76079d0..49e6ce3847 100644 --- a/library/cipher_wrap.c +++ b/library/cipher_wrap.c @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ctr_drbg.c b/library/ctr_drbg.c index bb51d53ea5..b602fd4497 100644 --- a/library/ctr_drbg.c +++ b/library/ctr_drbg.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/debug.c b/library/debug.c index 3e081e88ee..e014c0379d 100644 --- a/library/debug.c +++ b/library/debug.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/des.c b/library/des.c index b14045059b..bfc6f32ddf 100644 --- a/library/des.c +++ b/library/des.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/dhm.c b/library/dhm.c index ffb43049b1..ebc7c0c2f2 100644 --- a/library/dhm.c +++ b/library/dhm.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ecdh.c b/library/ecdh.c index 41686cf206..b7298919b1 100644 --- a/library/ecdh.c +++ b/library/ecdh.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ecdsa.c b/library/ecdsa.c index 5b6d36b044..d140139ebd 100644 --- a/library/ecdsa.c +++ b/library/ecdsa.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ecp.c b/library/ecp.c index 0ad3e9d43b..37cb1249f1 100644 --- a/library/ecp.c +++ b/library/ecp.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ecp_curves.c b/library/ecp_curves.c index 8d70555551..614e1fbbf0 100644 --- a/library/ecp_curves.c +++ b/library/ecp_curves.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/entropy.c b/library/entropy.c index 071fa214a1..024debf271 100644 --- a/library/entropy.c +++ b/library/entropy.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/entropy_poll.c b/library/entropy_poll.c index 490c1ad0dc..dcf9ceb7ed 100644 --- a/library/entropy_poll.c +++ b/library/entropy_poll.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/error.c b/library/error.c index 9ba3035a69..60fec11651 100644 --- a/library/error.c +++ b/library/error.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/gcm.c b/library/gcm.c index b5819d8f76..7e81ae09c7 100644 --- a/library/gcm.c +++ b/library/gcm.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/havege.c b/library/havege.c index 9a1f5b6eca..e558e6c895 100644 --- a/library/havege.c +++ b/library/havege.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/hmac_drbg.c b/library/hmac_drbg.c index dfb3ca39ac..0f89edeb32 100644 --- a/library/hmac_drbg.c +++ b/library/hmac_drbg.c @@ -3,7 +3,7 @@ * * Copyright (C) 2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/md.c b/library/md.c index 0d59f7b40e..1e72f445c8 100644 --- a/library/md.c +++ b/library/md.c @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/md2.c b/library/md2.c index fe1e4a273b..f60e10d308 100644 --- a/library/md2.c +++ b/library/md2.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/md4.c b/library/md4.c index 1e8c9a38f7..842420b2b0 100644 --- a/library/md4.c +++ b/library/md4.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/md5.c b/library/md5.c index 062154d490..fc8644922f 100644 --- a/library/md5.c +++ b/library/md5.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/md_wrap.c b/library/md_wrap.c index 6009f3a66b..068b51f7df 100644 --- a/library/md_wrap.c +++ b/library/md_wrap.c @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/memory_buffer_alloc.c b/library/memory_buffer_alloc.c index 1db269b95c..1490264a40 100644 --- a/library/memory_buffer_alloc.c +++ b/library/memory_buffer_alloc.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/net.c b/library/net.c index 6212c7692a..17210ef482 100644 --- a/library/net.c +++ b/library/net.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/oid.c b/library/oid.c index cfdeda8c95..9b9df43ba0 100644 --- a/library/oid.c +++ b/library/oid.c @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/padlock.c b/library/padlock.c index 45727e4103..6d70c5c065 100644 --- a/library/padlock.c +++ b/library/padlock.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/pbkdf2.c b/library/pbkdf2.c index 12cf4e044e..2bd18b36f0 100644 --- a/library/pbkdf2.c +++ b/library/pbkdf2.c @@ -8,7 +8,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/pem.c b/library/pem.c index 76fe45ad5b..68981d899a 100644 --- a/library/pem.c +++ b/library/pem.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/pk.c b/library/pk.c index 8fdfc7ebd1..dae0d3cece 100644 --- a/library/pk.c +++ b/library/pk.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/pk_wrap.c b/library/pk_wrap.c index a398ad80c0..58a7cf60ca 100644 --- a/library/pk_wrap.c +++ b/library/pk_wrap.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/pkcs11.c b/library/pkcs11.c index a1dfc06ea0..0f169e1ca5 100644 --- a/library/pkcs11.c +++ b/library/pkcs11.c @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/pkcs12.c b/library/pkcs12.c index 8b3bfa7dca..fe8fc37c29 100644 --- a/library/pkcs12.c +++ b/library/pkcs12.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/pkcs5.c b/library/pkcs5.c index 81a5b13ef5..8cebc15c57 100644 --- a/library/pkcs5.c +++ b/library/pkcs5.c @@ -7,7 +7,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/pkparse.c b/library/pkparse.c index 353b7b9ecb..9d91f2f136 100644 --- a/library/pkparse.c +++ b/library/pkparse.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/pkwrite.c b/library/pkwrite.c index 2d1344048e..d80e62f2e4 100644 --- a/library/pkwrite.c +++ b/library/pkwrite.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/platform.c b/library/platform.c index f6d86bf5db..561fc9feb1 100644 --- a/library/platform.c +++ b/library/platform.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ripemd160.c b/library/ripemd160.c index e19d6dd18d..c8433e736c 100644 --- a/library/ripemd160.c +++ b/library/ripemd160.c @@ -3,7 +3,7 @@ * * Copyright (C) 2014-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/rsa.c b/library/rsa.c index f37ed393aa..1d9e780e2f 100644 --- a/library/rsa.c +++ b/library/rsa.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/sha1.c b/library/sha1.c index 0c354ec121..69b2705584 100644 --- a/library/sha1.c +++ b/library/sha1.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/sha256.c b/library/sha256.c index e3dab967ec..422bf443c5 100644 --- a/library/sha256.c +++ b/library/sha256.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/sha512.c b/library/sha512.c index 37a8a3d6e4..ca74e9026f 100644 --- a/library/sha512.c +++ b/library/sha512.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ssl_cache.c b/library/ssl_cache.c index 86d846730c..f58a524f0e 100644 --- a/library/ssl_cache.c +++ b/library/ssl_cache.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ssl_ciphersuites.c b/library/ssl_ciphersuites.c index fbdf64815b..6d1828db6c 100644 --- a/library/ssl_ciphersuites.c +++ b/library/ssl_ciphersuites.c @@ -5,7 +5,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ssl_cli.c b/library/ssl_cli.c index 1305f471f7..dbf8c4f65b 100644 --- a/library/ssl_cli.c +++ b/library/ssl_cli.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ssl_srv.c b/library/ssl_srv.c index 669523f4d5..be17b58a9f 100644 --- a/library/ssl_srv.c +++ b/library/ssl_srv.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/ssl_tls.c b/library/ssl_tls.c index ee41df7e2a..fceb9b805a 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/threading.c b/library/threading.c index 9b63cca172..d4692c75f4 100644 --- a/library/threading.c +++ b/library/threading.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/timing.c b/library/timing.c index d4cefa43fa..672801dfc6 100644 --- a/library/timing.c +++ b/library/timing.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/version.c b/library/version.c index 10a1471a88..ac77222a63 100644 --- a/library/version.c +++ b/library/version.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/version_features.c b/library/version_features.c index 42f896db59..8b1b5f2b4f 100644 --- a/library/version_features.c +++ b/library/version_features.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/x509.c b/library/x509.c index 39d0eaeb22..bf45d5b8f1 100644 --- a/library/x509.c +++ b/library/x509.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/x509_create.c b/library/x509_create.c index e80337d551..537e726f13 100644 --- a/library/x509_create.c +++ b/library/x509_create.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/x509_crl.c b/library/x509_crl.c index 0c2524f473..087cabc80a 100644 --- a/library/x509_crl.c +++ b/library/x509_crl.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/x509_crt.c b/library/x509_crt.c index 1c0e236312..84d5297930 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/x509_csr.c b/library/x509_csr.c index 91bea1fc33..7f2821c182 100644 --- a/library/x509_csr.c +++ b/library/x509_csr.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/x509write_crt.c b/library/x509write_crt.c index c53b235712..ee3448e2a4 100644 --- a/library/x509write_crt.c +++ b/library/x509write_crt.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/x509write_csr.c b/library/x509write_csr.c index 6534f08717..e67939ed8d 100644 --- a/library/x509write_csr.c +++ b/library/x509write_csr.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/library/xtea.c b/library/xtea.c index 1624148e24..95eb400117 100644 --- a/library/xtea.c +++ b/library/xtea.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/aes/aescrypt2.c b/programs/aes/aescrypt2.c index 5cf3ef5aa4..a82e457199 100644 --- a/programs/aes/aescrypt2.c +++ b/programs/aes/aescrypt2.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/aes/crypt_and_hash.c b/programs/aes/crypt_and_hash.c index 1e8c3e0016..a904bdeae3 100644 --- a/programs/aes/crypt_and_hash.c +++ b/programs/aes/crypt_and_hash.c @@ -4,7 +4,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/hash/generic_sum.c b/programs/hash/generic_sum.c index 5b6b3d5efb..34814d5db3 100644 --- a/programs/hash/generic_sum.c +++ b/programs/hash/generic_sum.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/hash/hello.c b/programs/hash/hello.c index 5157bfdd07..743b66a629 100644 --- a/programs/hash/hello.c +++ b/programs/hash/hello.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/hash/md5sum.c b/programs/hash/md5sum.c index a0c5c9929a..49dddd4ad0 100644 --- a/programs/hash/md5sum.c +++ b/programs/hash/md5sum.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/hash/sha1sum.c b/programs/hash/sha1sum.c index b7e188fe73..1fc1b00485 100644 --- a/programs/hash/sha1sum.c +++ b/programs/hash/sha1sum.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/hash/sha2sum.c b/programs/hash/sha2sum.c index 5022747042..72e17c94d2 100644 --- a/programs/hash/sha2sum.c +++ b/programs/hash/sha2sum.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/dh_client.c b/programs/pkey/dh_client.c index 39d92575aa..73a59a96ee 100644 --- a/programs/pkey/dh_client.c +++ b/programs/pkey/dh_client.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/dh_genprime.c b/programs/pkey/dh_genprime.c index 81c3d4a86d..978e48af63 100644 --- a/programs/pkey/dh_genprime.c +++ b/programs/pkey/dh_genprime.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2012, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/dh_server.c b/programs/pkey/dh_server.c index 61ccc611df..bd8f0e8be3 100644 --- a/programs/pkey/dh_server.c +++ b/programs/pkey/dh_server.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/ecdsa.c b/programs/pkey/ecdsa.c index c3e94a9d05..72c8c4dc20 100644 --- a/programs/pkey/ecdsa.c +++ b/programs/pkey/ecdsa.c @@ -3,7 +3,7 @@ * * Copyright (C) 2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/gen_key.c b/programs/pkey/gen_key.c index 1689b92ff6..5470b57373 100644 --- a/programs/pkey/gen_key.c +++ b/programs/pkey/gen_key.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/key_app.c b/programs/pkey/key_app.c index f16eb676f4..3637d6d5b1 100644 --- a/programs/pkey/key_app.c +++ b/programs/pkey/key_app.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/key_app_writer.c b/programs/pkey/key_app_writer.c index 54f4accac7..18e644267a 100644 --- a/programs/pkey/key_app_writer.c +++ b/programs/pkey/key_app_writer.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/mpi_demo.c b/programs/pkey/mpi_demo.c index 9394d3cc8d..b0ece44af3 100644 --- a/programs/pkey/mpi_demo.c +++ b/programs/pkey/mpi_demo.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/pk_decrypt.c b/programs/pkey/pk_decrypt.c index 3d076fb2f6..f80c1e2342 100644 --- a/programs/pkey/pk_decrypt.c +++ b/programs/pkey/pk_decrypt.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/pk_encrypt.c b/programs/pkey/pk_encrypt.c index 0a919ba7fc..223044bbba 100644 --- a/programs/pkey/pk_encrypt.c +++ b/programs/pkey/pk_encrypt.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/pk_sign.c b/programs/pkey/pk_sign.c index f847e3f025..151e263259 100644 --- a/programs/pkey/pk_sign.c +++ b/programs/pkey/pk_sign.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/pk_verify.c b/programs/pkey/pk_verify.c index 491c920ea2..f2e5eb3d49 100644 --- a/programs/pkey/pk_verify.c +++ b/programs/pkey/pk_verify.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/rsa_decrypt.c b/programs/pkey/rsa_decrypt.c index 022938e438..4d42bc1829 100644 --- a/programs/pkey/rsa_decrypt.c +++ b/programs/pkey/rsa_decrypt.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/rsa_encrypt.c b/programs/pkey/rsa_encrypt.c index ff5b59f09a..69ffbcdaed 100644 --- a/programs/pkey/rsa_encrypt.c +++ b/programs/pkey/rsa_encrypt.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/rsa_genkey.c b/programs/pkey/rsa_genkey.c index 9cf2e4f567..556718cd1c 100644 --- a/programs/pkey/rsa_genkey.c +++ b/programs/pkey/rsa_genkey.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/rsa_sign.c b/programs/pkey/rsa_sign.c index 4aecc578ef..c466919c74 100644 --- a/programs/pkey/rsa_sign.c +++ b/programs/pkey/rsa_sign.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/rsa_sign_pss.c b/programs/pkey/rsa_sign_pss.c index dbd26f9e56..d537611435 100644 --- a/programs/pkey/rsa_sign_pss.c +++ b/programs/pkey/rsa_sign_pss.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/rsa_verify.c b/programs/pkey/rsa_verify.c index 27b8f0b1e5..7405df77f0 100644 --- a/programs/pkey/rsa_verify.c +++ b/programs/pkey/rsa_verify.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/pkey/rsa_verify_pss.c b/programs/pkey/rsa_verify_pss.c index 7349967c09..f331b2f099 100644 --- a/programs/pkey/rsa_verify_pss.c +++ b/programs/pkey/rsa_verify_pss.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/random/gen_entropy.c b/programs/random/gen_entropy.c index 4516465dc1..38bd423619 100644 --- a/programs/random/gen_entropy.c +++ b/programs/random/gen_entropy.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/random/gen_random_ctr_drbg.c b/programs/random/gen_random_ctr_drbg.c index a0b193bc49..67516077f8 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, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/random/gen_random_havege.c b/programs/random/gen_random_havege.c index afbd4345d9..eba93dd0e2 100644 --- a/programs/random/gen_random_havege.c +++ b/programs/random/gen_random_havege.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/ssl/ssl_client1.c b/programs/ssl/ssl_client1.c index 985000d955..0cf5eb695d 100644 --- a/programs/ssl/ssl_client1.c +++ b/programs/ssl/ssl_client1.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/ssl/ssl_client2.c b/programs/ssl/ssl_client2.c index 3e627f4b47..d4f715c7e5 100644 --- a/programs/ssl/ssl_client2.c +++ b/programs/ssl/ssl_client2.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/ssl/ssl_fork_server.c b/programs/ssl/ssl_fork_server.c index 48c228feed..cd11f1b9da 100644 --- a/programs/ssl/ssl_fork_server.c +++ b/programs/ssl/ssl_fork_server.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/ssl/ssl_mail_client.c b/programs/ssl/ssl_mail_client.c index 6704581eff..03d66a65a0 100644 --- a/programs/ssl/ssl_mail_client.c +++ b/programs/ssl/ssl_mail_client.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2012, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/ssl/ssl_pthread_server.c b/programs/ssl/ssl_pthread_server.c index d67151b056..3f7d2cd70c 100644 --- a/programs/ssl/ssl_pthread_server.c +++ b/programs/ssl/ssl_pthread_server.c @@ -4,7 +4,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/ssl/ssl_server.c b/programs/ssl/ssl_server.c index b5bcfecf7a..5c37b1da16 100644 --- a/programs/ssl/ssl_server.c +++ b/programs/ssl/ssl_server.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/ssl/ssl_server2.c b/programs/ssl/ssl_server2.c index 9c845fd94f..0126b4ce51 100644 --- a/programs/ssl/ssl_server2.c +++ b/programs/ssl/ssl_server2.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/test/benchmark.c b/programs/test/benchmark.c index 092888632f..239d968506 100644 --- a/programs/test/benchmark.c +++ b/programs/test/benchmark.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/test/o_p_test.c b/programs/test/o_p_test.c index 5565c39dcc..7f0f00b7e7 100644 --- a/programs/test/o_p_test.c +++ b/programs/test/o_p_test.c @@ -3,7 +3,7 @@ * * Copyright (C) 2011-2012 ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/test/selftest.c b/programs/test/selftest.c index 52ed6f2b14..aa4410d0d2 100644 --- a/programs/test/selftest.c +++ b/programs/test/selftest.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/test/ssl_cert_test.c b/programs/test/ssl_cert_test.c index 56a51409d7..c41b1be9bf 100644 --- a/programs/test/ssl_cert_test.c +++ b/programs/test/ssl_cert_test.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/test/ssl_test.c b/programs/test/ssl_test.c index 0a381a8eeb..3b2e2d7c15 100644 --- a/programs/test/ssl_test.c +++ b/programs/test/ssl_test.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/util/pem2der.c b/programs/util/pem2der.c index d5120b0364..1ba478b323 100644 --- a/programs/util/pem2der.c +++ b/programs/util/pem2der.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/util/strerror.c b/programs/util/strerror.c index 43b29f7770..79eec18281 100644 --- a/programs/util/strerror.c +++ b/programs/util/strerror.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2012, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/wince_main.c b/programs/wince_main.c index 563b731dad..c3c8d4a2e9 100644 --- a/programs/wince_main.c +++ b/programs/wince_main.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/x509/cert_app.c b/programs/x509/cert_app.c index f71b37685c..7ec9893a56 100644 --- a/programs/x509/cert_app.c +++ b/programs/x509/cert_app.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/x509/cert_req.c b/programs/x509/cert_req.c index e38d8329ed..54f1462053 100644 --- a/programs/x509/cert_req.c +++ b/programs/x509/cert_req.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/x509/cert_write.c b/programs/x509/cert_write.c index b4bfe765bc..5c7dd8637b 100644 --- a/programs/x509/cert_write.c +++ b/programs/x509/cert_write.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/x509/crl_app.c b/programs/x509/crl_app.c index 0f492b5305..4d914524bd 100644 --- a/programs/x509/crl_app.c +++ b/programs/x509/crl_app.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/programs/x509/req_app.c b/programs/x509/req_app.c index 0197beb7f7..ced2d3ecc5 100644 --- a/programs/x509/req_app.c +++ b/programs/x509/req_app.c @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/scripts/data_files/error.fmt b/scripts/data_files/error.fmt index b2f87c9de6..e3549a26fe 100644 --- a/scripts/data_files/error.fmt +++ b/scripts/data_files/error.fmt @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/scripts/data_files/version_features.fmt b/scripts/data_files/version_features.fmt index c6d8274231..76d107d954 100644 --- a/scripts/data_files/version_features.fmt +++ b/scripts/data_files/version_features.fmt @@ -3,7 +3,7 @@ * * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * - * This file is part of mbed TLS (http://www.polarssl.org) + * This file is part of mbed TLS (https://www.polarssl.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by