From 4612e32ebfdf5d45d796c09dc5a81a47d307625b Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Wed, 6 Nov 2024 13:18:47 +0100 Subject: [PATCH] boards/arm/eoss3: 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/eoss3/quickfeather/include/board.h | 2 ++ boards/arm/eoss3/quickfeather/scripts/Make.defs | 2 ++ boards/arm/eoss3/quickfeather/scripts/ld.script | 2 ++ boards/arm/eoss3/quickfeather/src/Makefile | 2 ++ boards/arm/eoss3/quickfeather/src/eoss3_appinit.c | 2 ++ boards/arm/eoss3/quickfeather/src/eoss3_autoleds.c | 2 ++ boards/arm/eoss3/quickfeather/src/eoss3_boot.c | 2 ++ boards/arm/eoss3/quickfeather/src/eoss3_bringup.c | 2 ++ boards/arm/eoss3/quickfeather/src/quickfeather.h | 2 ++ 9 files changed, 18 insertions(+) diff --git a/boards/arm/eoss3/quickfeather/include/board.h b/boards/arm/eoss3/quickfeather/include/board.h index 5bff748dc5..425f3ad523 100644 --- a/boards/arm/eoss3/quickfeather/include/board.h +++ b/boards/arm/eoss3/quickfeather/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/eoss3/quickfeather/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/eoss3/quickfeather/scripts/Make.defs b/boards/arm/eoss3/quickfeather/scripts/Make.defs index 865c808443..2d9c715588 100644 --- a/boards/arm/eoss3/quickfeather/scripts/Make.defs +++ b/boards/arm/eoss3/quickfeather/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/eoss3/quickfeather/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/eoss3/quickfeather/scripts/ld.script b/boards/arm/eoss3/quickfeather/scripts/ld.script index 311f27a06a..312c305d5c 100644 --- a/boards/arm/eoss3/quickfeather/scripts/ld.script +++ b/boards/arm/eoss3/quickfeather/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/eoss3/quickfeather/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/eoss3/quickfeather/src/Makefile b/boards/arm/eoss3/quickfeather/src/Makefile index 9a82be4579..eaa7341472 100644 --- a/boards/arm/eoss3/quickfeather/src/Makefile +++ b/boards/arm/eoss3/quickfeather/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/arm/eoss3/quickfeather/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/eoss3/quickfeather/src/eoss3_appinit.c b/boards/arm/eoss3/quickfeather/src/eoss3_appinit.c index 954420d700..f5562cca63 100644 --- a/boards/arm/eoss3/quickfeather/src/eoss3_appinit.c +++ b/boards/arm/eoss3/quickfeather/src/eoss3_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/eoss3/quickfeather/src/eoss3_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/eoss3/quickfeather/src/eoss3_autoleds.c b/boards/arm/eoss3/quickfeather/src/eoss3_autoleds.c index 55f4fb09a5..2fa799c189 100644 --- a/boards/arm/eoss3/quickfeather/src/eoss3_autoleds.c +++ b/boards/arm/eoss3/quickfeather/src/eoss3_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/eoss3/quickfeather/src/eoss3_autoleds.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/eoss3/quickfeather/src/eoss3_boot.c b/boards/arm/eoss3/quickfeather/src/eoss3_boot.c index 1ebe54a09c..06de85eb2e 100644 --- a/boards/arm/eoss3/quickfeather/src/eoss3_boot.c +++ b/boards/arm/eoss3/quickfeather/src/eoss3_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/eoss3/quickfeather/src/eoss3_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/eoss3/quickfeather/src/eoss3_bringup.c b/boards/arm/eoss3/quickfeather/src/eoss3_bringup.c index bc6130d5d3..7d955cbdb3 100644 --- a/boards/arm/eoss3/quickfeather/src/eoss3_bringup.c +++ b/boards/arm/eoss3/quickfeather/src/eoss3_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/eoss3/quickfeather/src/eoss3_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/eoss3/quickfeather/src/quickfeather.h b/boards/arm/eoss3/quickfeather/src/quickfeather.h index b969a8aaf3..5c3f3118a9 100644 --- a/boards/arm/eoss3/quickfeather/src/quickfeather.h +++ b/boards/arm/eoss3/quickfeather/src/quickfeather.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/arm/eoss3/quickfeather/src/quickfeather.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