From 652a645ee376de43ab9a2e012da0b457cf8ef738 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Tue, 12 Nov 2024 10:03:14 +0100 Subject: [PATCH] boards/risk-v/sg2000: 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/risc-v/sg2000/milkv_duos/include/board.h | 2 ++ boards/risc-v/sg2000/milkv_duos/include/board_memorymap.h | 2 ++ boards/risc-v/sg2000/milkv_duos/scripts/Make.defs | 2 ++ boards/risc-v/sg2000/milkv_duos/scripts/ld.script | 2 ++ boards/risc-v/sg2000/milkv_duos/src/Makefile | 2 ++ boards/risc-v/sg2000/milkv_duos/src/etc/init.d/rc.sysinit | 2 ++ boards/risc-v/sg2000/milkv_duos/src/etc/init.d/rcS | 2 ++ boards/risc-v/sg2000/milkv_duos/src/sg2000_appinit.c | 2 ++ 8 files changed, 16 insertions(+) diff --git a/boards/risc-v/sg2000/milkv_duos/include/board.h b/boards/risc-v/sg2000/milkv_duos/include/board.h index a1a23f7c55b..aef0cb310b4 100644 --- a/boards/risc-v/sg2000/milkv_duos/include/board.h +++ b/boards/risc-v/sg2000/milkv_duos/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/sg2000/milkv_duos/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/risc-v/sg2000/milkv_duos/include/board_memorymap.h b/boards/risc-v/sg2000/milkv_duos/include/board_memorymap.h index 2834a013778..f82b406f5fe 100644 --- a/boards/risc-v/sg2000/milkv_duos/include/board_memorymap.h +++ b/boards/risc-v/sg2000/milkv_duos/include/board_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/sg2000/milkv_duos/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/risc-v/sg2000/milkv_duos/scripts/Make.defs b/boards/risc-v/sg2000/milkv_duos/scripts/Make.defs index eb46ea76e0c..cd93e12b275 100644 --- a/boards/risc-v/sg2000/milkv_duos/scripts/Make.defs +++ b/boards/risc-v/sg2000/milkv_duos/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/sg2000/milkv_duos/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/risc-v/sg2000/milkv_duos/scripts/ld.script b/boards/risc-v/sg2000/milkv_duos/scripts/ld.script index 511b293ffc8..2eff5a29b87 100644 --- a/boards/risc-v/sg2000/milkv_duos/scripts/ld.script +++ b/boards/risc-v/sg2000/milkv_duos/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/sg2000/milkv_duos/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/risc-v/sg2000/milkv_duos/src/Makefile b/boards/risc-v/sg2000/milkv_duos/src/Makefile index 911bfc1323e..9103b16b861 100644 --- a/boards/risc-v/sg2000/milkv_duos/src/Makefile +++ b/boards/risc-v/sg2000/milkv_duos/src/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/sg2000/milkv_duos/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/risc-v/sg2000/milkv_duos/src/etc/init.d/rc.sysinit b/boards/risc-v/sg2000/milkv_duos/src/etc/init.d/rc.sysinit index a28ab9a420c..2f70f558944 100644 --- a/boards/risc-v/sg2000/milkv_duos/src/etc/init.d/rc.sysinit +++ b/boards/risc-v/sg2000/milkv_duos/src/etc/init.d/rc.sysinit @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/sg2000/milkv_duos/src/etc/init.d/rc.sysinit * + * 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/risc-v/sg2000/milkv_duos/src/etc/init.d/rcS b/boards/risc-v/sg2000/milkv_duos/src/etc/init.d/rcS index ca609c2a423..5327954c870 100644 --- a/boards/risc-v/sg2000/milkv_duos/src/etc/init.d/rcS +++ b/boards/risc-v/sg2000/milkv_duos/src/etc/init.d/rcS @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/sg2000/milkv_duos/src/etc/init.d/rcS * + * 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/risc-v/sg2000/milkv_duos/src/sg2000_appinit.c b/boards/risc-v/sg2000/milkv_duos/src/sg2000_appinit.c index efdfd8659f8..5d441940218 100644 --- a/boards/risc-v/sg2000/milkv_duos/src/sg2000_appinit.c +++ b/boards/risc-v/sg2000/milkv_duos/src/sg2000_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/sg2000/milkv_duos/src/sg2000_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