From 11ca97e8dc80edbabb6cb65e45a8e7d8d844bb1e Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Wed, 6 Nov 2024 11:25:29 +0100 Subject: [PATCH] boards/arm/csk6: 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/csk6/csk6011a-nano/CMakeLists.txt | 2 ++ boards/arm/csk6/csk6011a-nano/include/board.h | 2 ++ boards/arm/csk6/csk6011a-nano/scripts/Make.defs | 2 ++ boards/arm/csk6/csk6011a-nano/scripts/gnu-elf.ld | 2 ++ boards/arm/csk6/csk6011a-nano/scripts/kernel-space.ld | 2 ++ boards/arm/csk6/csk6011a-nano/scripts/ld.script | 2 ++ boards/arm/csk6/csk6011a-nano/scripts/memory.ld | 2 ++ boards/arm/csk6/csk6011a-nano/scripts/user-space.ld | 2 ++ boards/arm/csk6/csk6011a-nano/src/CMakeLists.txt | 2 ++ boards/arm/csk6/csk6011a-nano/src/Makefile | 2 ++ boards/arm/csk6/csk6011a-nano/src/csk6011a_nano_appinit.c | 2 ++ boards/arm/csk6/tools/patch_header.py | 2 ++ 12 files changed, 24 insertions(+) diff --git a/boards/arm/csk6/csk6011a-nano/CMakeLists.txt b/boards/arm/csk6/csk6011a-nano/CMakeLists.txt index 1a1614cb5fc..5d381ff5d70 100644 --- a/boards/arm/csk6/csk6011a-nano/CMakeLists.txt +++ b/boards/arm/csk6/csk6011a-nano/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/csk6/csk6011a-nano/CMakeLists.txt # +# 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 ASF licenses this diff --git a/boards/arm/csk6/csk6011a-nano/include/board.h b/boards/arm/csk6/csk6011a-nano/include/board.h index 12637415940..4585756b3a7 100644 --- a/boards/arm/csk6/csk6011a-nano/include/board.h +++ b/boards/arm/csk6/csk6011a-nano/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/csk6/csk6011a-nano/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/csk6/csk6011a-nano/scripts/Make.defs b/boards/arm/csk6/csk6011a-nano/scripts/Make.defs index fff307043cb..6e80718f51f 100644 --- a/boards/arm/csk6/csk6011a-nano/scripts/Make.defs +++ b/boards/arm/csk6/csk6011a-nano/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/csk6/csk6011a-nano/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/csk6/csk6011a-nano/scripts/gnu-elf.ld b/boards/arm/csk6/csk6011a-nano/scripts/gnu-elf.ld index ae5328bf5c1..b8b897d65bc 100644 --- a/boards/arm/csk6/csk6011a-nano/scripts/gnu-elf.ld +++ b/boards/arm/csk6/csk6011a-nano/scripts/gnu-elf.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/csk6/csk6011a-nano/scripts/gnu-elf.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/csk6/csk6011a-nano/scripts/kernel-space.ld b/boards/arm/csk6/csk6011a-nano/scripts/kernel-space.ld index a9e49871cbe..0a55e994479 100644 --- a/boards/arm/csk6/csk6011a-nano/scripts/kernel-space.ld +++ b/boards/arm/csk6/csk6011a-nano/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/csk6/csk6011a-nano/scripts/kernel-space.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/csk6/csk6011a-nano/scripts/ld.script b/boards/arm/csk6/csk6011a-nano/scripts/ld.script index 0bc7b06c030..f2a7cab3871 100644 --- a/boards/arm/csk6/csk6011a-nano/scripts/ld.script +++ b/boards/arm/csk6/csk6011a-nano/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/csk6/csk6011a-nano/scripts/ld.script * + * 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/csk6/csk6011a-nano/scripts/memory.ld b/boards/arm/csk6/csk6011a-nano/scripts/memory.ld index 6d6e2552c88..a959abaa68d 100644 --- a/boards/arm/csk6/csk6011a-nano/scripts/memory.ld +++ b/boards/arm/csk6/csk6011a-nano/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/csk6/csk6011a-nano/scripts/memory.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/csk6/csk6011a-nano/scripts/user-space.ld b/boards/arm/csk6/csk6011a-nano/scripts/user-space.ld index a7b25065671..897fadaf7d2 100644 --- a/boards/arm/csk6/csk6011a-nano/scripts/user-space.ld +++ b/boards/arm/csk6/csk6011a-nano/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/csk6/csk6011a-nano/scripts/user-space.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/csk6/csk6011a-nano/src/CMakeLists.txt b/boards/arm/csk6/csk6011a-nano/src/CMakeLists.txt index 7b3b0c6db20..f8c5639559f 100644 --- a/boards/arm/csk6/csk6011a-nano/src/CMakeLists.txt +++ b/boards/arm/csk6/csk6011a-nano/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/csk6/csk6011a-nano/src/CMakeLists.txt # +# 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 ASF licenses this diff --git a/boards/arm/csk6/csk6011a-nano/src/Makefile b/boards/arm/csk6/csk6011a-nano/src/Makefile index 83dd40c11a7..59ffcb7c347 100644 --- a/boards/arm/csk6/csk6011a-nano/src/Makefile +++ b/boards/arm/csk6/csk6011a-nano/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/csk6011a/csk6011a-nano/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/csk6/csk6011a-nano/src/csk6011a_nano_appinit.c b/boards/arm/csk6/csk6011a-nano/src/csk6011a_nano_appinit.c index c1a7cebef80..482c6991344 100644 --- a/boards/arm/csk6/csk6011a-nano/src/csk6011a_nano_appinit.c +++ b/boards/arm/csk6/csk6011a-nano/src/csk6011a_nano_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/csk6/csk6011a-nano/src/csk6011a_nano_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/csk6/tools/patch_header.py b/boards/arm/csk6/tools/patch_header.py index aeb83f87335..458eafe15ae 100755 --- a/boards/arm/csk6/tools/patch_header.py +++ b/boards/arm/csk6/tools/patch_header.py @@ -2,6 +2,8 @@ ############################################################################ # boards/arm/csk6/tools/patch_header.py # +# 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