From bff70d1b1e3c680d43aca8da3201b949eef29474 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Tue, 12 Nov 2024 10:14:37 +0100 Subject: [PATCH] boards/tricore/tc3xx: 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/tricore/tc3xx/tc397/CMakeLists.txt | 2 ++ boards/tricore/tc3xx/tc397/include/board.h | 2 ++ boards/tricore/tc3xx/tc397/include/board_memorymap.h | 2 ++ boards/tricore/tc3xx/tc397/scripts/Lcf_Gnuc_Tricore_Tc.lsl | 2 ++ boards/tricore/tc3xx/tc397/scripts/Lcf_Tasking_Tricore_Tc.lsl | 2 ++ boards/tricore/tc3xx/tc397/scripts/Make.defs | 2 ++ boards/tricore/tc3xx/tc397/src/CMakeLists.txt | 2 ++ boards/tricore/tc3xx/tc397/src/Makefile | 2 ++ boards/tricore/tc3xx/tc397/src/tc397.h | 2 ++ boards/tricore/tc3xx/tc397/src/tc397_appinit.c | 2 ++ boards/tricore/tc3xx/tc397/src/tc397_boardinit.c | 2 ++ boards/tricore/tc3xx/tc397/src/tc397_bringup.c | 2 ++ 12 files changed, 24 insertions(+) diff --git a/boards/tricore/tc3xx/tc397/CMakeLists.txt b/boards/tricore/tc3xx/tc397/CMakeLists.txt index 92452302e0..0129c25c31 100644 --- a/boards/tricore/tc3xx/tc397/CMakeLists.txt +++ b/boards/tricore/tc3xx/tc397/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/tricore/tc3xx/tc397/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/tricore/tc3xx/tc397/include/board.h b/boards/tricore/tc3xx/tc397/include/board.h index 0100cc08f8..8d7dc4622b 100644 --- a/boards/tricore/tc3xx/tc397/include/board.h +++ b/boards/tricore/tc3xx/tc397/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/tricore/tc3xx/tc397/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/tricore/tc3xx/tc397/include/board_memorymap.h b/boards/tricore/tc3xx/tc397/include/board_memorymap.h index 16c40b3653..1e8a7bbcf5 100644 --- a/boards/tricore/tc3xx/tc397/include/board_memorymap.h +++ b/boards/tricore/tc3xx/tc397/include/board_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/tricore/tc3xx/tc397/include/board_memorymap.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/tricore/tc3xx/tc397/scripts/Lcf_Gnuc_Tricore_Tc.lsl b/boards/tricore/tc3xx/tc397/scripts/Lcf_Gnuc_Tricore_Tc.lsl index 12ee2b01f2..2c2369fc8a 100644 --- a/boards/tricore/tc3xx/tc397/scripts/Lcf_Gnuc_Tricore_Tc.lsl +++ b/boards/tricore/tc3xx/tc397/scripts/Lcf_Gnuc_Tricore_Tc.lsl @@ -1,6 +1,8 @@ /**************************************************************************** * boards/tricore/tc3xx/tc397/scripts/Lcf_Gnuc_Tricore_Tc.lsl * + * 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/tricore/tc3xx/tc397/scripts/Lcf_Tasking_Tricore_Tc.lsl b/boards/tricore/tc3xx/tc397/scripts/Lcf_Tasking_Tricore_Tc.lsl index 32392bf88d..3bfd13cf83 100644 --- a/boards/tricore/tc3xx/tc397/scripts/Lcf_Tasking_Tricore_Tc.lsl +++ b/boards/tricore/tc3xx/tc397/scripts/Lcf_Tasking_Tricore_Tc.lsl @@ -1,6 +1,8 @@ /**************************************************************************** * boards/tricore/tc3xx/tc397/scripts/Lcf_Tasking_Tricore_Tc.lsl * + * 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/tricore/tc3xx/tc397/scripts/Make.defs b/boards/tricore/tc3xx/tc397/scripts/Make.defs index b404c0aec5..17072fc39b 100644 --- a/boards/tricore/tc3xx/tc397/scripts/Make.defs +++ b/boards/tricore/tc3xx/tc397/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/tricore/tc3xx/tc397/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/tricore/tc3xx/tc397/src/CMakeLists.txt b/boards/tricore/tc3xx/tc397/src/CMakeLists.txt index e89a435537..ce7457293b 100644 --- a/boards/tricore/tc3xx/tc397/src/CMakeLists.txt +++ b/boards/tricore/tc3xx/tc397/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/tricore/tc3xx/tc397/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/tricore/tc3xx/tc397/src/Makefile b/boards/tricore/tc3xx/tc397/src/Makefile index 83c7719356..194932cde7 100644 --- a/boards/tricore/tc3xx/tc397/src/Makefile +++ b/boards/tricore/tc3xx/tc397/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/tricore/tc3xx/tc397/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/tricore/tc3xx/tc397/src/tc397.h b/boards/tricore/tc3xx/tc397/src/tc397.h index 776c0ae73e..258d1fe2c4 100644 --- a/boards/tricore/tc3xx/tc397/src/tc397.h +++ b/boards/tricore/tc3xx/tc397/src/tc397.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/tricore/tc3xx/tc397/src/tc397.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/tricore/tc3xx/tc397/src/tc397_appinit.c b/boards/tricore/tc3xx/tc397/src/tc397_appinit.c index dd419bd85f..869d111cae 100644 --- a/boards/tricore/tc3xx/tc397/src/tc397_appinit.c +++ b/boards/tricore/tc3xx/tc397/src/tc397_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/tricore/tc3xx/tc397/src/tc397_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/tricore/tc3xx/tc397/src/tc397_boardinit.c b/boards/tricore/tc3xx/tc397/src/tc397_boardinit.c index 41259440a2..6dc0de25b2 100644 --- a/boards/tricore/tc3xx/tc397/src/tc397_boardinit.c +++ b/boards/tricore/tc3xx/tc397/src/tc397_boardinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/tricore/tc3xx/tc397/src/tc397_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/tricore/tc3xx/tc397/src/tc397_bringup.c b/boards/tricore/tc3xx/tc397/src/tc397_bringup.c index 25936c520c..b9f30005ad 100644 --- a/boards/tricore/tc3xx/tc397/src/tc397_bringup.c +++ b/boards/tricore/tc3xx/tc397/src/tc397_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/tricore/tc3xx/tc397/src/tc397_bringup.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