From 6356c8d2a1a520d25180fa02cb9a5c03970df42e Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Tue, 12 Nov 2024 09:29:13 +0100 Subject: [PATCH] boards/risk-v/esp32c3-legacy: 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/esp32c3-legacy/common/Makefile | 2 ++ boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_adc.h | 2 ++ .../esp32c3-legacy/common/include/esp32c3_board_apds9960.h | 2 ++ .../risc-v/esp32c3-legacy/common/include/esp32c3_board_bmp180.h | 2 ++ boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_i2c.h | 2 ++ .../risc-v/esp32c3-legacy/common/include/esp32c3_board_ice40.h | 2 ++ .../risc-v/esp32c3-legacy/common/include/esp32c3_board_ledc.h | 2 ++ .../esp32c3-legacy/common/include/esp32c3_board_mpu60x0_i2c.h | 2 ++ .../esp32c3-legacy/common/include/esp32c3_board_oneshot.h | 2 ++ .../risc-v/esp32c3-legacy/common/include/esp32c3_board_spidev.h | 2 ++ .../esp32c3-legacy/common/include/esp32c3_board_spiflash.h | 2 ++ .../esp32c3-legacy/common/include/esp32c3_board_spislavedev.h | 2 ++ .../risc-v/esp32c3-legacy/common/include/esp32c3_board_twai.h | 2 ++ boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_wdt.h | 2 ++ .../risc-v/esp32c3-legacy/common/include/esp32c3_board_wlan.h | 2 ++ boards/risc-v/esp32c3-legacy/common/kernel/Makefile | 2 ++ boards/risc-v/esp32c3-legacy/common/kernel/esp32c3_userspace.c | 2 ++ boards/risc-v/esp32c3-legacy/common/scripts/esp32c3_aliases.ld | 2 ++ boards/risc-v/esp32c3-legacy/common/scripts/esp32c3_rom.ld | 2 ++ boards/risc-v/esp32c3-legacy/common/scripts/flat_memory.ld | 2 ++ boards/risc-v/esp32c3-legacy/common/scripts/kernel-space.ld | 2 ++ boards/risc-v/esp32c3-legacy/common/scripts/legacy_sections.ld | 2 ++ boards/risc-v/esp32c3-legacy/common/scripts/mcuboot_sections.ld | 2 ++ boards/risc-v/esp32c3-legacy/common/scripts/protected_memory.ld | 2 ++ boards/risc-v/esp32c3-legacy/common/scripts/user-space.ld | 2 ++ boards/risc-v/esp32c3-legacy/common/src/Make.defs | 2 ++ boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_adc.c | 2 ++ boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_apa102.c | 2 ++ .../risc-v/esp32c3-legacy/common/src/esp32c3_board_apds9960.c | 2 ++ boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_bmp180.c | 2 ++ boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_gc9a01.c | 2 ++ boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_i2c.c | 2 ++ boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_ice40.c | 2 ++ boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_ledc.c | 2 ++ .../esp32c3-legacy/common/src/esp32c3_board_mpu60x0_i2c.c | 2 ++ boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_oneshot.c | 2 ++ boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_spi.c | 2 ++ boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_spidev.c | 2 ++ .../risc-v/esp32c3-legacy/common/src/esp32c3_board_spiflash.c | 2 ++ .../esp32c3-legacy/common/src/esp32c3_board_spislavedev.c | 2 ++ boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_st7735.c | 2 ++ boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_st7789.c | 2 ++ boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_twai.c | 2 ++ boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_wdt.c | 2 ++ boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_wlan.c | 2 ++ .../risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/include/board.h | 2 ++ .../esp32c3-devkit-rust-1/include/board_memorymap.h | 2 ++ .../esp32c3-legacy/esp32c3-devkit-rust-1/scripts/Make.defs | 2 ++ .../risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/Make.defs | 2 ++ .../esp32c3-devkit-rust-1/src/esp32c3-devkit-rust-1.h | 2 ++ .../esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_appinit.c | 2 ++ .../esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_autoleds.c | 2 ++ .../esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_boot.c | 2 ++ .../esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_bringup.c | 2 ++ .../esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_ioctl.c | 2 ++ .../esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_reset.c | 2 ++ boards/risc-v/esp32c3-legacy/esp32c3-devkit/include/board.h | 2 ++ .../esp32c3-legacy/esp32c3-devkit/include/board_memorymap.h | 2 ++ boards/risc-v/esp32c3-legacy/esp32c3-devkit/scripts/Make.defs | 2 ++ boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/Make.defs | 2 ++ .../risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3-devkit.h | 2 ++ .../risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_appinit.c | 2 ++ boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_boot.c | 2 ++ .../risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_bringup.c | 2 ++ boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_gpio.c | 2 ++ boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_ioctl.c | 2 ++ boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_reset.c | 2 ++ boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_uid.c | 2 ++ .../esp32c3-legacy/esp32c3-devkit/src/etc/init.d/rc.sysinit | 2 ++ boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/etc/init.d/rcS | 2 ++ 70 files changed, 140 insertions(+) diff --git a/boards/risc-v/esp32c3-legacy/common/Makefile b/boards/risc-v/esp32c3-legacy/common/Makefile index 26c4aef36e5..9dff5e535b0 100644 --- a/boards/risc-v/esp32c3-legacy/common/Makefile +++ b/boards/risc-v/esp32c3-legacy/common/Makefile @@ -1,6 +1,8 @@ ############################################################################# # boards/risc-v/esp32c3-legacy/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/esp32c3-legacy/common/include/esp32c3_board_adc.h b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_adc.h index ad20948aa4f..8be4496674d 100644 --- a/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_adc.h +++ b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_adc.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_adc.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/esp32c3-legacy/common/include/esp32c3_board_apds9960.h b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_apds9960.h index b7448e3c45d..1d59592f77c 100644 --- a/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_apds9960.h +++ b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_apds9960.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_apds9960.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/esp32c3-legacy/common/include/esp32c3_board_bmp180.h b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_bmp180.h index 8492465fa54..c798e73a85a 100644 --- a/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_bmp180.h +++ b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_bmp180.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_bmp180.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/esp32c3-legacy/common/include/esp32c3_board_i2c.h b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_i2c.h index 5b705ba3830..516c7d8c80f 100644 --- a/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_i2c.h +++ b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_i2c.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/esp32c3-legacy/common/include/esp32c3_board_ice40.h b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_ice40.h index 935077d7eea..c0a6bf33dd5 100644 --- a/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_ice40.h +++ b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_ice40.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_ice40.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/esp32c3-legacy/common/include/esp32c3_board_ledc.h b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_ledc.h index 8bcc0b4cc29..7f9d6486a1c 100644 --- a/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_ledc.h +++ b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_ledc.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_ledc.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/esp32c3-legacy/common/include/esp32c3_board_mpu60x0_i2c.h b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_mpu60x0_i2c.h index b4a812a947d..6dec1e24fbc 100644 --- a/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_mpu60x0_i2c.h +++ b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_mpu60x0_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_mpu60x0_i2c.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/esp32c3-legacy/common/include/esp32c3_board_oneshot.h b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_oneshot.h index 1260f71096f..a08d04aa7d1 100644 --- a/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_oneshot.h +++ b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_oneshot.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_oneshot.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/esp32c3-legacy/common/include/esp32c3_board_spidev.h b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_spidev.h index 0b9318d3cd0..640f073a9ac 100644 --- a/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_spidev.h +++ b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_spidev.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_spidev.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/esp32c3-legacy/common/include/esp32c3_board_spiflash.h b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_spiflash.h index d95fe68772e..a1a4ad119c0 100644 --- a/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_spiflash.h +++ b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_spiflash.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_spiflash.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/esp32c3-legacy/common/include/esp32c3_board_spislavedev.h b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_spislavedev.h index 7dadf594a67..cebe84214ff 100644 --- a/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_spislavedev.h +++ b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_spislavedev.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_spislavedev.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/esp32c3-legacy/common/include/esp32c3_board_twai.h b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_twai.h index 7f94acf584d..33b8f874eee 100644 --- a/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_twai.h +++ b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_twai.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_twai.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/esp32c3-legacy/common/include/esp32c3_board_wdt.h b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_wdt.h index be072878bc4..dc228027f9f 100644 --- a/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_wdt.h +++ b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_wdt.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_wdt.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/esp32c3-legacy/common/include/esp32c3_board_wlan.h b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_wlan.h index 493c31139ec..d38bc1eefe6 100644 --- a/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_wlan.h +++ b/boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_wlan.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/include/esp32c3_board_wlan.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/esp32c3-legacy/common/kernel/Makefile b/boards/risc-v/esp32c3-legacy/common/kernel/Makefile index 340b2d8790d..d9c863cac83 100644 --- a/boards/risc-v/esp32c3-legacy/common/kernel/Makefile +++ b/boards/risc-v/esp32c3-legacy/common/kernel/Makefile @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/esp32c3-legacy/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/esp32c3-legacy/common/kernel/esp32c3_userspace.c b/boards/risc-v/esp32c3-legacy/common/kernel/esp32c3_userspace.c index bb1b9148606..beae9254289 100644 --- a/boards/risc-v/esp32c3-legacy/common/kernel/esp32c3_userspace.c +++ b/boards/risc-v/esp32c3-legacy/common/kernel/esp32c3_userspace.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/kernel/esp32c3_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/esp32c3-legacy/common/scripts/esp32c3_aliases.ld b/boards/risc-v/esp32c3-legacy/common/scripts/esp32c3_aliases.ld index 44c1b84b6ba..63fb6102e0c 100644 --- a/boards/risc-v/esp32c3-legacy/common/scripts/esp32c3_aliases.ld +++ b/boards/risc-v/esp32c3-legacy/common/scripts/esp32c3_aliases.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/scripts/esp32c3_aliases.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/esp32c3-legacy/common/scripts/esp32c3_rom.ld b/boards/risc-v/esp32c3-legacy/common/scripts/esp32c3_rom.ld index 8efd515925c..775ea71fb6f 100644 --- a/boards/risc-v/esp32c3-legacy/common/scripts/esp32c3_rom.ld +++ b/boards/risc-v/esp32c3-legacy/common/scripts/esp32c3_rom.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/scripts/esp32c3_rom.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/esp32c3-legacy/common/scripts/flat_memory.ld b/boards/risc-v/esp32c3-legacy/common/scripts/flat_memory.ld index f173923446d..28805e005b1 100644 --- a/boards/risc-v/esp32c3-legacy/common/scripts/flat_memory.ld +++ b/boards/risc-v/esp32c3-legacy/common/scripts/flat_memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/scripts/flat_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/esp32c3-legacy/common/scripts/kernel-space.ld b/boards/risc-v/esp32c3-legacy/common/scripts/kernel-space.ld index 7a27c208eb5..52cb593bf4b 100644 --- a/boards/risc-v/esp32c3-legacy/common/scripts/kernel-space.ld +++ b/boards/risc-v/esp32c3-legacy/common/scripts/kernel-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/scripts/kernel-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/esp32c3-legacy/common/scripts/legacy_sections.ld b/boards/risc-v/esp32c3-legacy/common/scripts/legacy_sections.ld index a71dce5f742..f3917c02ff5 100644 --- a/boards/risc-v/esp32c3-legacy/common/scripts/legacy_sections.ld +++ b/boards/risc-v/esp32c3-legacy/common/scripts/legacy_sections.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/scripts/legacy_sections.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/esp32c3-legacy/common/scripts/mcuboot_sections.ld b/boards/risc-v/esp32c3-legacy/common/scripts/mcuboot_sections.ld index 6eca6052294..c5c0c15f54d 100644 --- a/boards/risc-v/esp32c3-legacy/common/scripts/mcuboot_sections.ld +++ b/boards/risc-v/esp32c3-legacy/common/scripts/mcuboot_sections.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/scripts/mcuboot_sections.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/esp32c3-legacy/common/scripts/protected_memory.ld b/boards/risc-v/esp32c3-legacy/common/scripts/protected_memory.ld index 75872dea840..9e9b35cd06b 100644 --- a/boards/risc-v/esp32c3-legacy/common/scripts/protected_memory.ld +++ b/boards/risc-v/esp32c3-legacy/common/scripts/protected_memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/scripts/protected_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/esp32c3-legacy/common/scripts/user-space.ld b/boards/risc-v/esp32c3-legacy/common/scripts/user-space.ld index f90bbc2961b..1ab87c7e333 100644 --- a/boards/risc-v/esp32c3-legacy/common/scripts/user-space.ld +++ b/boards/risc-v/esp32c3-legacy/common/scripts/user-space.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/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/esp32c3-legacy/common/src/Make.defs b/boards/risc-v/esp32c3-legacy/common/src/Make.defs index 1c1720e25a8..b8cfc448a93 100644 --- a/boards/risc-v/esp32c3-legacy/common/src/Make.defs +++ b/boards/risc-v/esp32c3-legacy/common/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################# # boards/risc-v/esp32c3-legacy/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/esp32c3-legacy/common/src/esp32c3_board_adc.c b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_adc.c index f5d4dddd4d3..58474cf314a 100644 --- a/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_adc.c +++ b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_adc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_adc.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/esp32c3-legacy/common/src/esp32c3_board_apa102.c b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_apa102.c index a900146c6af..c7c51a11d6a 100644 --- a/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_apa102.c +++ b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_apa102.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_apa102.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/esp32c3-legacy/common/src/esp32c3_board_apds9960.c b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_apds9960.c index d013f868d50..ad24f130631 100644 --- a/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_apds9960.c +++ b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_apds9960.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_apds9960.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/esp32c3-legacy/common/src/esp32c3_board_bmp180.c b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_bmp180.c index 889f9e0df85..52f66cd2913 100644 --- a/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_bmp180.c +++ b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_bmp180.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_bmp180.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/esp32c3-legacy/common/src/esp32c3_board_gc9a01.c b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_gc9a01.c index 758adc00991..f142f1df732 100644 --- a/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_gc9a01.c +++ b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_gc9a01.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_gc9a01.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/esp32c3-legacy/common/src/esp32c3_board_i2c.c b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_i2c.c index 1d8b351d00c..3c5a5413ded 100644 --- a/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_i2c.c +++ b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_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/esp32c3-legacy/common/src/esp32c3_board_ice40.c b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_ice40.c index f5e1ef1a015..9a01651878b 100644 --- a/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_ice40.c +++ b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_ice40.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_ice40.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/esp32c3-legacy/common/src/esp32c3_board_ledc.c b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_ledc.c index 65f7c983be4..b5b14b66a18 100644 --- a/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_ledc.c +++ b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_ledc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_ledc.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/esp32c3-legacy/common/src/esp32c3_board_mpu60x0_i2c.c b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_mpu60x0_i2c.c index a321085c5d3..3dceb879fe0 100644 --- a/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_mpu60x0_i2c.c +++ b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_mpu60x0_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_mpu60x0_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/esp32c3-legacy/common/src/esp32c3_board_oneshot.c b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_oneshot.c index 709bd662698..5f7f8420aa9 100644 --- a/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_oneshot.c +++ b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_oneshot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_oneshot.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/esp32c3-legacy/common/src/esp32c3_board_spi.c b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_spi.c index 3e54fdfbc4c..c4be14fff6b 100644 --- a/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_spi.c +++ b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/src/esp32c3_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/esp32c3-legacy/common/src/esp32c3_board_spidev.c b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_spidev.c index b858a6ad091..bcbc3d6b336 100644 --- a/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_spidev.c +++ b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_spidev.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_spidev.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/esp32c3-legacy/common/src/esp32c3_board_spiflash.c b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_spiflash.c index 38d2bbd6f31..abe945fbce5 100644 --- a/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_spiflash.c +++ b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_spiflash.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_spiflash.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/esp32c3-legacy/common/src/esp32c3_board_spislavedev.c b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_spislavedev.c index 199109c4bb2..8d1ffcd10cf 100644 --- a/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_spislavedev.c +++ b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_spislavedev.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_spislavedev.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/esp32c3-legacy/common/src/esp32c3_board_st7735.c b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_st7735.c index 9e8bc3f7cfc..6b4446d7436 100644 --- a/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_st7735.c +++ b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_st7735.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_st7735.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/esp32c3-legacy/common/src/esp32c3_board_st7789.c b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_st7789.c index 8a53f5bb453..8c407f9a203 100644 --- a/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_st7789.c +++ b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_st7789.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_st7789.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/esp32c3-legacy/common/src/esp32c3_board_twai.c b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_twai.c index 62bf5b38539..c5dadd315bd 100644 --- a/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_twai.c +++ b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_twai.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_twai.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/esp32c3-legacy/common/src/esp32c3_board_wdt.c b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_wdt.c index ac82af01e83..424bc7a321d 100644 --- a/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_wdt.c +++ b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_wdt.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_wdt.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/esp32c3-legacy/common/src/esp32c3_board_wlan.c b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_wlan.c index 9a19fdf361a..27128ba5ebb 100644 --- a/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_wlan.c +++ b/boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_wlan.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/common/src/esp32c3_board_wlan.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/esp32c3-legacy/esp32c3-devkit-rust-1/include/board.h b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/include/board.h index a14d51ac10a..e86aa7c3c8b 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/include/board.h +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/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/esp32c3-legacy/esp32c3-devkit-rust-1/include/board_memorymap.h b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/include/board_memorymap.h index 1cedff7271c..6623de990c3 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/include/board_memorymap.h +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/include/board_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/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/esp32c3-legacy/esp32c3-devkit-rust-1/scripts/Make.defs b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/scripts/Make.defs index 35e9af11351..b746cff8895 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/scripts/Make.defs +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/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/esp32c3-legacy/esp32c3-devkit-rust-1/src/Make.defs b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/Make.defs index ab11c05ed2e..d493729d272 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/Make.defs +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################# # boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/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/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3-devkit-rust-1.h b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3-devkit-rust-1.h index 1eed8f00f52..629867e9899 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3-devkit-rust-1.h +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3-devkit-rust-1.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3-devkit-rust-1.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/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_appinit.c b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_appinit.c index bef1068289b..05d4e156296 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_appinit.c +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_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/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_autoleds.c b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_autoleds.c index 0e1acfd2df6..3955033b658 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_autoleds.c +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_autoleds.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_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/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_boot.c b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_boot.c index ec6495b0165..e1333240e29 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_boot.c +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_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/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_bringup.c b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_bringup.c index ac8257210e8..a41e76fe945 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_bringup.c +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_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/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_ioctl.c b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_ioctl.c index 636b09cbe91..b78c7901c41 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_ioctl.c +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_ioctl.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_ioctl.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/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_reset.c b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_reset.c index 9d627271649..18e619adae8 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_reset.c +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/esp32c3-devkit-rust-1/src/esp32c3_reset.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/esp32c3-legacy/esp32c3-devkit/include/board.h b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/include/board.h index 6b6552b4553..564605e107a 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit/include/board.h +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/esp32c3-devkit/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/esp32c3-legacy/esp32c3-devkit/include/board_memorymap.h b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/include/board_memorymap.h index ae6f7d97de4..e92d9b5851b 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit/include/board_memorymap.h +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/include/board_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/esp32c3-devkit/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/esp32c3-legacy/esp32c3-devkit/scripts/Make.defs b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/scripts/Make.defs index c77605f6872..d936a03fe99 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit/scripts/Make.defs +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/esp32c3-legacy/esp32c3-devkit/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/esp32c3-legacy/esp32c3-devkit/src/Make.defs b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/Make.defs index 92dcab25f95..9304998be49 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/Make.defs +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################# # boards/risc-v/esp32c3-legacy/esp32c3-devkit/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/esp32c3-legacy/esp32c3-devkit/src/esp32c3-devkit.h b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3-devkit.h index 56a7a08efe6..4c3c263df30 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3-devkit.h +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3-devkit.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3-devkit.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/esp32c3-legacy/esp32c3-devkit/src/esp32c3_appinit.c b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_appinit.c index 22d57f459b4..5b412aa56db 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_appinit.c +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_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/esp32c3-legacy/esp32c3-devkit/src/esp32c3_boot.c b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_boot.c index b3c16746178..2f61273a779 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_boot.c +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_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/esp32c3-legacy/esp32c3-devkit/src/esp32c3_bringup.c b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_bringup.c index 9e8acf45827..c70c1c3cb34 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_bringup.c +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_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/esp32c3-legacy/esp32c3-devkit/src/esp32c3_gpio.c b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_gpio.c index ac424a419db..cf79855be96 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_gpio.c +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_gpio.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/esp32c3-legacy/esp32c3-devkit/src/esp32c3_ioctl.c b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_ioctl.c index 5cec969b1b4..9300381051e 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_ioctl.c +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_ioctl.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_ioctl.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/esp32c3-legacy/esp32c3-devkit/src/esp32c3_reset.c b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_reset.c index d3fc9344e6b..2b31573e88c 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_reset.c +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_reset.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/esp32c3-legacy/esp32c3-devkit/src/esp32c3_uid.c b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_uid.c index d1a8fb5b254..bab963b1d54 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_uid.c +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_uid.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/esp32c3_uid.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/esp32c3-legacy/esp32c3-devkit/src/etc/init.d/rc.sysinit b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/etc/init.d/rc.sysinit index d7832773304..3d6d9e6f30a 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/etc/init.d/rc.sysinit +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/etc/init.d/rc.sysinit @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/esp32c3-devkit/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/esp32c3-legacy/esp32c3-devkit/src/etc/init.d/rcS b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/etc/init.d/rcS index 504982dfcfe..483f314c61b 100644 --- a/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/etc/init.d/rcS +++ b/boards/risc-v/esp32c3-legacy/esp32c3-devkit/src/etc/init.d/rcS @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3-legacy/esp32c3-devkit/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