9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 655bc4c7eb074d43c9ae1b03d4c86c37e0ff9642
parent 611aa68ba45595eddd5df19e5a2801456800f656
Author: Roberto Vargas <roberto.vargas@arm.com>
Date:   Fri,  9 Nov 2018 07:26:15 +0000

[libc] Remove SPDX clause from stdint.h

Change-Id: I256e92f603315ba22ee606a73bc6938b4ef7e7d9

Diffstat:
Minclude/bits/arm64/arch/stdint.h | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/include/bits/arm64/arch/stdint.h b/include/bits/arm64/arch/stdint.h @@ -1,9 +1,3 @@ -/* - * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved. - * - * SPDX-License-Identifier: BSD-3-Clause - */ - #define INT8_MAX 0x7F #define INT8_MIN (-INT8_MAX - 1) #define UINT8_MAX 0xFFU