diff --git a/boards/risc-v/mpfs/common/Makefile b/boards/risc-v/mpfs/common/Makefile index de2216be2bf..8483dcb6362 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 0566d6873f9..7c7d2e95ebd 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 af81b1a5c91..6f09ccf6654 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 6d8a99fbe36..23a342030a7 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 3ecd9d22880..c5ac2550ac3 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 2a8ab7e3acb..2a78fe72816 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 ef24c9c5889..33e1b15b19b 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 d414ab14023..9d057daa0d8 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 22aa84a4335..fd2038593ee 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 f2ae898a3b5..58b1035aa83 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 36dab103082..9a1af58b801 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 0c198aeb81b..ae249b987ba 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 85834a553bc..702c03f433c 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 badac2bdf41..fd19f9fec7f 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 47cac118579..eb682b124b7 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 863dd2440d1..dab6db06cbb 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 29e7d653e99..def80ddb6a5 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 81f7e744d55..5b77b8b36bb 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 fb312819ca1..4d9ccf0636d 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 7c845e51f09..132cac07317 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 54a85ee87c9..bebae721caf 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 c53a6e5c49a..55179b63883 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 8a296aa4076..e5ff0067e19 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 d004be03e68..8469dbb6001 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 890ba735baf..e9a9f2f7af8 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 6337412338e..77181b9dd15 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 e1427c16dba..b9d54b6903a 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 22fa26920c4..e3a6a7cb9fc 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 1fc6a1d722f..4b3a462829d 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 49f480d00e7..97455ad752a 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 3ecb4a5acbc..852d2854d09 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 1ac83bd7aad..d70552fb6b9 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 edab61a8e23..d515512f901 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 c4ec0182dbf..39dd7156e2b 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 722a899d65b..dc0de0a24e7 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 fc994b86aee..16fcfa1c951 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 5e3e46cf99c..4624c67191b 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 a93fd408a56..6810e1fed5c 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 4d0c1d0bcf4..c23e6aaa672 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 0a2499ce5e1..556a408ee3a 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 3a769759308..779c9f6be0b 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 ef87b4ea29b..b12b5bc0a6c 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 0152d5fac12..4b868dcb861 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