From 495311faca97d80044deaab2b448b84f5db690f9 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Wed, 6 Nov 2024 16:05:15 +0100 Subject: [PATCH] boards/arm/nuc1xx: 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/arm/nuc1xx/nutiny-nuc120/include/board.h | 2 ++ boards/arm/nuc1xx/nutiny-nuc120/scripts/Make.defs | 2 ++ boards/arm/nuc1xx/nutiny-nuc120/scripts/nutiny-nuc120.ld | 2 ++ boards/arm/nuc1xx/nutiny-nuc120/src/Makefile | 2 ++ boards/arm/nuc1xx/nutiny-nuc120/src/nuc_boardinitialize.c | 2 ++ boards/arm/nuc1xx/nutiny-nuc120/src/nuc_led.c | 2 ++ boards/arm/nuc1xx/nutiny-nuc120/src/nutiny-nuc120.h | 2 ++ 7 files changed, 14 insertions(+) diff --git a/boards/arm/nuc1xx/nutiny-nuc120/include/board.h b/boards/arm/nuc1xx/nutiny-nuc120/include/board.h index 1acfa755b3..3f617e755d 100644 --- a/boards/arm/nuc1xx/nutiny-nuc120/include/board.h +++ b/boards/arm/nuc1xx/nutiny-nuc120/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nuc1xx/nutiny-nuc120/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/arm/nuc1xx/nutiny-nuc120/scripts/Make.defs b/boards/arm/nuc1xx/nutiny-nuc120/scripts/Make.defs index 563940c834..a71d1f2945 100644 --- a/boards/arm/nuc1xx/nutiny-nuc120/scripts/Make.defs +++ b/boards/arm/nuc1xx/nutiny-nuc120/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nuc1xx/nutiny-nuc120/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/arm/nuc1xx/nutiny-nuc120/scripts/nutiny-nuc120.ld b/boards/arm/nuc1xx/nutiny-nuc120/scripts/nutiny-nuc120.ld index 6a9901c83b..2d9c037d06 100644 --- a/boards/arm/nuc1xx/nutiny-nuc120/scripts/nutiny-nuc120.ld +++ b/boards/arm/nuc1xx/nutiny-nuc120/scripts/nutiny-nuc120.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nuc1xx/nutiny-nuc120/scripts/nutiny-nuc120.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/arm/nuc1xx/nutiny-nuc120/src/Makefile b/boards/arm/nuc1xx/nutiny-nuc120/src/Makefile index fad51a70ed..64ebf15fef 100644 --- a/boards/arm/nuc1xx/nutiny-nuc120/src/Makefile +++ b/boards/arm/nuc1xx/nutiny-nuc120/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/nuc1xx/nutiny-nuc120/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/arm/nuc1xx/nutiny-nuc120/src/nuc_boardinitialize.c b/boards/arm/nuc1xx/nutiny-nuc120/src/nuc_boardinitialize.c index 29ab843911..f46b4b8d74 100644 --- a/boards/arm/nuc1xx/nutiny-nuc120/src/nuc_boardinitialize.c +++ b/boards/arm/nuc1xx/nutiny-nuc120/src/nuc_boardinitialize.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nuc1xx/nutiny-nuc120/src/nuc_boardinitialize.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/arm/nuc1xx/nutiny-nuc120/src/nuc_led.c b/boards/arm/nuc1xx/nutiny-nuc120/src/nuc_led.c index 8a4796c513..57ad16acd2 100644 --- a/boards/arm/nuc1xx/nutiny-nuc120/src/nuc_led.c +++ b/boards/arm/nuc1xx/nutiny-nuc120/src/nuc_led.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nuc1xx/nutiny-nuc120/src/nuc_led.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/arm/nuc1xx/nutiny-nuc120/src/nutiny-nuc120.h b/boards/arm/nuc1xx/nutiny-nuc120/src/nutiny-nuc120.h index 58e9162ed9..1aa18aa9e4 100644 --- a/boards/arm/nuc1xx/nutiny-nuc120/src/nutiny-nuc120.h +++ b/boards/arm/nuc1xx/nutiny-nuc120/src/nutiny-nuc120.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/nuc1xx/nutiny-nuc120/src/nutiny-nuc120.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