From 05f205066bad04183b8a33be098a6c6064fc9036 Mon Sep 17 00:00:00 2001 From: Alexandre Mergnat Date: Fri, 12 Feb 2021 08:55:07 +0100 Subject: [PATCH] copyright: add missing license Solderpad Hardware License Signed-off-by: Alexandre Mergnat --- include/arch/riscv/csr.h | 2 ++ soc/riscv/riscv-ite/common/encoding.h | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/include/arch/riscv/csr.h b/include/arch/riscv/csr.h index 13e73f678a2..7ff9350214a 100644 --- a/include/arch/riscv/csr.h +++ b/include/arch/riscv/csr.h @@ -1,6 +1,8 @@ /* + * Copyright (c) 2020 Michael Schaffner * Copyright (c) 2020 BayLibre, SAS * + * SPDX-License-Identifier: SHL-0.51 * SPDX-License-Identifier: Apache-2.0 */ diff --git a/soc/riscv/riscv-ite/common/encoding.h b/soc/riscv/riscv-ite/common/encoding.h index a0166ba4900..e69bb144be9 100644 --- a/soc/riscv/riscv-ite/common/encoding.h +++ b/soc/riscv/riscv-ite/common/encoding.h @@ -1,8 +1,9 @@ /* + * Copyright (c) 2020 Michael Schaffner * Copyright (c) 2020 ITE Corporation. All Rights Reserved. * + * SPDX-License-Identifier: SHL-0.51 * SPDX-License-Identifier: Apache-2.0 - * */ #ifndef RISCV_CSR_ENCODING_H