From a6f1605107399786587729415e97d955a06b771e Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Fri, 8 Nov 2024 14:32:45 +0100 Subject: [PATCH] boards/arm/stm32u5: 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/stm32u5/b-u585i-iot02a/CMakeLists.txt | 2 ++ boards/arm/stm32u5/b-u585i-iot02a/include/board.h | 2 ++ boards/arm/stm32u5/b-u585i-iot02a/scripts/Make.defs | 2 ++ boards/arm/stm32u5/b-u585i-iot02a/scripts/flash.ld | 2 ++ boards/arm/stm32u5/b-u585i-iot02a/scripts/tfm-ns.ld | 2 ++ boards/arm/stm32u5/b-u585i-iot02a/src/CMakeLists.txt | 2 ++ boards/arm/stm32u5/b-u585i-iot02a/src/Makefile | 2 ++ boards/arm/stm32u5/b-u585i-iot02a/src/b-u585i-iot02a.h | 2 ++ boards/arm/stm32u5/b-u585i-iot02a/src/stm32_appinit.c | 2 ++ boards/arm/stm32u5/b-u585i-iot02a/src/stm32_boot.c | 2 ++ boards/arm/stm32u5/b-u585i-iot02a/src/stm32_bringup.c | 2 ++ boards/arm/stm32u5/b-u585i-iot02a/src/stm32_clockconfig.c | 2 ++ boards/arm/stm32u5/b-u585i-iot02a/src/stm32_spi.c | 2 ++ boards/arm/stm32u5/nucleo-u5a5zj-q/CMakeLists.txt | 2 ++ boards/arm/stm32u5/nucleo-u5a5zj-q/include/board.h | 2 ++ boards/arm/stm32u5/nucleo-u5a5zj-q/scripts/Make.defs | 2 ++ boards/arm/stm32u5/nucleo-u5a5zj-q/scripts/flash.ld | 2 ++ boards/arm/stm32u5/nucleo-u5a5zj-q/scripts/tfm-ns.ld | 2 ++ boards/arm/stm32u5/nucleo-u5a5zj-q/src/CMakeLists.txt | 2 ++ boards/arm/stm32u5/nucleo-u5a5zj-q/src/Makefile | 2 ++ boards/arm/stm32u5/nucleo-u5a5zj-q/src/nucleo-u5a5zj-q.h | 2 ++ boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_appinit.c | 2 ++ boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_boot.c | 2 ++ boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_bringup.c | 2 ++ boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_clockconfig.c | 2 ++ boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_spi.c | 2 ++ 26 files changed, 52 insertions(+) diff --git a/boards/arm/stm32u5/b-u585i-iot02a/CMakeLists.txt b/boards/arm/stm32u5/b-u585i-iot02a/CMakeLists.txt index c5732a36f8..33d411e340 100644 --- a/boards/arm/stm32u5/b-u585i-iot02a/CMakeLists.txt +++ b/boards/arm/stm32u5/b-u585i-iot02a/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32u5/b-u585i-iot02a/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/stm32u5/b-u585i-iot02a/include/board.h b/boards/arm/stm32u5/b-u585i-iot02a/include/board.h index 2e68200f34..fc900c526b 100644 --- a/boards/arm/stm32u5/b-u585i-iot02a/include/board.h +++ b/boards/arm/stm32u5/b-u585i-iot02a/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32u5/b-u585i-iot02a/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/stm32u5/b-u585i-iot02a/scripts/Make.defs b/boards/arm/stm32u5/b-u585i-iot02a/scripts/Make.defs index 51098f4253..da0d31ef7c 100644 --- a/boards/arm/stm32u5/b-u585i-iot02a/scripts/Make.defs +++ b/boards/arm/stm32u5/b-u585i-iot02a/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################## # boards/arm/stm32u5/b-u585i-iot02a/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/stm32u5/b-u585i-iot02a/scripts/flash.ld b/boards/arm/stm32u5/b-u585i-iot02a/scripts/flash.ld index 22f7a8c624..96ea49fdca 100644 --- a/boards/arm/stm32u5/b-u585i-iot02a/scripts/flash.ld +++ b/boards/arm/stm32u5/b-u585i-iot02a/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32u5/b-u585i-iot02a/scripts/flash.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/stm32u5/b-u585i-iot02a/scripts/tfm-ns.ld b/boards/arm/stm32u5/b-u585i-iot02a/scripts/tfm-ns.ld index d1920957f3..e0309c506b 100644 --- a/boards/arm/stm32u5/b-u585i-iot02a/scripts/tfm-ns.ld +++ b/boards/arm/stm32u5/b-u585i-iot02a/scripts/tfm-ns.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32u5/b-u585i-iot02a/scripts/tfm-ns.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/stm32u5/b-u585i-iot02a/src/CMakeLists.txt b/boards/arm/stm32u5/b-u585i-iot02a/src/CMakeLists.txt index e82a23f800..c0c733e9ac 100644 --- a/boards/arm/stm32u5/b-u585i-iot02a/src/CMakeLists.txt +++ b/boards/arm/stm32u5/b-u585i-iot02a/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32u5/b-u585i-iot02a/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/stm32u5/b-u585i-iot02a/src/Makefile b/boards/arm/stm32u5/b-u585i-iot02a/src/Makefile index 79db7e3d81..48bc90571e 100644 --- a/boards/arm/stm32u5/b-u585i-iot02a/src/Makefile +++ b/boards/arm/stm32u5/b-u585i-iot02a/src/Makefile @@ -1,6 +1,8 @@ ############################################################################## # boards/arm/stm32u5/b-u585i-iot02a/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/stm32u5/b-u585i-iot02a/src/b-u585i-iot02a.h b/boards/arm/stm32u5/b-u585i-iot02a/src/b-u585i-iot02a.h index b8580c16e1..3033b10537 100644 --- a/boards/arm/stm32u5/b-u585i-iot02a/src/b-u585i-iot02a.h +++ b/boards/arm/stm32u5/b-u585i-iot02a/src/b-u585i-iot02a.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32u5/b-u585i-iot02a/src/b-u585i-iot02a.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/stm32u5/b-u585i-iot02a/src/stm32_appinit.c b/boards/arm/stm32u5/b-u585i-iot02a/src/stm32_appinit.c index 4ae5325f7e..c0594f96f0 100644 --- a/boards/arm/stm32u5/b-u585i-iot02a/src/stm32_appinit.c +++ b/boards/arm/stm32u5/b-u585i-iot02a/src/stm32_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32u5/b-u585i-iot02a/src/stm32_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/stm32u5/b-u585i-iot02a/src/stm32_boot.c b/boards/arm/stm32u5/b-u585i-iot02a/src/stm32_boot.c index 57655ee758..5da36ee2bd 100644 --- a/boards/arm/stm32u5/b-u585i-iot02a/src/stm32_boot.c +++ b/boards/arm/stm32u5/b-u585i-iot02a/src/stm32_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32u5/b-u585i-iot02a/src/stm32_boot.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/stm32u5/b-u585i-iot02a/src/stm32_bringup.c b/boards/arm/stm32u5/b-u585i-iot02a/src/stm32_bringup.c index c328554409..a4d5f36ef5 100644 --- a/boards/arm/stm32u5/b-u585i-iot02a/src/stm32_bringup.c +++ b/boards/arm/stm32u5/b-u585i-iot02a/src/stm32_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32u5/b-u585i-iot02a/src/stm32_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 diff --git a/boards/arm/stm32u5/b-u585i-iot02a/src/stm32_clockconfig.c b/boards/arm/stm32u5/b-u585i-iot02a/src/stm32_clockconfig.c index 4b615c41c6..b6aa7c6a37 100644 --- a/boards/arm/stm32u5/b-u585i-iot02a/src/stm32_clockconfig.c +++ b/boards/arm/stm32u5/b-u585i-iot02a/src/stm32_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32u5/b-u585i-iot02a/src/stm32_clockconfig.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/stm32u5/b-u585i-iot02a/src/stm32_spi.c b/boards/arm/stm32u5/b-u585i-iot02a/src/stm32_spi.c index 569334b98a..1b2ef81287 100644 --- a/boards/arm/stm32u5/b-u585i-iot02a/src/stm32_spi.c +++ b/boards/arm/stm32u5/b-u585i-iot02a/src/stm32_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32u5/b-u585i-iot02a/src/stm32_spi.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/stm32u5/nucleo-u5a5zj-q/CMakeLists.txt b/boards/arm/stm32u5/nucleo-u5a5zj-q/CMakeLists.txt index 1168a509fb..c451334f07 100644 --- a/boards/arm/stm32u5/nucleo-u5a5zj-q/CMakeLists.txt +++ b/boards/arm/stm32u5/nucleo-u5a5zj-q/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32u5/nucleo-u5a5zj-q/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/stm32u5/nucleo-u5a5zj-q/include/board.h b/boards/arm/stm32u5/nucleo-u5a5zj-q/include/board.h index 488806ea96..e8636105d0 100644 --- a/boards/arm/stm32u5/nucleo-u5a5zj-q/include/board.h +++ b/boards/arm/stm32u5/nucleo-u5a5zj-q/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32u5/nucleo-u5a5zj-q/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/stm32u5/nucleo-u5a5zj-q/scripts/Make.defs b/boards/arm/stm32u5/nucleo-u5a5zj-q/scripts/Make.defs index 6c399a3bb5..974d167ff0 100644 --- a/boards/arm/stm32u5/nucleo-u5a5zj-q/scripts/Make.defs +++ b/boards/arm/stm32u5/nucleo-u5a5zj-q/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################## # boards/arm/stm32u5/nucleo-u5a5zj-q/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/stm32u5/nucleo-u5a5zj-q/scripts/flash.ld b/boards/arm/stm32u5/nucleo-u5a5zj-q/scripts/flash.ld index ad3404f7ac..9222c5a150 100644 --- a/boards/arm/stm32u5/nucleo-u5a5zj-q/scripts/flash.ld +++ b/boards/arm/stm32u5/nucleo-u5a5zj-q/scripts/flash.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32u5/nucleo-u5a5zj-q/scripts/flash.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/stm32u5/nucleo-u5a5zj-q/scripts/tfm-ns.ld b/boards/arm/stm32u5/nucleo-u5a5zj-q/scripts/tfm-ns.ld index d1920957f3..e0309c506b 100644 --- a/boards/arm/stm32u5/nucleo-u5a5zj-q/scripts/tfm-ns.ld +++ b/boards/arm/stm32u5/nucleo-u5a5zj-q/scripts/tfm-ns.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32u5/b-u585i-iot02a/scripts/tfm-ns.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/stm32u5/nucleo-u5a5zj-q/src/CMakeLists.txt b/boards/arm/stm32u5/nucleo-u5a5zj-q/src/CMakeLists.txt index b60ca95d09..18a86294ae 100644 --- a/boards/arm/stm32u5/nucleo-u5a5zj-q/src/CMakeLists.txt +++ b/boards/arm/stm32u5/nucleo-u5a5zj-q/src/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/arm/stm32u5/nucleo-u5a5zj-q/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/stm32u5/nucleo-u5a5zj-q/src/Makefile b/boards/arm/stm32u5/nucleo-u5a5zj-q/src/Makefile index 2dcbe5f029..71f3c21059 100644 --- a/boards/arm/stm32u5/nucleo-u5a5zj-q/src/Makefile +++ b/boards/arm/stm32u5/nucleo-u5a5zj-q/src/Makefile @@ -1,6 +1,8 @@ ############################################################################## # boards/arm/stm32u5/nucleo-u5a5zj-q/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/stm32u5/nucleo-u5a5zj-q/src/nucleo-u5a5zj-q.h b/boards/arm/stm32u5/nucleo-u5a5zj-q/src/nucleo-u5a5zj-q.h index 40dc932bc7..37d24d67e8 100644 --- a/boards/arm/stm32u5/nucleo-u5a5zj-q/src/nucleo-u5a5zj-q.h +++ b/boards/arm/stm32u5/nucleo-u5a5zj-q/src/nucleo-u5a5zj-q.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32u5/nucleo-u5a5zj-q/src/nucleo-u5a5zj-q.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/stm32u5/nucleo-u5a5zj-q/src/stm32_appinit.c b/boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_appinit.c index 4d7711eb8c..fd03281dc0 100644 --- a/boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_appinit.c +++ b/boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_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/stm32u5/nucleo-u5a5zj-q/src/stm32_boot.c b/boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_boot.c index eeb09c00a6..9c8d9f94e8 100644 --- a/boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_boot.c +++ b/boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_boot.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/stm32u5/nucleo-u5a5zj-q/src/stm32_bringup.c b/boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_bringup.c index e745db5cb9..8e53fd2c35 100644 --- a/boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_bringup.c +++ b/boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_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 diff --git a/boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_clockconfig.c b/boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_clockconfig.c index 4942284522..24afdb388b 100644 --- a/boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_clockconfig.c +++ b/boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_clockconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_clockconfig.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/stm32u5/nucleo-u5a5zj-q/src/stm32_spi.c b/boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_spi.c index ae72e8c637..708b2e7305 100644 --- a/boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_spi.c +++ b/boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/stm32u5/nucleo-u5a5zj-q/src/stm32_spi.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