From 4efa4090b54bb9791c8def61ea1e6de4f9b218a3 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Wed, 6 Nov 2024 13:12:29 +0100 Subject: [PATCH] boards/arm/dm320: 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/dm320/ntosd-dm320/include/board.h | 2 ++ boards/arm/dm320/ntosd-dm320/scripts/Make.defs | 2 ++ boards/arm/dm320/ntosd-dm320/scripts/sdram.ld | 2 ++ boards/arm/dm320/ntosd-dm320/src/Makefile | 2 ++ boards/arm/dm320/ntosd-dm320/src/dm320_appinit.c | 2 ++ boards/arm/dm320/ntosd-dm320/src/dm320_boardinit.c | 2 ++ boards/arm/dm320/ntosd-dm320/src/dm320_leds.c | 2 ++ boards/arm/dm320/ntosd-dm320/src/dm320_network.c | 2 ++ 8 files changed, 16 insertions(+) diff --git a/boards/arm/dm320/ntosd-dm320/include/board.h b/boards/arm/dm320/ntosd-dm320/include/board.h index 17e9eeb4d1..8861a5c70c 100644 --- a/boards/arm/dm320/ntosd-dm320/include/board.h +++ b/boards/arm/dm320/ntosd-dm320/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/dm320/ntosd-dm320/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/dm320/ntosd-dm320/scripts/Make.defs b/boards/arm/dm320/ntosd-dm320/scripts/Make.defs index 2d39c03dfd..c60c026ee8 100644 --- a/boards/arm/dm320/ntosd-dm320/scripts/Make.defs +++ b/boards/arm/dm320/ntosd-dm320/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/dm320/ntosd-dm320/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/dm320/ntosd-dm320/scripts/sdram.ld b/boards/arm/dm320/ntosd-dm320/scripts/sdram.ld index 49643c9b88..a3a5e5e0cd 100644 --- a/boards/arm/dm320/ntosd-dm320/scripts/sdram.ld +++ b/boards/arm/dm320/ntosd-dm320/scripts/sdram.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/dm320/ntosd-dm320/scripts/sdram.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/dm320/ntosd-dm320/src/Makefile b/boards/arm/dm320/ntosd-dm320/src/Makefile index cc48605f55..c84cc1751d 100644 --- a/boards/arm/dm320/ntosd-dm320/src/Makefile +++ b/boards/arm/dm320/ntosd-dm320/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/dm320/ntosd-dm320/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/dm320/ntosd-dm320/src/dm320_appinit.c b/boards/arm/dm320/ntosd-dm320/src/dm320_appinit.c index 8776846ca5..7f35a0afaf 100644 --- a/boards/arm/dm320/ntosd-dm320/src/dm320_appinit.c +++ b/boards/arm/dm320/ntosd-dm320/src/dm320_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/dm320/ntosd-dm320/src/dm320_appinit.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/dm320/ntosd-dm320/src/dm320_boardinit.c b/boards/arm/dm320/ntosd-dm320/src/dm320_boardinit.c index 002e476d21..15c548ce0e 100644 --- a/boards/arm/dm320/ntosd-dm320/src/dm320_boardinit.c +++ b/boards/arm/dm320/ntosd-dm320/src/dm320_boardinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/dm320/ntosd-dm320/src/dm320_boardinit.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/dm320/ntosd-dm320/src/dm320_leds.c b/boards/arm/dm320/ntosd-dm320/src/dm320_leds.c index d9843468d4..ff9d66f351 100644 --- a/boards/arm/dm320/ntosd-dm320/src/dm320_leds.c +++ b/boards/arm/dm320/ntosd-dm320/src/dm320_leds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/dm320/ntosd-dm320/src/dm320_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 diff --git a/boards/arm/dm320/ntosd-dm320/src/dm320_network.c b/boards/arm/dm320/ntosd-dm320/src/dm320_network.c index 18afde0ca2..c64552b606 100644 --- a/boards/arm/dm320/ntosd-dm320/src/dm320_network.c +++ b/boards/arm/dm320/ntosd-dm320/src/dm320_network.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/dm320/ntosd-dm320/src/dm320_network.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