From 8b82ea9cae45596f7ff78c3ed49cf504b3b22d20 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Tue, 12 Nov 2024 09:12:59 +0100 Subject: [PATCH] boards/renesas/sh1: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea --- boards/renesas/sh1/us7032evb1/include/board.h | 2 ++ boards/renesas/sh1/us7032evb1/scripts/Make.defs | 2 ++ boards/renesas/sh1/us7032evb1/scripts/sram.ld | 2 ++ boards/renesas/sh1/us7032evb1/shterm/Makefile | 2 ++ boards/renesas/sh1/us7032evb1/shterm/shterm.c | 2 ++ boards/renesas/sh1/us7032evb1/src/Makefile | 2 ++ boards/renesas/sh1/us7032evb1/src/sh1_leds.c | 2 ++ 7 files changed, 14 insertions(+) diff --git a/boards/renesas/sh1/us7032evb1/include/board.h b/boards/renesas/sh1/us7032evb1/include/board.h index e4d068ae04..d79fbb6a84 100644 --- a/boards/renesas/sh1/us7032evb1/include/board.h +++ b/boards/renesas/sh1/us7032evb1/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/renesas/sh1/us7032evb1/include/board.h * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/renesas/sh1/us7032evb1/scripts/Make.defs b/boards/renesas/sh1/us7032evb1/scripts/Make.defs index efa8839d80..2284023860 100644 --- a/boards/renesas/sh1/us7032evb1/scripts/Make.defs +++ b/boards/renesas/sh1/us7032evb1/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################## # boards/renesas/sh1/us7032evb1/scripts/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/renesas/sh1/us7032evb1/scripts/sram.ld b/boards/renesas/sh1/us7032evb1/scripts/sram.ld index 60a4e79684..54172946ee 100644 --- a/boards/renesas/sh1/us7032evb1/scripts/sram.ld +++ b/boards/renesas/sh1/us7032evb1/scripts/sram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/renesas/sh1/us7032evb1/scripts/sram.ld * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/renesas/sh1/us7032evb1/shterm/Makefile b/boards/renesas/sh1/us7032evb1/shterm/Makefile index ee32e23afd..31dc6217d4 100644 --- a/boards/renesas/sh1/us7032evb1/shterm/Makefile +++ b/boards/renesas/sh1/us7032evb1/shterm/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/renesas/sh1/us7032evb1/shterm/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/renesas/sh1/us7032evb1/shterm/shterm.c b/boards/renesas/sh1/us7032evb1/shterm/shterm.c index 2fcb525e58..23f8f331d0 100644 --- a/boards/renesas/sh1/us7032evb1/shterm/shterm.c +++ b/boards/renesas/sh1/us7032evb1/shterm/shterm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/renesas/sh1/us7032evb1/shterm/shterm.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The diff --git a/boards/renesas/sh1/us7032evb1/src/Makefile b/boards/renesas/sh1/us7032evb1/src/Makefile index 05d553e55b..cde236a755 100644 --- a/boards/renesas/sh1/us7032evb1/src/Makefile +++ b/boards/renesas/sh1/us7032evb1/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/renesas/sh1/us7032evb1/src/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/boards/renesas/sh1/us7032evb1/src/sh1_leds.c b/boards/renesas/sh1/us7032evb1/src/sh1_leds.c index be058b4abc..9c8e2200a7 100644 --- a/boards/renesas/sh1/us7032evb1/src/sh1_leds.c +++ b/boards/renesas/sh1/us7032evb1/src/sh1_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/renesas/sh1/us7032evb1/src/sh1_leds.c * + * SPDX-License-Identifier: Apache-2.0 + * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. The