From 80a0441747678f287f200e07fcbfb349c51289e0 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Tue, 12 Nov 2024 09:53:39 +0100 Subject: [PATCH] boards/risk-v/mpfs: 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/mpfs/common/Makefile | 2 ++ boards/risc-v/mpfs/common/kernel/Makefile | 2 ++ boards/risc-v/mpfs/common/kernel/mpfs_userspace.c | 2 ++ boards/risc-v/mpfs/common/src/Make.defs | 2 ++ boards/risc-v/mpfs/common/src/mpfs_board_spi.c | 2 ++ boards/risc-v/mpfs/common/src/mpfs_boot.c | 2 ++ boards/risc-v/mpfs/common/src/mpfs_composite.c | 2 ++ boards/risc-v/mpfs/common/src/mpfs_emmcsd.c | 2 ++ boards/risc-v/mpfs/common/src/mpfs_i2c.c | 2 ++ boards/risc-v/mpfs/common/src/mpfs_ihc.c | 2 ++ boards/risc-v/mpfs/common/src/mpfs_pwm.c | 2 ++ boards/risc-v/mpfs/common/src/mpfs_usb.c | 2 ++ boards/risc-v/mpfs/icicle/include/board.h | 2 ++ boards/risc-v/mpfs/icicle/include/board_liberodefs.h | 2 ++ boards/risc-v/mpfs/icicle/include/board_memorymap.h | 2 ++ boards/risc-v/mpfs/icicle/include/boot_romfsimg.h | 2 ++ boards/risc-v/mpfs/icicle/scripts/Make.defs | 2 ++ boards/risc-v/mpfs/icicle/scripts/kernel-space.ld | 2 ++ boards/risc-v/mpfs/icicle/scripts/ld-envm-opensbi.script | 2 ++ boards/risc-v/mpfs/icicle/scripts/ld-envm.script | 2 ++ boards/risc-v/mpfs/icicle/scripts/ld-ihc-ch2.script | 2 ++ boards/risc-v/mpfs/icicle/scripts/ld-ihc.script | 2 ++ boards/risc-v/mpfs/icicle/scripts/ld-kernel.script | 2 ++ boards/risc-v/mpfs/icicle/scripts/ld.script | 2 ++ boards/risc-v/mpfs/icicle/scripts/memory.ld | 2 ++ boards/risc-v/mpfs/icicle/scripts/user-space.ld | 2 ++ boards/risc-v/mpfs/icicle/src/Make.defs | 2 ++ boards/risc-v/mpfs/icicle/src/board_config.h | 2 ++ boards/risc-v/mpfs/icicle/src/mpfs_appinit.c | 2 ++ boards/risc-v/mpfs/icicle/src/mpfs_autoleds.c | 2 ++ boards/risc-v/mpfs/icicle/src/mpfs_bringup.c | 2 ++ boards/risc-v/mpfs/m100pfsevp/include/board.h | 2 ++ boards/risc-v/mpfs/m100pfsevp/include/board_liberodefs.h | 2 ++ boards/risc-v/mpfs/m100pfsevp/scripts/Make.defs | 2 ++ boards/risc-v/mpfs/m100pfsevp/scripts/ld-envm.script | 2 ++ boards/risc-v/mpfs/m100pfsevp/scripts/ld.script | 2 ++ boards/risc-v/mpfs/m100pfsevp/scripts/memory.ld | 2 ++ boards/risc-v/mpfs/m100pfsevp/scripts/user-space.ld | 2 ++ boards/risc-v/mpfs/m100pfsevp/src/Make.defs | 2 ++ boards/risc-v/mpfs/m100pfsevp/src/board_config.h | 2 ++ boards/risc-v/mpfs/m100pfsevp/src/mpfs_appinit.c | 2 ++ boards/risc-v/mpfs/m100pfsevp/src/mpfs_autoleds.c | 2 ++ boards/risc-v/mpfs/m100pfsevp/src/mpfs_bringup.c | 2 ++ 43 files changed, 86 insertions(+) diff --git a/boards/risc-v/mpfs/common/Makefile b/boards/risc-v/mpfs/common/Makefile index de2216be2b..8483dcb636 100644 --- a/boards/risc-v/mpfs/common/Makefile +++ b/boards/risc-v/mpfs/common/Makefile @@ -1,6 +1,8 @@ ############################################################################# # boards/risc-v/mpfs/common/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/mpfs/common/kernel/Makefile b/boards/risc-v/mpfs/common/kernel/Makefile index 0566d6873f..7c7d2e95eb 100644 --- a/boards/risc-v/mpfs/common/kernel/Makefile +++ b/boards/risc-v/mpfs/common/kernel/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/mpfs/common/kernel/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/mpfs/common/kernel/mpfs_userspace.c b/boards/risc-v/mpfs/common/kernel/mpfs_userspace.c index af81b1a5c9..6f09ccf665 100644 --- a/boards/risc-v/mpfs/common/kernel/mpfs_userspace.c +++ b/boards/risc-v/mpfs/common/kernel/mpfs_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/common/kernel/mpfs_userspace.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/risc-v/mpfs/common/src/Make.defs b/boards/risc-v/mpfs/common/src/Make.defs index 6d8a99fbe3..23a342030a 100644 --- a/boards/risc-v/mpfs/common/src/Make.defs +++ b/boards/risc-v/mpfs/common/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/mpfs/common/src/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/mpfs/common/src/mpfs_board_spi.c b/boards/risc-v/mpfs/common/src/mpfs_board_spi.c index 3ecd9d2288..c5ac2550ac 100644 --- a/boards/risc-v/mpfs/common/src/mpfs_board_spi.c +++ b/boards/risc-v/mpfs/common/src/mpfs_board_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/common/src/mpfs_board_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/risc-v/mpfs/common/src/mpfs_boot.c b/boards/risc-v/mpfs/common/src/mpfs_boot.c index 2a8ab7e3ac..2a78fe7281 100644 --- a/boards/risc-v/mpfs/common/src/mpfs_boot.c +++ b/boards/risc-v/mpfs/common/src/mpfs_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/common/src/mpfs_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/risc-v/mpfs/common/src/mpfs_composite.c b/boards/risc-v/mpfs/common/src/mpfs_composite.c index ef24c9c588..33e1b15b19 100644 --- a/boards/risc-v/mpfs/common/src/mpfs_composite.c +++ b/boards/risc-v/mpfs/common/src/mpfs_composite.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/common/src/mpfs_composite.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/risc-v/mpfs/common/src/mpfs_emmcsd.c b/boards/risc-v/mpfs/common/src/mpfs_emmcsd.c index d414ab1402..9d057daa0d 100644 --- a/boards/risc-v/mpfs/common/src/mpfs_emmcsd.c +++ b/boards/risc-v/mpfs/common/src/mpfs_emmcsd.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/common/src/mpfs_emmcsd.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/risc-v/mpfs/common/src/mpfs_i2c.c b/boards/risc-v/mpfs/common/src/mpfs_i2c.c index 22aa84a433..fd2038593e 100644 --- a/boards/risc-v/mpfs/common/src/mpfs_i2c.c +++ b/boards/risc-v/mpfs/common/src/mpfs_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/common/src/mpfs_i2c.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/risc-v/mpfs/common/src/mpfs_ihc.c b/boards/risc-v/mpfs/common/src/mpfs_ihc.c index f2ae898a3b..58b1035aa8 100644 --- a/boards/risc-v/mpfs/common/src/mpfs_ihc.c +++ b/boards/risc-v/mpfs/common/src/mpfs_ihc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/common/src/mpfs_ihc.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/risc-v/mpfs/common/src/mpfs_pwm.c b/boards/risc-v/mpfs/common/src/mpfs_pwm.c index 36dab10308..9a1af58b80 100644 --- a/boards/risc-v/mpfs/common/src/mpfs_pwm.c +++ b/boards/risc-v/mpfs/common/src/mpfs_pwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/common/src/mpfs_pwm.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/risc-v/mpfs/common/src/mpfs_usb.c b/boards/risc-v/mpfs/common/src/mpfs_usb.c index 0c198aeb81..ae249b987b 100644 --- a/boards/risc-v/mpfs/common/src/mpfs_usb.c +++ b/boards/risc-v/mpfs/common/src/mpfs_usb.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/common/src/mpfs_usb.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/risc-v/mpfs/icicle/include/board.h b/boards/risc-v/mpfs/icicle/include/board.h index 85834a553b..702c03f433 100644 --- a/boards/risc-v/mpfs/icicle/include/board.h +++ b/boards/risc-v/mpfs/icicle/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/icicle/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/mpfs/icicle/include/board_liberodefs.h b/boards/risc-v/mpfs/icicle/include/board_liberodefs.h index badac2bdf4..fd19f9fec7 100644 --- a/boards/risc-v/mpfs/icicle/include/board_liberodefs.h +++ b/boards/risc-v/mpfs/icicle/include/board_liberodefs.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/icicle/include/board_liberodefs.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/mpfs/icicle/include/board_memorymap.h b/boards/risc-v/mpfs/icicle/include/board_memorymap.h index 47cac11857..eb682b124b 100644 --- a/boards/risc-v/mpfs/icicle/include/board_memorymap.h +++ b/boards/risc-v/mpfs/icicle/include/board_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/icicle/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/mpfs/icicle/include/boot_romfsimg.h b/boards/risc-v/mpfs/icicle/include/boot_romfsimg.h index 863dd2440d..dab6db06cb 100644 --- a/boards/risc-v/mpfs/icicle/include/boot_romfsimg.h +++ b/boards/risc-v/mpfs/icicle/include/boot_romfsimg.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/icicle/include/boot_romfsimg.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/mpfs/icicle/scripts/Make.defs b/boards/risc-v/mpfs/icicle/scripts/Make.defs index 29e7d653e9..def80ddb6a 100644 --- a/boards/risc-v/mpfs/icicle/scripts/Make.defs +++ b/boards/risc-v/mpfs/icicle/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/mpfs/icicle/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/mpfs/icicle/scripts/kernel-space.ld b/boards/risc-v/mpfs/icicle/scripts/kernel-space.ld index 81f7e744d5..5b77b8b36b 100644 --- a/boards/risc-v/mpfs/icicle/scripts/kernel-space.ld +++ b/boards/risc-v/mpfs/icicle/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/icicle/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/mpfs/icicle/scripts/ld-envm-opensbi.script b/boards/risc-v/mpfs/icicle/scripts/ld-envm-opensbi.script index fb312819ca..4d9ccf0636 100644 --- a/boards/risc-v/mpfs/icicle/scripts/ld-envm-opensbi.script +++ b/boards/risc-v/mpfs/icicle/scripts/ld-envm-opensbi.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/icicle/scripts/ld-envm.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/mpfs/icicle/scripts/ld-envm.script b/boards/risc-v/mpfs/icicle/scripts/ld-envm.script index 7c845e51f0..132cac0731 100644 --- a/boards/risc-v/mpfs/icicle/scripts/ld-envm.script +++ b/boards/risc-v/mpfs/icicle/scripts/ld-envm.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/icicle/scripts/ld-envm.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/mpfs/icicle/scripts/ld-ihc-ch2.script b/boards/risc-v/mpfs/icicle/scripts/ld-ihc-ch2.script index 54a85ee87c..bebae721ca 100644 --- a/boards/risc-v/mpfs/icicle/scripts/ld-ihc-ch2.script +++ b/boards/risc-v/mpfs/icicle/scripts/ld-ihc-ch2.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/icicle/scripts/ld-ihc-ch2.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/mpfs/icicle/scripts/ld-ihc.script b/boards/risc-v/mpfs/icicle/scripts/ld-ihc.script index c53a6e5c49..55179b6388 100644 --- a/boards/risc-v/mpfs/icicle/scripts/ld-ihc.script +++ b/boards/risc-v/mpfs/icicle/scripts/ld-ihc.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/icicle/scripts/ld-ihc.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/mpfs/icicle/scripts/ld-kernel.script b/boards/risc-v/mpfs/icicle/scripts/ld-kernel.script index 8a296aa407..e5ff0067e1 100644 --- a/boards/risc-v/mpfs/icicle/scripts/ld-kernel.script +++ b/boards/risc-v/mpfs/icicle/scripts/ld-kernel.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/icicle/scripts/ld-kernel.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/mpfs/icicle/scripts/ld.script b/boards/risc-v/mpfs/icicle/scripts/ld.script index d004be03e6..8469dbb600 100644 --- a/boards/risc-v/mpfs/icicle/scripts/ld.script +++ b/boards/risc-v/mpfs/icicle/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/icicle/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/mpfs/icicle/scripts/memory.ld b/boards/risc-v/mpfs/icicle/scripts/memory.ld index 890ba735ba..e9a9f2f7af 100644 --- a/boards/risc-v/mpfs/icicle/scripts/memory.ld +++ b/boards/risc-v/mpfs/icicle/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/icicle/scripts/memory.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/risc-v/mpfs/icicle/scripts/user-space.ld b/boards/risc-v/mpfs/icicle/scripts/user-space.ld index 6337412338..77181b9dd1 100644 --- a/boards/risc-v/mpfs/icicle/scripts/user-space.ld +++ b/boards/risc-v/mpfs/icicle/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/icicle/scripts/user-space.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/risc-v/mpfs/icicle/src/Make.defs b/boards/risc-v/mpfs/icicle/src/Make.defs index e1427c16db..b9d54b6903 100644 --- a/boards/risc-v/mpfs/icicle/src/Make.defs +++ b/boards/risc-v/mpfs/icicle/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/mpfs/icicle/src/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/mpfs/icicle/src/board_config.h b/boards/risc-v/mpfs/icicle/src/board_config.h index 22fa26920c..e3a6a7cb9f 100644 --- a/boards/risc-v/mpfs/icicle/src/board_config.h +++ b/boards/risc-v/mpfs/icicle/src/board_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/icicle/src/board_config.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/mpfs/icicle/src/mpfs_appinit.c b/boards/risc-v/mpfs/icicle/src/mpfs_appinit.c index 1fc6a1d722..4b3a462829 100644 --- a/boards/risc-v/mpfs/icicle/src/mpfs_appinit.c +++ b/boards/risc-v/mpfs/icicle/src/mpfs_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/icicle/src/mpfs_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/risc-v/mpfs/icicle/src/mpfs_autoleds.c b/boards/risc-v/mpfs/icicle/src/mpfs_autoleds.c index 49f480d00e..97455ad752 100644 --- a/boards/risc-v/mpfs/icicle/src/mpfs_autoleds.c +++ b/boards/risc-v/mpfs/icicle/src/mpfs_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/icicle/src/mpfs_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/risc-v/mpfs/icicle/src/mpfs_bringup.c b/boards/risc-v/mpfs/icicle/src/mpfs_bringup.c index 3ecb4a5acb..852d2854d0 100644 --- a/boards/risc-v/mpfs/icicle/src/mpfs_bringup.c +++ b/boards/risc-v/mpfs/icicle/src/mpfs_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/icicle/src/mpfs_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/risc-v/mpfs/m100pfsevp/include/board.h b/boards/risc-v/mpfs/m100pfsevp/include/board.h index 1ac83bd7aa..d70552fb6b 100644 --- a/boards/risc-v/mpfs/m100pfsevp/include/board.h +++ b/boards/risc-v/mpfs/m100pfsevp/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/m100pfsevp/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/mpfs/m100pfsevp/include/board_liberodefs.h b/boards/risc-v/mpfs/m100pfsevp/include/board_liberodefs.h index edab61a8e2..d515512f90 100644 --- a/boards/risc-v/mpfs/m100pfsevp/include/board_liberodefs.h +++ b/boards/risc-v/mpfs/m100pfsevp/include/board_liberodefs.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/m100pfsevp/include/board_liberodefs.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/mpfs/m100pfsevp/scripts/Make.defs b/boards/risc-v/mpfs/m100pfsevp/scripts/Make.defs index c4ec0182db..39dd7156e2 100644 --- a/boards/risc-v/mpfs/m100pfsevp/scripts/Make.defs +++ b/boards/risc-v/mpfs/m100pfsevp/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/mpfs/m100pfsevp/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/mpfs/m100pfsevp/scripts/ld-envm.script b/boards/risc-v/mpfs/m100pfsevp/scripts/ld-envm.script index 722a899d65..dc0de0a24e 100644 --- a/boards/risc-v/mpfs/m100pfsevp/scripts/ld-envm.script +++ b/boards/risc-v/mpfs/m100pfsevp/scripts/ld-envm.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/m100pfsevp/scripts/ld-envm.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/mpfs/m100pfsevp/scripts/ld.script b/boards/risc-v/mpfs/m100pfsevp/scripts/ld.script index fc994b86ae..16fcfa1c95 100644 --- a/boards/risc-v/mpfs/m100pfsevp/scripts/ld.script +++ b/boards/risc-v/mpfs/m100pfsevp/scripts/ld.script @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/m100pfsevp/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/mpfs/m100pfsevp/scripts/memory.ld b/boards/risc-v/mpfs/m100pfsevp/scripts/memory.ld index 5e3e46cf99..4624c67191 100644 --- a/boards/risc-v/mpfs/m100pfsevp/scripts/memory.ld +++ b/boards/risc-v/mpfs/m100pfsevp/scripts/memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/m100pfsevp/scripts/memory.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/risc-v/mpfs/m100pfsevp/scripts/user-space.ld b/boards/risc-v/mpfs/m100pfsevp/scripts/user-space.ld index a93fd408a5..6810e1fed5 100644 --- a/boards/risc-v/mpfs/m100pfsevp/scripts/user-space.ld +++ b/boards/risc-v/mpfs/m100pfsevp/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/m100pfsevp/scripts/user-space.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/risc-v/mpfs/m100pfsevp/src/Make.defs b/boards/risc-v/mpfs/m100pfsevp/src/Make.defs index 4d0c1d0bcf..c23e6aaa67 100644 --- a/boards/risc-v/mpfs/m100pfsevp/src/Make.defs +++ b/boards/risc-v/mpfs/m100pfsevp/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/mpfs/m100pfsevp/src/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/mpfs/m100pfsevp/src/board_config.h b/boards/risc-v/mpfs/m100pfsevp/src/board_config.h index 0a2499ce5e..556a408ee3 100644 --- a/boards/risc-v/mpfs/m100pfsevp/src/board_config.h +++ b/boards/risc-v/mpfs/m100pfsevp/src/board_config.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/m100pfsevp/src/board_config.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/mpfs/m100pfsevp/src/mpfs_appinit.c b/boards/risc-v/mpfs/m100pfsevp/src/mpfs_appinit.c index 3a76975930..779c9f6be0 100644 --- a/boards/risc-v/mpfs/m100pfsevp/src/mpfs_appinit.c +++ b/boards/risc-v/mpfs/m100pfsevp/src/mpfs_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/m100pfsevp/src/mpfs_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/risc-v/mpfs/m100pfsevp/src/mpfs_autoleds.c b/boards/risc-v/mpfs/m100pfsevp/src/mpfs_autoleds.c index ef87b4ea29..b12b5bc0a6 100644 --- a/boards/risc-v/mpfs/m100pfsevp/src/mpfs_autoleds.c +++ b/boards/risc-v/mpfs/m100pfsevp/src/mpfs_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/m100pfsevp/src/mpfs_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/risc-v/mpfs/m100pfsevp/src/mpfs_bringup.c b/boards/risc-v/mpfs/m100pfsevp/src/mpfs_bringup.c index 0152d5fac1..4b868dcb86 100644 --- a/boards/risc-v/mpfs/m100pfsevp/src/mpfs_bringup.c +++ b/boards/risc-v/mpfs/m100pfsevp/src/mpfs_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/mpfs/m100pfsevp/src/mpfs_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