From a658a4051b03ad7d17b3c8d976af2d1caa5e8281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 23 Jan 2015 09:45:19 +0000 Subject: [PATCH] Update copyright --- 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 91911595..abf65173 100644 --- a/include/polarssl/aes.h +++ b/include/polarssl/aes.h @@ -3,7 +3,7 @@ * * \brief AES block cipher * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/aesni.h b/include/polarssl/aesni.h index 12095df1..46f13441 100644 --- a/include/polarssl/aesni.h +++ b/include/polarssl/aesni.h @@ -3,7 +3,7 @@ * * \brief AES-NI for hardware AES acceleration on some Intel processors * - * Copyright (C) 2013, Brainspark B.V. + * Copyright (C) 2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/arc4.h b/include/polarssl/arc4.h index 13262876..995d6119 100644 --- a/include/polarssl/arc4.h +++ b/include/polarssl/arc4.h @@ -3,7 +3,7 @@ * * \brief The ARCFOUR stream cipher * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/asn1.h b/include/polarssl/asn1.h index df0a3573..ba80b17a 100644 --- a/include/polarssl/asn1.h +++ b/include/polarssl/asn1.h @@ -3,7 +3,7 @@ * * \brief Generic ASN.1 parsing * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/asn1write.h b/include/polarssl/asn1write.h index 648d69e2..99830aed 100644 --- a/include/polarssl/asn1write.h +++ b/include/polarssl/asn1write.h @@ -3,7 +3,7 @@ * * \brief ASN.1 buffer writing functionality * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/base64.h b/include/polarssl/base64.h index a06a4cc8..f930f4ed 100644 --- a/include/polarssl/base64.h +++ b/include/polarssl/base64.h @@ -3,7 +3,7 @@ * * \brief RFC 1521 base64 encoding/decoding * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/bignum.h b/include/polarssl/bignum.h index b37ee442..a1c6087e 100644 --- a/include/polarssl/bignum.h +++ b/include/polarssl/bignum.h @@ -3,7 +3,7 @@ * * \brief Multi-precision integer library * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/blowfish.h b/include/polarssl/blowfish.h index 606dbd33..41cfcecd 100644 --- a/include/polarssl/blowfish.h +++ b/include/polarssl/blowfish.h @@ -3,7 +3,7 @@ * * \brief Blowfish block cipher * - * Copyright (C) 2012-2014, Brainspark B.V. + * Copyright (C) 2012-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/bn_mul.h b/include/polarssl/bn_mul.h index e39d79b9..b1de31ef 100644 --- a/include/polarssl/bn_mul.h +++ b/include/polarssl/bn_mul.h @@ -3,7 +3,7 @@ * * \brief Multi-precision integer library * - * Copyright (C) 2006-2010, Brainspark B.V. + * Copyright (C) 2006-2010, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/camellia.h b/include/polarssl/camellia.h index 8fd3f241..dc6653f6 100644 --- a/include/polarssl/camellia.h +++ b/include/polarssl/camellia.h @@ -3,7 +3,7 @@ * * \brief Camellia block cipher * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/ccm.h b/include/polarssl/ccm.h index df4cbdb2..b4dd22e7 100644 --- a/include/polarssl/ccm.h +++ b/include/polarssl/ccm.h @@ -3,7 +3,7 @@ * * \brief Counter with CBC-MAC (CCM) for 128-bit block ciphers * - * Copyright (C) 2014, Brainspark B.V. + * Copyright (C) 2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/certs.h b/include/polarssl/certs.h index d9117365..bddd8132 100644 --- a/include/polarssl/certs.h +++ b/include/polarssl/certs.h @@ -3,7 +3,7 @@ * * \brief Sample certificates and DHM parameters for testing * - * Copyright (C) 2006-2010, Brainspark B.V. + * Copyright (C) 2006-2010, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/check_config.h b/include/polarssl/check_config.h index 2471aaa4..f6b4d631 100644 --- a/include/polarssl/check_config.h +++ b/include/polarssl/check_config.h @@ -3,7 +3,7 @@ * * \brief Consistency checks for configuration options * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/cipher.h b/include/polarssl/cipher.h index d8271248..332953a5 100644 --- a/include/polarssl/cipher.h +++ b/include/polarssl/cipher.h @@ -5,7 +5,7 @@ * * \author Adriaan de Jong * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/cipher_wrap.h b/include/polarssl/cipher_wrap.h index 58928643..a66bfd66 100644 --- a/include/polarssl/cipher_wrap.h +++ b/include/polarssl/cipher_wrap.h @@ -5,7 +5,7 @@ * * \author Adriaan de Jong * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/compat-1.2.h b/include/polarssl/compat-1.2.h index bdc506ad..6bf94fa0 100644 --- a/include/polarssl/compat-1.2.h +++ b/include/polarssl/compat-1.2.h @@ -3,7 +3,7 @@ * * \brief Backwards compatibility header for PolarSSL-1.2 from PolarSSL-1.3 * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/config.h b/include/polarssl/config.h index 4a5ce220..72087244 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h @@ -3,7 +3,7 @@ * * \brief Configuration options (set of defines) * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/ctr_drbg.h b/include/polarssl/ctr_drbg.h index 8f82157b..3eb03982 100644 --- a/include/polarssl/ctr_drbg.h +++ b/include/polarssl/ctr_drbg.h @@ -3,7 +3,7 @@ * * \brief CTR_DRBG based on AES-256 (NIST SP 800-90) * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/debug.h b/include/polarssl/debug.h index 9acffae6..a5d4fda0 100644 --- a/include/polarssl/debug.h +++ b/include/polarssl/debug.h @@ -3,7 +3,7 @@ * * \brief Debug functions * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/des.h b/include/polarssl/des.h index ab5a3c6e..47e06de9 100644 --- a/include/polarssl/des.h +++ b/include/polarssl/des.h @@ -3,7 +3,7 @@ * * \brief DES block cipher * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/dhm.h b/include/polarssl/dhm.h index 803185b6..56d92a30 100644 --- a/include/polarssl/dhm.h +++ b/include/polarssl/dhm.h @@ -3,7 +3,7 @@ * * \brief Diffie-Hellman-Merkle key exchange * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/ecdh.h b/include/polarssl/ecdh.h index 830e8e77..d5a29fdb 100644 --- a/include/polarssl/ecdh.h +++ b/include/polarssl/ecdh.h @@ -3,7 +3,7 @@ * * \brief Elliptic curve Diffie-Hellman * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/ecdsa.h b/include/polarssl/ecdsa.h index 6f1a45ba..f1907dd1 100644 --- a/include/polarssl/ecdsa.h +++ b/include/polarssl/ecdsa.h @@ -3,7 +3,7 @@ * * \brief Elliptic curve DSA * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/ecp.h b/include/polarssl/ecp.h index 9574b3bd..18f15e2f 100644 --- a/include/polarssl/ecp.h +++ b/include/polarssl/ecp.h @@ -3,7 +3,7 @@ * * \brief Elliptic curves over GF(p) * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/entropy.h b/include/polarssl/entropy.h index 85800aa6..286f55a3 100644 --- a/include/polarssl/entropy.h +++ b/include/polarssl/entropy.h @@ -3,7 +3,7 @@ * * \brief Entropy accumulator implementation * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/entropy_poll.h b/include/polarssl/entropy_poll.h index c2fb7ac2..695767b5 100644 --- a/include/polarssl/entropy_poll.h +++ b/include/polarssl/entropy_poll.h @@ -3,7 +3,7 @@ * * \brief Platform-specific and custom entropy polling functions * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/error.h b/include/polarssl/error.h index f9f41f15..69a4a015 100644 --- a/include/polarssl/error.h +++ b/include/polarssl/error.h @@ -3,7 +3,7 @@ * * \brief Error to string translation * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/gcm.h b/include/polarssl/gcm.h index f5c06d58..465a89f6 100644 --- a/include/polarssl/gcm.h +++ b/include/polarssl/gcm.h @@ -3,7 +3,7 @@ * * \brief Galois/Counter mode for 128-bit block ciphers * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/havege.h b/include/polarssl/havege.h index accc4a01..ceb54b77 100644 --- a/include/polarssl/havege.h +++ b/include/polarssl/havege.h @@ -3,7 +3,7 @@ * * \brief HAVEGE: HArdware Volatile Entropy Gathering and Expansion * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/hmac_drbg.h b/include/polarssl/hmac_drbg.h index 495b9d91..a4b73bd6 100644 --- a/include/polarssl/hmac_drbg.h +++ b/include/polarssl/hmac_drbg.h @@ -3,7 +3,7 @@ * * \brief HMAC_DRBG (NIST SP 800-90A) * - * Copyright (C) 2014, Brainspark B.V. + * Copyright (C) 2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/md.h b/include/polarssl/md.h index cd1fc028..a657c40e 100644 --- a/include/polarssl/md.h +++ b/include/polarssl/md.h @@ -5,7 +5,7 @@ * * \author Adriaan de Jong * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/md2.h b/include/polarssl/md2.h index 716b24e4..78aec4ea 100644 --- a/include/polarssl/md2.h +++ b/include/polarssl/md2.h @@ -3,7 +3,7 @@ * * \brief MD2 message digest algorithm (hash function) * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/md4.h b/include/polarssl/md4.h index 617f153d..9fab25c6 100644 --- a/include/polarssl/md4.h +++ b/include/polarssl/md4.h @@ -3,7 +3,7 @@ * * \brief MD4 message digest algorithm (hash function) * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/md5.h b/include/polarssl/md5.h index 77386aca..760c0e49 100644 --- a/include/polarssl/md5.h +++ b/include/polarssl/md5.h @@ -3,7 +3,7 @@ * * \brief MD5 message digest algorithm (hash function) * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/md_wrap.h b/include/polarssl/md_wrap.h index f5781a2d..aecac661 100644 --- a/include/polarssl/md_wrap.h +++ b/include/polarssl/md_wrap.h @@ -5,7 +5,7 @@ * * \author Adriaan de Jong * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/memory.h b/include/polarssl/memory.h index de100201..0068be7d 100644 --- a/include/polarssl/memory.h +++ b/include/polarssl/memory.h @@ -3,7 +3,7 @@ * * \brief Memory allocation layer (Deprecated to platform layer) * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/memory_buffer_alloc.h b/include/polarssl/memory_buffer_alloc.h index 2d4babee..d51fac53 100644 --- a/include/polarssl/memory_buffer_alloc.h +++ b/include/polarssl/memory_buffer_alloc.h @@ -3,7 +3,7 @@ * * \brief Buffer-based memory allocator * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/net.h b/include/polarssl/net.h index 3b80144d..2ce4a72d 100644 --- a/include/polarssl/net.h +++ b/include/polarssl/net.h @@ -3,7 +3,7 @@ * * \brief Network communication functions * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/oid.h b/include/polarssl/oid.h index e2078028..6adee5a0 100644 --- a/include/polarssl/oid.h +++ b/include/polarssl/oid.h @@ -3,7 +3,7 @@ * * \brief Object Identifier (OID) database * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/openssl.h b/include/polarssl/openssl.h index 3034d397..4ff2f356 100644 --- a/include/polarssl/openssl.h +++ b/include/polarssl/openssl.h @@ -3,7 +3,7 @@ * * \brief OpenSSL wrapper (definitions, inline functions). * - * Copyright (C) 2006-2010, Brainspark B.V. + * Copyright (C) 2006-2010, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/padlock.h b/include/polarssl/padlock.h index 6943d75d..147ddffd 100644 --- a/include/polarssl/padlock.h +++ b/include/polarssl/padlock.h @@ -4,7 +4,7 @@ * \brief VIA PadLock ACE for HW encryption/decryption supported by some * processors * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/pbkdf2.h b/include/polarssl/pbkdf2.h index ecc6433f..5378a1b7 100644 --- a/include/polarssl/pbkdf2.h +++ b/include/polarssl/pbkdf2.h @@ -6,7 +6,7 @@ * * \author Mathias Olsson * - * Copyright (C) 2006-2012, Brainspark B.V. + * Copyright (C) 2006-2012, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/pem.h b/include/polarssl/pem.h index edafca42..8508ed9c 100644 --- a/include/polarssl/pem.h +++ b/include/polarssl/pem.h @@ -3,7 +3,7 @@ * * \brief Privacy Enhanced Mail (PEM) decoding * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/pk.h b/include/polarssl/pk.h index 03db010f..da7251c5 100644 --- a/include/polarssl/pk.h +++ b/include/polarssl/pk.h @@ -3,7 +3,7 @@ * * \brief Public Key abstraction layer * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/pk_wrap.h b/include/polarssl/pk_wrap.h index 0cfa0fa7..c29c379e 100644 --- a/include/polarssl/pk_wrap.h +++ b/include/polarssl/pk_wrap.h @@ -3,7 +3,7 @@ * * \brief Public Key abstraction layer: wrapper functions * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/pkcs11.h b/include/polarssl/pkcs11.h index e84550fd..93fd865c 100644 --- a/include/polarssl/pkcs11.h +++ b/include/polarssl/pkcs11.h @@ -5,7 +5,7 @@ * * \author Adriaan de Jong * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/pkcs12.h b/include/polarssl/pkcs12.h index ba5089e3..d5bad296 100644 --- a/include/polarssl/pkcs12.h +++ b/include/polarssl/pkcs12.h @@ -3,7 +3,7 @@ * * \brief PKCS#12 Personal Information Exchange Syntax * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/pkcs5.h b/include/polarssl/pkcs5.h index 14759072..2691f982 100644 --- a/include/polarssl/pkcs5.h +++ b/include/polarssl/pkcs5.h @@ -5,7 +5,7 @@ * * \author Mathias Olsson * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/platform.h b/include/polarssl/platform.h index c272da11..d5acbdf6 100644 --- a/include/polarssl/platform.h +++ b/include/polarssl/platform.h @@ -3,7 +3,7 @@ * * \brief mbed TLS Platform abstraction layer * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/ripemd160.h b/include/polarssl/ripemd160.h index 8365f4ee..f3f06241 100644 --- a/include/polarssl/ripemd160.h +++ b/include/polarssl/ripemd160.h @@ -3,7 +3,7 @@ * * \brief RIPE MD-160 message digest * - * Copyright (C) 2014-2014, Brainspark B.V. + * Copyright (C) 2014-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/rsa.h b/include/polarssl/rsa.h index d0f8d00a..2b719d1d 100644 --- a/include/polarssl/rsa.h +++ b/include/polarssl/rsa.h @@ -3,7 +3,7 @@ * * \brief The RSA public-key cryptosystem * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/sha1.h b/include/polarssl/sha1.h index 86598d11..ed46b5b9 100644 --- a/include/polarssl/sha1.h +++ b/include/polarssl/sha1.h @@ -3,7 +3,7 @@ * * \brief SHA-1 cryptographic hash function * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/sha256.h b/include/polarssl/sha256.h index 56b1efe7..8f1aa194 100644 --- a/include/polarssl/sha256.h +++ b/include/polarssl/sha256.h @@ -3,7 +3,7 @@ * * \brief SHA-224 and SHA-256 cryptographic hash function * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/sha512.h b/include/polarssl/sha512.h index 0082a64e..ce0fed1e 100644 --- a/include/polarssl/sha512.h +++ b/include/polarssl/sha512.h @@ -3,7 +3,7 @@ * * \brief SHA-384 and SHA-512 cryptographic hash function * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index 1d98f4ee..cc422093 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h @@ -3,7 +3,7 @@ * * \brief SSL/TLS functions. * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/ssl_cache.h b/include/polarssl/ssl_cache.h index 61e529cb..bfc1afaa 100644 --- a/include/polarssl/ssl_cache.h +++ b/include/polarssl/ssl_cache.h @@ -3,7 +3,7 @@ * * \brief SSL session cache implementation * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/ssl_ciphersuites.h b/include/polarssl/ssl_ciphersuites.h index 256403bf..f5d94100 100644 --- a/include/polarssl/ssl_ciphersuites.h +++ b/include/polarssl/ssl_ciphersuites.h @@ -3,7 +3,7 @@ * * \brief SSL Ciphersuites for mbed TLS * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/threading.h b/include/polarssl/threading.h index 0157db41..4f8a48e1 100644 --- a/include/polarssl/threading.h +++ b/include/polarssl/threading.h @@ -3,7 +3,7 @@ * * \brief Threading abstraction layer * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/timing.h b/include/polarssl/timing.h index cd4f125c..a0011ba5 100644 --- a/include/polarssl/timing.h +++ b/include/polarssl/timing.h @@ -3,7 +3,7 @@ * * \brief Portable interface to the CPU cycle counter * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/version.h b/include/polarssl/version.h index d40063a9..c364968b 100644 --- a/include/polarssl/version.h +++ b/include/polarssl/version.h @@ -3,7 +3,7 @@ * * \brief Run-time version information * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/x509.h b/include/polarssl/x509.h index 1d0e30ce..69963b4c 100644 --- a/include/polarssl/x509.h +++ b/include/polarssl/x509.h @@ -3,7 +3,7 @@ * * \brief X.509 generic defines and structures * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/x509_crl.h b/include/polarssl/x509_crl.h index edaef1e4..5fb9312c 100644 --- a/include/polarssl/x509_crl.h +++ b/include/polarssl/x509_crl.h @@ -3,7 +3,7 @@ * * \brief X.509 certificate revocation list parsing * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/x509_crt.h b/include/polarssl/x509_crt.h index 9b027d7d..f56a7c0e 100644 --- a/include/polarssl/x509_crt.h +++ b/include/polarssl/x509_crt.h @@ -3,7 +3,7 @@ * * \brief X.509 certificate parsing and writing * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/x509_csr.h b/include/polarssl/x509_csr.h index f6fae552..5baeb70c 100644 --- a/include/polarssl/x509_csr.h +++ b/include/polarssl/x509_csr.h @@ -3,7 +3,7 @@ * * \brief X.509 certificate signing request parsing and writing * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/include/polarssl/xtea.h b/include/polarssl/xtea.h index ca4ca163..e8f41b8c 100644 --- a/include/polarssl/xtea.h +++ b/include/polarssl/xtea.h @@ -3,7 +3,7 @@ * * \brief XTEA block cipher (32-bit) * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/aes.c b/library/aes.c index fcc6c05d..26e76022 100644 --- a/library/aes.c +++ b/library/aes.c @@ -1,7 +1,7 @@ /* * FIPS-197 compliant AES implementation * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/aesni.c b/library/aesni.c index 9dff355a..6dfc34c5 100644 --- a/library/aesni.c +++ b/library/aesni.c @@ -1,7 +1,7 @@ /* * AES-NI support functions * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/arc4.c b/library/arc4.c index c4c9a2fe..fe4b8f41 100644 --- a/library/arc4.c +++ b/library/arc4.c @@ -1,7 +1,7 @@ /* * An implementation of the ARCFOUR algorithm * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/asn1parse.c b/library/asn1parse.c index 6179946c..046f2725 100644 --- a/library/asn1parse.c +++ b/library/asn1parse.c @@ -1,7 +1,7 @@ /* * Generic ASN.1 parsing * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/asn1write.c b/library/asn1write.c index 8032fb41..d8a5afae 100644 --- a/library/asn1write.c +++ b/library/asn1write.c @@ -1,7 +1,7 @@ /* * ASN.1 buffer writing functionality * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/base64.c b/library/base64.c index ffbc9270..d6d13a15 100644 --- a/library/base64.c +++ b/library/base64.c @@ -1,7 +1,7 @@ /* * RFC 1521 base64 encoding/decoding * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/bignum.c b/library/bignum.c index 3ab38575..2404c3d8 100644 --- a/library/bignum.c +++ b/library/bignum.c @@ -1,7 +1,7 @@ /* * Multi-precision integer library * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/blowfish.c b/library/blowfish.c index 6df7c745..fd4888b8 100644 --- a/library/blowfish.c +++ b/library/blowfish.c @@ -1,7 +1,7 @@ /* * Blowfish implementation * - * Copyright (C) 2012-2014, Brainspark B.V. + * Copyright (C) 2012-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/camellia.c b/library/camellia.c index 61b89c0c..62f245c9 100644 --- a/library/camellia.c +++ b/library/camellia.c @@ -1,7 +1,7 @@ /* * Camellia implementation * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/ccm.c b/library/ccm.c index 27039feb..0ad82522 100644 --- a/library/ccm.c +++ b/library/ccm.c @@ -1,7 +1,7 @@ /* * NIST SP800-38C compliant CCM implementation * - * Copyright (C) 2014, Brainspark B.V. + * Copyright (C) 2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/certs.c b/library/certs.c index a5759ad0..d51b58ba 100644 --- a/library/certs.c +++ b/library/certs.c @@ -1,7 +1,7 @@ /* * X.509 test certificates * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/cipher.c b/library/cipher.c index 7f438754..002b3e74 100644 --- a/library/cipher.c +++ b/library/cipher.c @@ -5,7 +5,7 @@ * * \author Adriaan de Jong * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/cipher_wrap.c b/library/cipher_wrap.c index d897169b..e84bb91e 100644 --- a/library/cipher_wrap.c +++ b/library/cipher_wrap.c @@ -5,7 +5,7 @@ * * \author Adriaan de Jong * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/ctr_drbg.c b/library/ctr_drbg.c index 62dc7b16..6b6f8313 100644 --- a/library/ctr_drbg.c +++ b/library/ctr_drbg.c @@ -1,7 +1,7 @@ /* * CTR_DRBG implementation based on AES-256 (NIST SP 800-90) * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/debug.c b/library/debug.c index 0790d194..e4de1a3f 100644 --- a/library/debug.c +++ b/library/debug.c @@ -1,7 +1,7 @@ /* * Debugging routines * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/des.c b/library/des.c index 6b5b0bbf..a0c953c2 100644 --- a/library/des.c +++ b/library/des.c @@ -1,7 +1,7 @@ /* * FIPS-46-3 compliant Triple-DES implementation * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/dhm.c b/library/dhm.c index 858ff829..4786a29d 100644 --- a/library/dhm.c +++ b/library/dhm.c @@ -1,7 +1,7 @@ /* * Diffie-Hellman-Merkle key exchange * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/ecdh.c b/library/ecdh.c index f9f20199..7f932342 100644 --- a/library/ecdh.c +++ b/library/ecdh.c @@ -1,7 +1,7 @@ /* * Elliptic curve Diffie-Hellman * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/ecdsa.c b/library/ecdsa.c index b55db4f7..79d9aac0 100644 --- a/library/ecdsa.c +++ b/library/ecdsa.c @@ -1,7 +1,7 @@ /* * Elliptic curve DSA * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/ecp.c b/library/ecp.c index ef9b9166..9c34ad9f 100644 --- a/library/ecp.c +++ b/library/ecp.c @@ -1,7 +1,7 @@ /* * Elliptic curves over GF(p): generic functions * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/ecp_curves.c b/library/ecp_curves.c index 8ab14f02..9aa8b432 100644 --- a/library/ecp_curves.c +++ b/library/ecp_curves.c @@ -1,7 +1,7 @@ /* * Elliptic curves over GF(p): curve-specific data and functions * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/entropy.c b/library/entropy.c index 1e9139fb..219dc071 100644 --- a/library/entropy.c +++ b/library/entropy.c @@ -1,7 +1,7 @@ /* * Entropy accumulator implementation * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/entropy_poll.c b/library/entropy_poll.c index 851fd820..3dc2cbf7 100644 --- a/library/entropy_poll.c +++ b/library/entropy_poll.c @@ -1,7 +1,7 @@ /* * Platform-specific and custom entropy polling functions * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/error.c b/library/error.c index fa4d128e..115ed443 100644 --- a/library/error.c +++ b/library/error.c @@ -1,7 +1,7 @@ /* * Error message information * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/gcm.c b/library/gcm.c index 06797b91..e1ea31a4 100644 --- a/library/gcm.c +++ b/library/gcm.c @@ -1,7 +1,7 @@ /* * NIST SP800-38D compliant GCM implementation * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/havege.c b/library/havege.c index 29b01128..fb37284a 100644 --- a/library/havege.c +++ b/library/havege.c @@ -1,7 +1,7 @@ /** * \brief HAVEGE: HArdware Volatile Entropy Gathering and Expansion * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/hmac_drbg.c b/library/hmac_drbg.c index aa263905..a6e6caa4 100644 --- a/library/hmac_drbg.c +++ b/library/hmac_drbg.c @@ -1,7 +1,7 @@ /* * HMAC_DRBG implementation (NIST SP 800-90) * - * Copyright (C) 2014, Brainspark B.V. + * Copyright (C) 2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/md.c b/library/md.c index e97aafb1..eea3f653 100644 --- a/library/md.c +++ b/library/md.c @@ -5,7 +5,7 @@ * * \author Adriaan de Jong * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/md2.c b/library/md2.c index 87fcedd4..5c2acead 100644 --- a/library/md2.c +++ b/library/md2.c @@ -1,7 +1,7 @@ /* * RFC 1115/1319 compliant MD2 implementation * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/md4.c b/library/md4.c index f8f7d852..88451e56 100644 --- a/library/md4.c +++ b/library/md4.c @@ -1,7 +1,7 @@ /* * RFC 1186/1320 compliant MD4 implementation * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/md5.c b/library/md5.c index f6873526..7abc6334 100644 --- a/library/md5.c +++ b/library/md5.c @@ -1,7 +1,7 @@ /* * RFC 1321 compliant MD5 implementation * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/md_wrap.c b/library/md_wrap.c index 9ec0f5ec..60cf1bbf 100644 --- a/library/md_wrap.c +++ b/library/md_wrap.c @@ -5,7 +5,7 @@ * * \author Adriaan de Jong * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/memory_buffer_alloc.c b/library/memory_buffer_alloc.c index 7aabb616..9ba04b2c 100644 --- a/library/memory_buffer_alloc.c +++ b/library/memory_buffer_alloc.c @@ -1,7 +1,7 @@ /* * Buffer-based memory allocator * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/net.c b/library/net.c index 7fa979bd..d14761eb 100644 --- a/library/net.c +++ b/library/net.c @@ -1,7 +1,7 @@ /* * TCP networking functions * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/oid.c b/library/oid.c index 11802797..bd057ca4 100644 --- a/library/oid.c +++ b/library/oid.c @@ -3,7 +3,7 @@ * * \brief Object Identifier (OID) database * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/padlock.c b/library/padlock.c index dbf874bb..daad882d 100644 --- a/library/padlock.c +++ b/library/padlock.c @@ -1,7 +1,7 @@ /* * VIA PadLock support functions * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/pbkdf2.c b/library/pbkdf2.c index aa97721e..eb0447ef 100644 --- a/library/pbkdf2.c +++ b/library/pbkdf2.c @@ -6,7 +6,7 @@ * * \author Mathias Olsson * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/pem.c b/library/pem.c index b0ec8ff0..d370352a 100644 --- a/library/pem.c +++ b/library/pem.c @@ -1,7 +1,7 @@ /* * Privacy Enhanced Mail (PEM) decoding * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/pk.c b/library/pk.c index 17144aa0..4940af57 100644 --- a/library/pk.c +++ b/library/pk.c @@ -1,7 +1,7 @@ /* * Public Key abstraction layer * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/pk_wrap.c b/library/pk_wrap.c index d1b9cb94..3b92c47d 100644 --- a/library/pk_wrap.c +++ b/library/pk_wrap.c @@ -1,7 +1,7 @@ /* * Public Key abstraction layer: wrapper functions * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/pkcs11.c b/library/pkcs11.c index a8f5f639..a7f4e9e8 100644 --- a/library/pkcs11.c +++ b/library/pkcs11.c @@ -5,7 +5,7 @@ * * \author Adriaan de Jong * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/pkcs12.c b/library/pkcs12.c index 65ff8509..56806a2e 100644 --- a/library/pkcs12.c +++ b/library/pkcs12.c @@ -1,7 +1,7 @@ /* * PKCS#12 Personal Information Exchange Syntax * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/pkcs5.c b/library/pkcs5.c index 3d788fcd..02a65fd0 100644 --- a/library/pkcs5.c +++ b/library/pkcs5.c @@ -5,7 +5,7 @@ * * \author Mathias Olsson * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/pkparse.c b/library/pkparse.c index f3866f74..2b8bccfe 100644 --- a/library/pkparse.c +++ b/library/pkparse.c @@ -1,7 +1,7 @@ /* * Public Key layer for parsing key files and structures * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/pkwrite.c b/library/pkwrite.c index 40184cd2..f5b3eafc 100644 --- a/library/pkwrite.c +++ b/library/pkwrite.c @@ -1,7 +1,7 @@ /* * Public Key layer for writing key files and structures * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/platform.c b/library/platform.c index 6ea7bb23..71b69573 100644 --- a/library/platform.c +++ b/library/platform.c @@ -1,7 +1,7 @@ /* * Platform abstraction layer * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/ripemd160.c b/library/ripemd160.c index 83b2c2ce..f0892dcb 100644 --- a/library/ripemd160.c +++ b/library/ripemd160.c @@ -1,7 +1,7 @@ /* * RIPE MD-160 implementation * - * Copyright (C) 2014-2014, Brainspark B.V. + * Copyright (C) 2014-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/rsa.c b/library/rsa.c index 890ba9b0..bb2dfa2f 100644 --- a/library/rsa.c +++ b/library/rsa.c @@ -1,7 +1,7 @@ /* * The RSA public-key cryptosystem * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/sha1.c b/library/sha1.c index bb24d852..ada89fa7 100644 --- a/library/sha1.c +++ b/library/sha1.c @@ -1,7 +1,7 @@ /* * FIPS-180-1 compliant SHA-1 implementation * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/sha256.c b/library/sha256.c index 3a4d2a7d..f4c343e7 100644 --- a/library/sha256.c +++ b/library/sha256.c @@ -1,7 +1,7 @@ /* * FIPS-180-2 compliant SHA-256 implementation * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/sha512.c b/library/sha512.c index eb5396a9..a5063cdb 100644 --- a/library/sha512.c +++ b/library/sha512.c @@ -1,7 +1,7 @@ /* * FIPS-180-2 compliant SHA-384/512 implementation * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/ssl_cache.c b/library/ssl_cache.c index a47bba42..f88b21cf 100644 --- a/library/ssl_cache.c +++ b/library/ssl_cache.c @@ -1,7 +1,7 @@ /* * SSL session cache implementation * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/ssl_ciphersuites.c b/library/ssl_ciphersuites.c index 912af072..f80b13b8 100644 --- a/library/ssl_ciphersuites.c +++ b/library/ssl_ciphersuites.c @@ -3,7 +3,7 @@ * * \brief SSL ciphersuites for mbed TLS * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/ssl_cli.c b/library/ssl_cli.c index 964154a4..c6d6b6eb 100644 --- a/library/ssl_cli.c +++ b/library/ssl_cli.c @@ -1,7 +1,7 @@ /* * SSLv3/TLSv1 client-side functions * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/ssl_srv.c b/library/ssl_srv.c index c63d3a3b..9b8542c4 100644 --- a/library/ssl_srv.c +++ b/library/ssl_srv.c @@ -1,7 +1,7 @@ /* * SSLv3/TLSv1 server-side functions * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/ssl_tls.c b/library/ssl_tls.c index 22834fc4..ed3701db 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c @@ -1,7 +1,7 @@ /* * SSLv3/TLSv1 shared functions * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/threading.c b/library/threading.c index de98bd67..696548d6 100644 --- a/library/threading.c +++ b/library/threading.c @@ -1,7 +1,7 @@ /* * Threading abstraction layer * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/timing.c b/library/timing.c index ef5f0580..4c21c4b2 100644 --- a/library/timing.c +++ b/library/timing.c @@ -1,7 +1,7 @@ /* * Portable interface to the CPU cycle counter * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/version.c b/library/version.c index 03e1dcf0..a362463e 100644 --- a/library/version.c +++ b/library/version.c @@ -1,7 +1,7 @@ /* * Version information * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/version_features.c b/library/version_features.c index 550960cc..94815baa 100644 --- a/library/version_features.c +++ b/library/version_features.c @@ -1,7 +1,7 @@ /* * Version feature information * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/x509.c b/library/x509.c index 097f7dc2..4472e4a9 100644 --- a/library/x509.c +++ b/library/x509.c @@ -1,7 +1,7 @@ /* * X.509 common functions for parsing and verification * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/x509_create.c b/library/x509_create.c index f03c9da8..95d52ab2 100644 --- a/library/x509_create.c +++ b/library/x509_create.c @@ -1,7 +1,7 @@ /* * X.509 base functions for creating certificates / CSRs * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/x509_crl.c b/library/x509_crl.c index 07e01c01..b35cb63a 100644 --- a/library/x509_crl.c +++ b/library/x509_crl.c @@ -1,7 +1,7 @@ /* * X.509 Certidicate Revocation List (CRL) parsing * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/x509_crt.c b/library/x509_crt.c index be62d142..158dac6a 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c @@ -1,7 +1,7 @@ /* * X.509 certificate parsing and verification * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/x509_csr.c b/library/x509_csr.c index b76d441c..ce9aefae 100644 --- a/library/x509_csr.c +++ b/library/x509_csr.c @@ -1,7 +1,7 @@ /* * X.509 Certificate Signing Request (CSR) parsing * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/x509write_crt.c b/library/x509write_crt.c index 51e4ff0f..5c8400f8 100644 --- a/library/x509write_crt.c +++ b/library/x509write_crt.c @@ -1,7 +1,7 @@ /* * X.509 certificate writing * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/x509write_csr.c b/library/x509write_csr.c index de519ec4..90617d26 100644 --- a/library/x509write_csr.c +++ b/library/x509write_csr.c @@ -1,7 +1,7 @@ /* * X.509 Certificate Signing Request writing * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/library/xtea.c b/library/xtea.c index 3b15ce6f..08365f50 100644 --- a/library/xtea.c +++ b/library/xtea.c @@ -1,7 +1,7 @@ /* * An 32-bit implementation of the XTEA algorithm * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/aes/aescrypt2.c b/programs/aes/aescrypt2.c index 439386bd..c96c3fc0 100644 --- a/programs/aes/aescrypt2.c +++ b/programs/aes/aescrypt2.c @@ -1,7 +1,7 @@ /* * AES-256 file encryption program * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/aes/crypt_and_hash.c b/programs/aes/crypt_and_hash.c index bd3b40a5..545b0129 100644 --- a/programs/aes/crypt_and_hash.c +++ b/programs/aes/crypt_and_hash.c @@ -2,7 +2,7 @@ * \brief Generic file encryption program using generic wrappers for configured * security. * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/hash/generic_sum.c b/programs/hash/generic_sum.c index cb5cf138..7b7b4cd4 100644 --- a/programs/hash/generic_sum.c +++ b/programs/hash/generic_sum.c @@ -1,7 +1,7 @@ /* * generic message digest layer demonstration program * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/hash/hello.c b/programs/hash/hello.c index ca168c21..137b4fa9 100644 --- a/programs/hash/hello.c +++ b/programs/hash/hello.c @@ -1,7 +1,7 @@ /* * Classic "Hello, world" demonstration program * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/hash/md5sum.c b/programs/hash/md5sum.c index 4638a848..0f7617ec 100644 --- a/programs/hash/md5sum.c +++ b/programs/hash/md5sum.c @@ -1,7 +1,7 @@ /* * md5sum demonstration program * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/hash/sha1sum.c b/programs/hash/sha1sum.c index e50e6d92..fbea4297 100644 --- a/programs/hash/sha1sum.c +++ b/programs/hash/sha1sum.c @@ -1,7 +1,7 @@ /* * sha1sum demonstration program * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/hash/sha2sum.c b/programs/hash/sha2sum.c index 576f21e8..6d2550e2 100644 --- a/programs/hash/sha2sum.c +++ b/programs/hash/sha2sum.c @@ -1,7 +1,7 @@ /* * sha256sum demonstration program * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/pkey/dh_client.c b/programs/pkey/dh_client.c index 9bcc3632..6d6db33e 100644 --- a/programs/pkey/dh_client.c +++ b/programs/pkey/dh_client.c @@ -1,7 +1,7 @@ /* * Diffie-Hellman-Merkle key exchange (client side) * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/pkey/dh_genprime.c b/programs/pkey/dh_genprime.c index f52fb732..46aab296 100644 --- a/programs/pkey/dh_genprime.c +++ b/programs/pkey/dh_genprime.c @@ -1,7 +1,7 @@ /* * Diffie-Hellman-Merkle key exchange (prime generation) * - * Copyright (C) 2006-2012, Brainspark B.V. + * Copyright (C) 2006-2012, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/pkey/dh_server.c b/programs/pkey/dh_server.c index 02db8079..f8af72d9 100644 --- a/programs/pkey/dh_server.c +++ b/programs/pkey/dh_server.c @@ -1,7 +1,7 @@ /* * Diffie-Hellman-Merkle key exchange (server side) * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/pkey/ecdsa.c b/programs/pkey/ecdsa.c index c1b05c3f..6706a6be 100644 --- a/programs/pkey/ecdsa.c +++ b/programs/pkey/ecdsa.c @@ -1,7 +1,7 @@ /* * Example ECDSA program * - * Copyright (C) 2013, Brainspark B.V. + * Copyright (C) 2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/pkey/gen_key.c b/programs/pkey/gen_key.c index a680656a..76605744 100644 --- a/programs/pkey/gen_key.c +++ b/programs/pkey/gen_key.c @@ -1,7 +1,7 @@ /* * Key generation application * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/pkey/key_app.c b/programs/pkey/key_app.c index 064643a4..956eba9c 100644 --- a/programs/pkey/key_app.c +++ b/programs/pkey/key_app.c @@ -1,7 +1,7 @@ /* * Key reading application * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/pkey/key_app_writer.c b/programs/pkey/key_app_writer.c index cf4b9b08..963ee81d 100644 --- a/programs/pkey/key_app_writer.c +++ b/programs/pkey/key_app_writer.c @@ -1,7 +1,7 @@ /* * Key writing application * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/pkey/mpi_demo.c b/programs/pkey/mpi_demo.c index 53e19cc4..4a13dc4b 100644 --- a/programs/pkey/mpi_demo.c +++ b/programs/pkey/mpi_demo.c @@ -1,7 +1,7 @@ /* * Simple MPI demonstration program * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/pkey/pk_decrypt.c b/programs/pkey/pk_decrypt.c index 338edcca..ddeb1271 100644 --- a/programs/pkey/pk_decrypt.c +++ b/programs/pkey/pk_decrypt.c @@ -1,7 +1,7 @@ /* * Public key-based simple decryption program * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/pkey/pk_encrypt.c b/programs/pkey/pk_encrypt.c index 4e7f5519..c313f667 100644 --- a/programs/pkey/pk_encrypt.c +++ b/programs/pkey/pk_encrypt.c @@ -1,7 +1,7 @@ /* * RSA simple data encryption program * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/pkey/pk_sign.c b/programs/pkey/pk_sign.c index 7593844c..5bee4f8d 100644 --- a/programs/pkey/pk_sign.c +++ b/programs/pkey/pk_sign.c @@ -1,7 +1,7 @@ /* * Public key-based signature creation program * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/pkey/pk_verify.c b/programs/pkey/pk_verify.c index 845ae849..7215d7fd 100644 --- a/programs/pkey/pk_verify.c +++ b/programs/pkey/pk_verify.c @@ -1,7 +1,7 @@ /* * Public key-based signature verification program * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/pkey/rsa_decrypt.c b/programs/pkey/rsa_decrypt.c index c53da327..a04cdbf0 100644 --- a/programs/pkey/rsa_decrypt.c +++ b/programs/pkey/rsa_decrypt.c @@ -1,7 +1,7 @@ /* * RSA simple decryption program * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/pkey/rsa_encrypt.c b/programs/pkey/rsa_encrypt.c index 68664e0c..3a16b49e 100644 --- a/programs/pkey/rsa_encrypt.c +++ b/programs/pkey/rsa_encrypt.c @@ -1,7 +1,7 @@ /* * RSA simple data encryption program * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/pkey/rsa_genkey.c b/programs/pkey/rsa_genkey.c index c8f16841..b3570023 100644 --- a/programs/pkey/rsa_genkey.c +++ b/programs/pkey/rsa_genkey.c @@ -1,7 +1,7 @@ /* * Example RSA key generation program * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/pkey/rsa_sign.c b/programs/pkey/rsa_sign.c index 91ad1fe8..7520362f 100644 --- a/programs/pkey/rsa_sign.c +++ b/programs/pkey/rsa_sign.c @@ -1,7 +1,7 @@ /* * RSA/SHA-1 signature creation program * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/pkey/rsa_sign_pss.c b/programs/pkey/rsa_sign_pss.c index bf0b01a3..587762c3 100644 --- a/programs/pkey/rsa_sign_pss.c +++ b/programs/pkey/rsa_sign_pss.c @@ -1,7 +1,7 @@ /* * RSASSA-PSS/SHA-1 signature creation program * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/pkey/rsa_verify.c b/programs/pkey/rsa_verify.c index fc26b60a..7ab5298e 100644 --- a/programs/pkey/rsa_verify.c +++ b/programs/pkey/rsa_verify.c @@ -1,7 +1,7 @@ /* * RSA/SHA-1 signature verification program * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/pkey/rsa_verify_pss.c b/programs/pkey/rsa_verify_pss.c index 8dcddd54..3966ec25 100644 --- a/programs/pkey/rsa_verify_pss.c +++ b/programs/pkey/rsa_verify_pss.c @@ -1,7 +1,7 @@ /* * RSASSA-PSS/SHA-1 signature verification program * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/random/gen_entropy.c b/programs/random/gen_entropy.c index 27010536..e441ba78 100644 --- a/programs/random/gen_entropy.c +++ b/programs/random/gen_entropy.c @@ -1,7 +1,7 @@ /** * \brief Use and generate multiple entropies calls into a file * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/random/gen_random_ctr_drbg.c b/programs/random/gen_random_ctr_drbg.c index 74e38cf3..003310aa 100644 --- a/programs/random/gen_random_ctr_drbg.c +++ b/programs/random/gen_random_ctr_drbg.c @@ -1,7 +1,7 @@ /** * \brief Use and generate random data into a file via the CTR_DBRG based on AES * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/random/gen_random_havege.c b/programs/random/gen_random_havege.c index 4a9a218e..b3c214c8 100644 --- a/programs/random/gen_random_havege.c +++ b/programs/random/gen_random_havege.c @@ -1,7 +1,7 @@ /** * \brief Generate random data into a file * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/ssl/ssl_client1.c b/programs/ssl/ssl_client1.c index 68ec8b66..eacba815 100644 --- a/programs/ssl/ssl_client1.c +++ b/programs/ssl/ssl_client1.c @@ -1,7 +1,7 @@ /* * SSL client demonstration program * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/ssl/ssl_client2.c b/programs/ssl/ssl_client2.c index 600fae5d..8ec0fc4a 100644 --- a/programs/ssl/ssl_client2.c +++ b/programs/ssl/ssl_client2.c @@ -1,7 +1,7 @@ /* * SSL client with certificate authentication * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/ssl/ssl_fork_server.c b/programs/ssl/ssl_fork_server.c index 18076abe..14b88947 100644 --- a/programs/ssl/ssl_fork_server.c +++ b/programs/ssl/ssl_fork_server.c @@ -1,7 +1,7 @@ /* * SSL server demonstration program using fork() for handling multiple clients * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/ssl/ssl_mail_client.c b/programs/ssl/ssl_mail_client.c index 085512fd..8d4b2a7c 100644 --- a/programs/ssl/ssl_mail_client.c +++ b/programs/ssl/ssl_mail_client.c @@ -1,7 +1,7 @@ /* * SSL client for SMTP servers * - * Copyright (C) 2006-2012, Brainspark B.V. + * Copyright (C) 2006-2012, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/ssl/ssl_pthread_server.c b/programs/ssl/ssl_pthread_server.c index ba3f76c9..af9c7ee1 100644 --- a/programs/ssl/ssl_pthread_server.c +++ b/programs/ssl/ssl_pthread_server.c @@ -2,7 +2,7 @@ * SSL server demonstration program using pthread for handling multiple * clients. * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/ssl/ssl_server.c b/programs/ssl/ssl_server.c index 3921b70e..f848bca8 100644 --- a/programs/ssl/ssl_server.c +++ b/programs/ssl/ssl_server.c @@ -1,7 +1,7 @@ /* * SSL server demonstration program * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/ssl/ssl_server2.c b/programs/ssl/ssl_server2.c index ea500464..c827fde3 100644 --- a/programs/ssl/ssl_server2.c +++ b/programs/ssl/ssl_server2.c @@ -1,7 +1,7 @@ /* * SSL client with options * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/test/benchmark.c b/programs/test/benchmark.c index 77c00e73..d06ee415 100644 --- a/programs/test/benchmark.c +++ b/programs/test/benchmark.c @@ -1,7 +1,7 @@ /* * Benchmark demonstration program * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/test/o_p_test.c b/programs/test/o_p_test.c index ea7bd154..777e8bf2 100644 --- a/programs/test/o_p_test.c +++ b/programs/test/o_p_test.c @@ -1,7 +1,7 @@ /* * Test application that shows some mbed TLS and OpenSSL compatibility * - * Copyright (C) 2011-2012 Brainspark B.V. + * Copyright (C) 2011-2012 ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/test/selftest.c b/programs/test/selftest.c index ad8d0cb0..b42dd1db 100644 --- a/programs/test/selftest.c +++ b/programs/test/selftest.c @@ -1,7 +1,7 @@ /* * Self-test demonstration program * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/test/ssl_cert_test.c b/programs/test/ssl_cert_test.c index 09f6c872..4085c72d 100644 --- a/programs/test/ssl_cert_test.c +++ b/programs/test/ssl_cert_test.c @@ -1,7 +1,7 @@ /* * SSL certificate functionality tests * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/test/ssl_test.c b/programs/test/ssl_test.c index 2154b426..be1f7c8b 100644 --- a/programs/test/ssl_test.c +++ b/programs/test/ssl_test.c @@ -1,7 +1,7 @@ /* * SSL/TLS stress testing program * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/util/pem2der.c b/programs/util/pem2der.c index 03eb4ec8..cc209fa6 100644 --- a/programs/util/pem2der.c +++ b/programs/util/pem2der.c @@ -1,7 +1,7 @@ /* * Convert PEM to DER * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/util/strerror.c b/programs/util/strerror.c index 5b7f1259..aeb45a53 100644 --- a/programs/util/strerror.c +++ b/programs/util/strerror.c @@ -1,7 +1,7 @@ /* * Translate error code to error string * - * Copyright (C) 2006-2012, Brainspark B.V. + * Copyright (C) 2006-2012, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/wince_main.c b/programs/wince_main.c index 98569ae8..489bc195 100644 --- a/programs/wince_main.c +++ b/programs/wince_main.c @@ -1,7 +1,7 @@ /* * Windows CE console application entry point * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/x509/cert_app.c b/programs/x509/cert_app.c index a616932c..b25d05b5 100644 --- a/programs/x509/cert_app.c +++ b/programs/x509/cert_app.c @@ -1,7 +1,7 @@ /* * Certificate reading application * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/x509/cert_req.c b/programs/x509/cert_req.c index fbf8dae5..f675cb6d 100644 --- a/programs/x509/cert_req.c +++ b/programs/x509/cert_req.c @@ -1,7 +1,7 @@ /* * Certificate request generation * - * Copyright (C) 2006-2011, Brainspark B.V. + * Copyright (C) 2006-2011, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/x509/cert_write.c b/programs/x509/cert_write.c index 938f2931..10ff2fc0 100644 --- a/programs/x509/cert_write.c +++ b/programs/x509/cert_write.c @@ -1,7 +1,7 @@ /* * Certificate generation and signing * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/x509/crl_app.c b/programs/x509/crl_app.c index 3cd03141..002e0656 100644 --- a/programs/x509/crl_app.c +++ b/programs/x509/crl_app.c @@ -1,7 +1,7 @@ /* * CRL reading application * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/programs/x509/req_app.c b/programs/x509/req_app.c index 83950547..e80f3e4b 100644 --- a/programs/x509/req_app.c +++ b/programs/x509/req_app.c @@ -1,7 +1,7 @@ /* * Certificate request reading application * - * Copyright (C) 2006-2013, Brainspark B.V. + * Copyright (C) 2006-2013, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/scripts/data_files/error.fmt b/scripts/data_files/error.fmt index aeb80dc8..8443c6e0 100644 --- a/scripts/data_files/error.fmt +++ b/scripts/data_files/error.fmt @@ -1,7 +1,7 @@ /* * Error message information * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker diff --git a/scripts/data_files/version_features.fmt b/scripts/data_files/version_features.fmt index a829c807..b53ce593 100644 --- a/scripts/data_files/version_features.fmt +++ b/scripts/data_files/version_features.fmt @@ -1,7 +1,7 @@ /* * Version feature information * - * Copyright (C) 2006-2014, Brainspark B.V. + * Copyright (C) 2006-2014, ARM Limited, All Rights Reserved * * This file is part of mbed TLS (http://www.polarssl.org) * Lead Maintainer: Paul Bakker