Update license headers year and branding

This commit is contained in:
Andres Amaya Garcia 2018-03-08 21:25:25 +00:00
parent 42defd10a6
commit 757cd72edf
4 changed files with 9 additions and 9 deletions

View File

@ -1,9 +1,9 @@
/** /**
* \file utils.h * \file utils.h
* *
* \brief mbed TLS utility functions * \brief Mbed TLS utility functions
* *
* Copyright (C) 2017, ARM Limited, All Rights Reserved * Copyright (C) 2018, Arm Limited, All Rights Reserved
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may * Licensed under the Apache License, Version 2.0 (the "License"); you may
@ -18,7 +18,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is part of mbed TLS (https://tls.mbed.org) * This file is part of Mbed TLS (https://tls.mbed.org)
*/ */
#ifndef MBEDTLS_UTILS_H #ifndef MBEDTLS_UTILS_H
#define MBEDTLS_UTILS_H #define MBEDTLS_UTILS_H

View File

@ -1,7 +1,7 @@
/* /*
* mbed TLS utility functions * Mbed TLS utility functions
* *
* Copyright (C) 2017, ARM Limited, All Rights Reserved * Copyright (C) 2018, Arm Limited, All Rights Reserved
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may * Licensed under the Apache License, Version 2.0 (the "License"); you may
@ -16,7 +16,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
* *
* This file is part of mbed TLS (https://tls.mbed.org) * This file is part of Mbed TLS (https://tls.mbed.org)
*/ */
#if !defined(MBEDTLS_CONFIG_FILE) #if !defined(MBEDTLS_CONFIG_FILE)

View File

@ -10,7 +10,7 @@
* program. The debugger facilities are then used to manually inspect the * program. The debugger facilities are then used to manually inspect the
* memory and verify that the call to mbedtls_zeroize() was not eliminated. * memory and verify that the call to mbedtls_zeroize() was not eliminated.
* *
* Copyright (C) 2017, ARM Limited, All Rights Reserved * Copyright (C) 2018, Arm Limited, All Rights Reserved
* SPDX-License-Identifier: Apache-2.0 * SPDX-License-Identifier: Apache-2.0
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may * Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@ -1,8 +1,8 @@
# test_zeroize.gdb # test_zeroize.gdb
# #
# This file is part of mbed TLS (https://tls.mbed.org) # This file is part of Mbed TLS (https://tls.mbed.org)
# #
# Copyright (c) 2017, ARM Limited, All Rights Reserved # Copyright (c) 2018, Arm Limited, All Rights Reserved
# #
# Purpose # Purpose
# #