From 2518baffcd9ffb0405eebd633fbe13c5cf4d9a9f Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Tue, 12 Nov 2024 12:39:27 +0100 Subject: [PATCH] boards: 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/CMakeLists.txt | 2 ++ boards/Makefile | 2 ++ boards/boardctl.c | 2 ++ boards/dummy.c | 2 ++ 4 files changed, 8 insertions(+) diff --git a/boards/CMakeLists.txt b/boards/CMakeLists.txt index 820c652fdd..f1cf1f91ad 100644 --- a/boards/CMakeLists.txt +++ b/boards/CMakeLists.txt @@ -1,6 +1,8 @@ # ############################################################################## # boards/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/Makefile b/boards/Makefile index cf28f17777..64db0b0337 100644 --- a/boards/Makefile +++ b/boards/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/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/boardctl.c b/boards/boardctl.c index 9e652560d6..caf459c4f3 100644 --- a/boards/boardctl.c +++ b/boards/boardctl.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/boardctl.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/dummy.c b/boards/dummy.c index c21020d902..efd8bd49e5 100644 --- a/boards/dummy.c +++ b/boards/dummy.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/dummy.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