From e8fcd4b9d210245adef1c8191c67bae1400d3711 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Tue, 12 Nov 2024 09:34:01 +0100 Subject: [PATCH] boards/risk-v/esp32c6: 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/esp32c6/common/Makefile | 2 ++ boards/risc-v/esp32c6/common/include/esp_board_bmp180.h | 2 ++ boards/risc-v/esp32c6/common/include/esp_board_i2c.h | 2 ++ boards/risc-v/esp32c6/common/include/esp_board_ledc.h | 2 ++ boards/risc-v/esp32c6/common/include/esp_board_mcpwm.h | 2 ++ boards/risc-v/esp32c6/common/include/esp_board_mfrc522.h | 2 ++ boards/risc-v/esp32c6/common/include/esp_board_qencoder.h | 2 ++ boards/risc-v/esp32c6/common/include/esp_board_rmt.h | 2 ++ boards/risc-v/esp32c6/common/include/esp_board_spidev.h | 2 ++ boards/risc-v/esp32c6/common/include/esp_board_spiflash.h | 2 ++ boards/risc-v/esp32c6/common/include/esp_board_spislavedev.h | 2 ++ boards/risc-v/esp32c6/common/include/esp_board_wlan.h | 2 ++ boards/risc-v/esp32c6/common/scripts/common.ld | 2 ++ boards/risc-v/esp32c6/common/scripts/esp32c6_aliases.ld | 2 ++ boards/risc-v/esp32c6/common/scripts/esp32c6_flat_memory.ld | 2 ++ boards/risc-v/esp32c6/common/scripts/esp32c6_legacy_sections.ld | 2 ++ boards/risc-v/esp32c6/common/scripts/esp32c6_sections.ld | 2 ++ boards/risc-v/esp32c6/common/src/Make.defs | 2 ++ boards/risc-v/esp32c6/common/src/esp_board_bmp180.c | 2 ++ boards/risc-v/esp32c6/common/src/esp_board_i2c.c | 2 ++ boards/risc-v/esp32c6/common/src/esp_board_ledc.c | 2 ++ boards/risc-v/esp32c6/common/src/esp_board_mcpwm.c | 2 ++ boards/risc-v/esp32c6/common/src/esp_board_mfrc522.c | 2 ++ boards/risc-v/esp32c6/common/src/esp_board_qencoder.c | 2 ++ boards/risc-v/esp32c6/common/src/esp_board_rmt.c | 2 ++ boards/risc-v/esp32c6/common/src/esp_board_spi.c | 2 ++ boards/risc-v/esp32c6/common/src/esp_board_spidev.c | 2 ++ boards/risc-v/esp32c6/common/src/esp_board_spiflash.c | 2 ++ boards/risc-v/esp32c6/common/src/esp_board_spislavedev.c | 2 ++ boards/risc-v/esp32c6/common/src/esp_board_twai.c | 2 ++ boards/risc-v/esp32c6/common/src/esp_board_wlan.c | 2 ++ boards/risc-v/esp32c6/esp32c6-devkitc/include/board.h | 2 ++ boards/risc-v/esp32c6/esp32c6-devkitc/scripts/Make.defs | 2 ++ boards/risc-v/esp32c6/esp32c6-devkitc/src/Make.defs | 2 ++ boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6-devkitc.h | 2 ++ boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_appinit.c | 2 ++ boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_boot.c | 2 ++ boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_bringup.c | 2 ++ boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_buttons.c | 2 ++ boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_gpio.c | 2 ++ boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_reset.c | 2 ++ boards/risc-v/esp32c6/esp32c6-devkitm/include/board.h | 2 ++ boards/risc-v/esp32c6/esp32c6-devkitm/scripts/Make.defs | 2 ++ boards/risc-v/esp32c6/esp32c6-devkitm/src/Make.defs | 2 ++ boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6-devkitm.h | 2 ++ boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_appinit.c | 2 ++ boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_boot.c | 2 ++ boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_bringup.c | 2 ++ boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_buttons.c | 2 ++ boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_gpio.c | 2 ++ boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_reset.c | 2 ++ 51 files changed, 102 insertions(+) diff --git a/boards/risc-v/esp32c6/common/Makefile b/boards/risc-v/esp32c6/common/Makefile index f6fc6ec001..f55259e254 100644 --- a/boards/risc-v/esp32c6/common/Makefile +++ b/boards/risc-v/esp32c6/common/Makefile @@ -1,6 +1,8 @@ ############################################################################# # boards/risc-v/esp32c6/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/esp32c6/common/include/esp_board_bmp180.h b/boards/risc-v/esp32c6/common/include/esp_board_bmp180.h index 694b781502..3f56822779 100644 --- a/boards/risc-v/esp32c6/common/include/esp_board_bmp180.h +++ b/boards/risc-v/esp32c6/common/include/esp_board_bmp180.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/include/esp_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/esp32c6/common/include/esp_board_i2c.h b/boards/risc-v/esp32c6/common/include/esp_board_i2c.h index 0670875d14..083fb660b7 100644 --- a/boards/risc-v/esp32c6/common/include/esp_board_i2c.h +++ b/boards/risc-v/esp32c6/common/include/esp_board_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/include/esp_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/esp32c6/common/include/esp_board_ledc.h b/boards/risc-v/esp32c6/common/include/esp_board_ledc.h index cbdb9378f9..cbefa47f99 100644 --- a/boards/risc-v/esp32c6/common/include/esp_board_ledc.h +++ b/boards/risc-v/esp32c6/common/include/esp_board_ledc.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/include/esp_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/esp32c6/common/include/esp_board_mcpwm.h b/boards/risc-v/esp32c6/common/include/esp_board_mcpwm.h index 191deab98a..0ae3abd8b6 100644 --- a/boards/risc-v/esp32c6/common/include/esp_board_mcpwm.h +++ b/boards/risc-v/esp32c6/common/include/esp_board_mcpwm.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/include/esp_board_mcpwm.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/esp32c6/common/include/esp_board_mfrc522.h b/boards/risc-v/esp32c6/common/include/esp_board_mfrc522.h index 4cd5e90dfb..42522f15a6 100644 --- a/boards/risc-v/esp32c6/common/include/esp_board_mfrc522.h +++ b/boards/risc-v/esp32c6/common/include/esp_board_mfrc522.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/include/esp_board_mfrc522.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/esp32c6/common/include/esp_board_qencoder.h b/boards/risc-v/esp32c6/common/include/esp_board_qencoder.h index 15899d3063..7c5ac9329c 100644 --- a/boards/risc-v/esp32c6/common/include/esp_board_qencoder.h +++ b/boards/risc-v/esp32c6/common/include/esp_board_qencoder.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/include/esp_board_qencoder.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/esp32c6/common/include/esp_board_rmt.h b/boards/risc-v/esp32c6/common/include/esp_board_rmt.h index eae34fa671..dd44795d30 100644 --- a/boards/risc-v/esp32c6/common/include/esp_board_rmt.h +++ b/boards/risc-v/esp32c6/common/include/esp_board_rmt.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/include/esp_board_rmt.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/esp32c6/common/include/esp_board_spidev.h b/boards/risc-v/esp32c6/common/include/esp_board_spidev.h index f4659bc5ca..90b42df074 100644 --- a/boards/risc-v/esp32c6/common/include/esp_board_spidev.h +++ b/boards/risc-v/esp32c6/common/include/esp_board_spidev.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/include/esp_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/esp32c6/common/include/esp_board_spiflash.h b/boards/risc-v/esp32c6/common/include/esp_board_spiflash.h index cf05e85b98..ceed84f0bb 100644 --- a/boards/risc-v/esp32c6/common/include/esp_board_spiflash.h +++ b/boards/risc-v/esp32c6/common/include/esp_board_spiflash.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/include/esp_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/esp32c6/common/include/esp_board_spislavedev.h b/boards/risc-v/esp32c6/common/include/esp_board_spislavedev.h index 10ccd55ede..8d8c686ec0 100644 --- a/boards/risc-v/esp32c6/common/include/esp_board_spislavedev.h +++ b/boards/risc-v/esp32c6/common/include/esp_board_spislavedev.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/include/esp_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/esp32c6/common/include/esp_board_wlan.h b/boards/risc-v/esp32c6/common/include/esp_board_wlan.h index 1334eef607..f311756284 100644 --- a/boards/risc-v/esp32c6/common/include/esp_board_wlan.h +++ b/boards/risc-v/esp32c6/common/include/esp_board_wlan.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/include/esp_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/esp32c6/common/scripts/common.ld b/boards/risc-v/esp32c6/common/scripts/common.ld index 09d1012918..17d2d5c0c2 100644 --- a/boards/risc-v/esp32c6/common/scripts/common.ld +++ b/boards/risc-v/esp32c6/common/scripts/common.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/scripts/common.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/esp32c6/common/scripts/esp32c6_aliases.ld b/boards/risc-v/esp32c6/common/scripts/esp32c6_aliases.ld index 65e91e5bd1..5e5efb6ce8 100644 --- a/boards/risc-v/esp32c6/common/scripts/esp32c6_aliases.ld +++ b/boards/risc-v/esp32c6/common/scripts/esp32c6_aliases.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/scripts/esp32c6_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/esp32c6/common/scripts/esp32c6_flat_memory.ld b/boards/risc-v/esp32c6/common/scripts/esp32c6_flat_memory.ld index db28c6ed22..28c56b5102 100644 --- a/boards/risc-v/esp32c6/common/scripts/esp32c6_flat_memory.ld +++ b/boards/risc-v/esp32c6/common/scripts/esp32c6_flat_memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/scripts/esp32c6_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/esp32c6/common/scripts/esp32c6_legacy_sections.ld b/boards/risc-v/esp32c6/common/scripts/esp32c6_legacy_sections.ld index 850c14c29a..924df90b8d 100644 --- a/boards/risc-v/esp32c6/common/scripts/esp32c6_legacy_sections.ld +++ b/boards/risc-v/esp32c6/common/scripts/esp32c6_legacy_sections.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/scripts/esp32c6_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/esp32c6/common/scripts/esp32c6_sections.ld b/boards/risc-v/esp32c6/common/scripts/esp32c6_sections.ld index 39bcdd3074..304d975dc1 100644 --- a/boards/risc-v/esp32c6/common/scripts/esp32c6_sections.ld +++ b/boards/risc-v/esp32c6/common/scripts/esp32c6_sections.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/scripts/esp32c6_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/esp32c6/common/src/Make.defs b/boards/risc-v/esp32c6/common/src/Make.defs index 2d2a487d5a..7b1378b890 100644 --- a/boards/risc-v/esp32c6/common/src/Make.defs +++ b/boards/risc-v/esp32c6/common/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################# # boards/risc-v/esp32c6/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/esp32c6/common/src/esp_board_bmp180.c b/boards/risc-v/esp32c6/common/src/esp_board_bmp180.c index 00ab194ffd..10e4c9e551 100644 --- a/boards/risc-v/esp32c6/common/src/esp_board_bmp180.c +++ b/boards/risc-v/esp32c6/common/src/esp_board_bmp180.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/src/esp_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/esp32c6/common/src/esp_board_i2c.c b/boards/risc-v/esp32c6/common/src/esp_board_i2c.c index 40a0e3d4d1..88f5b16ef6 100644 --- a/boards/risc-v/esp32c6/common/src/esp_board_i2c.c +++ b/boards/risc-v/esp32c6/common/src/esp_board_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/src/esp_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/esp32c6/common/src/esp_board_ledc.c b/boards/risc-v/esp32c6/common/src/esp_board_ledc.c index 4ec63eb80b..8f495fd293 100644 --- a/boards/risc-v/esp32c6/common/src/esp_board_ledc.c +++ b/boards/risc-v/esp32c6/common/src/esp_board_ledc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/src/esp_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/esp32c6/common/src/esp_board_mcpwm.c b/boards/risc-v/esp32c6/common/src/esp_board_mcpwm.c index 43a059855a..d6bf3df207 100644 --- a/boards/risc-v/esp32c6/common/src/esp_board_mcpwm.c +++ b/boards/risc-v/esp32c6/common/src/esp_board_mcpwm.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/src/esp_board_mcpwm.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/esp32c6/common/src/esp_board_mfrc522.c b/boards/risc-v/esp32c6/common/src/esp_board_mfrc522.c index 7fd9b33039..88a35b957e 100644 --- a/boards/risc-v/esp32c6/common/src/esp_board_mfrc522.c +++ b/boards/risc-v/esp32c6/common/src/esp_board_mfrc522.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/src/esp_board_mfrc522.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/esp32c6/common/src/esp_board_qencoder.c b/boards/risc-v/esp32c6/common/src/esp_board_qencoder.c index b7e17b0069..6f9e0afaad 100644 --- a/boards/risc-v/esp32c6/common/src/esp_board_qencoder.c +++ b/boards/risc-v/esp32c6/common/src/esp_board_qencoder.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/src/esp_board_qencoder.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/esp32c6/common/src/esp_board_rmt.c b/boards/risc-v/esp32c6/common/src/esp_board_rmt.c index 9c3eefd321..2d63c1695b 100644 --- a/boards/risc-v/esp32c6/common/src/esp_board_rmt.c +++ b/boards/risc-v/esp32c6/common/src/esp_board_rmt.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/src/esp_board_rmt.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/esp32c6/common/src/esp_board_spi.c b/boards/risc-v/esp32c6/common/src/esp_board_spi.c index 0ddc61022c..32f92f354e 100644 --- a/boards/risc-v/esp32c6/common/src/esp_board_spi.c +++ b/boards/risc-v/esp32c6/common/src/esp_board_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/src/esp_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/esp32c6/common/src/esp_board_spidev.c b/boards/risc-v/esp32c6/common/src/esp_board_spidev.c index 17c6700977..a256c13542 100644 --- a/boards/risc-v/esp32c6/common/src/esp_board_spidev.c +++ b/boards/risc-v/esp32c6/common/src/esp_board_spidev.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/src/esp_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/esp32c6/common/src/esp_board_spiflash.c b/boards/risc-v/esp32c6/common/src/esp_board_spiflash.c index 4f84ec77e9..14d722c66e 100644 --- a/boards/risc-v/esp32c6/common/src/esp_board_spiflash.c +++ b/boards/risc-v/esp32c6/common/src/esp_board_spiflash.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/src/esp_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/esp32c6/common/src/esp_board_spislavedev.c b/boards/risc-v/esp32c6/common/src/esp_board_spislavedev.c index f81799bb91..be4e8d8c50 100644 --- a/boards/risc-v/esp32c6/common/src/esp_board_spislavedev.c +++ b/boards/risc-v/esp32c6/common/src/esp_board_spislavedev.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/src/esp_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/esp32c6/common/src/esp_board_twai.c b/boards/risc-v/esp32c6/common/src/esp_board_twai.c index 499e4e7c48..a473139f92 100644 --- a/boards/risc-v/esp32c6/common/src/esp_board_twai.c +++ b/boards/risc-v/esp32c6/common/src/esp_board_twai.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/src/esp_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/esp32c6/common/src/esp_board_wlan.c b/boards/risc-v/esp32c6/common/src/esp_board_wlan.c index 0ae40b1387..827845b426 100644 --- a/boards/risc-v/esp32c6/common/src/esp_board_wlan.c +++ b/boards/risc-v/esp32c6/common/src/esp_board_wlan.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/common/src/esp_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/esp32c6/esp32c6-devkitc/include/board.h b/boards/risc-v/esp32c6/esp32c6-devkitc/include/board.h index bccce6531c..2c2e620edb 100644 --- a/boards/risc-v/esp32c6/esp32c6-devkitc/include/board.h +++ b/boards/risc-v/esp32c6/esp32c6-devkitc/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/esp32c6-devkitc/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/esp32c6/esp32c6-devkitc/scripts/Make.defs b/boards/risc-v/esp32c6/esp32c6-devkitc/scripts/Make.defs index e2cc40d57e..d926ea0e15 100644 --- a/boards/risc-v/esp32c6/esp32c6-devkitc/scripts/Make.defs +++ b/boards/risc-v/esp32c6/esp32c6-devkitc/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/esp32c6/esp32c6-devkitc/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/esp32c6/esp32c6-devkitc/src/Make.defs b/boards/risc-v/esp32c6/esp32c6-devkitc/src/Make.defs index 700ca6648a..1ff5925501 100644 --- a/boards/risc-v/esp32c6/esp32c6-devkitc/src/Make.defs +++ b/boards/risc-v/esp32c6/esp32c6-devkitc/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################# # boards/risc-v/esp32c6/esp32c6-devkitc/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/esp32c6/esp32c6-devkitc/src/esp32c6-devkitc.h b/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6-devkitc.h index bf9551b5ed..e68bd78780 100644 --- a/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6-devkitc.h +++ b/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6-devkitc.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6-devkitc.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/esp32c6/esp32c6-devkitc/src/esp32c6_appinit.c b/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_appinit.c index 0795f4564a..c6f607a6fa 100644 --- a/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_appinit.c +++ b/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_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/esp32c6/esp32c6-devkitc/src/esp32c6_boot.c b/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_boot.c index 0d4b0287da..664c0f3f35 100644 --- a/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_boot.c +++ b/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_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/esp32c6/esp32c6-devkitc/src/esp32c6_bringup.c b/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_bringup.c index de3d8775c6..c45e33deaf 100644 --- a/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_bringup.c +++ b/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_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/esp32c6/esp32c6-devkitc/src/esp32c6_buttons.c b/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_buttons.c index d73973070a..33304dcfbb 100644 --- a/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_buttons.c +++ b/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_buttons.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/esp32c6/esp32c6-devkitc/src/esp32c6_gpio.c b/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_gpio.c index f6a1dd88ed..8ced3654b4 100644 --- a/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_gpio.c +++ b/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_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/esp32c6/esp32c6-devkitc/src/esp32c6_reset.c b/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_reset.c index c6bfb5a94f..6d1f7ca38a 100644 --- a/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_reset.c +++ b/boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/esp32c6-devkitc/src/esp32c6_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/esp32c6/esp32c6-devkitm/include/board.h b/boards/risc-v/esp32c6/esp32c6-devkitm/include/board.h index 0e49afffa8..7cf276365f 100644 --- a/boards/risc-v/esp32c6/esp32c6-devkitm/include/board.h +++ b/boards/risc-v/esp32c6/esp32c6-devkitm/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/esp32c6-devkitm/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/esp32c6/esp32c6-devkitm/scripts/Make.defs b/boards/risc-v/esp32c6/esp32c6-devkitm/scripts/Make.defs index 430fb743b5..1fa5297fc0 100644 --- a/boards/risc-v/esp32c6/esp32c6-devkitm/scripts/Make.defs +++ b/boards/risc-v/esp32c6/esp32c6-devkitm/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/esp32c6/esp32c6-devkitm/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/esp32c6/esp32c6-devkitm/src/Make.defs b/boards/risc-v/esp32c6/esp32c6-devkitm/src/Make.defs index a1786c4b01..82112d9c9a 100644 --- a/boards/risc-v/esp32c6/esp32c6-devkitm/src/Make.defs +++ b/boards/risc-v/esp32c6/esp32c6-devkitm/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################# # boards/risc-v/esp32c6/esp32c6-devkitm/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/esp32c6/esp32c6-devkitm/src/esp32c6-devkitm.h b/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6-devkitm.h index 37ec160e06..e960706d09 100644 --- a/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6-devkitm.h +++ b/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6-devkitm.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6-devkitm.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/esp32c6/esp32c6-devkitm/src/esp32c6_appinit.c b/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_appinit.c index b406972ff9..94910f2252 100644 --- a/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_appinit.c +++ b/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_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/esp32c6/esp32c6-devkitm/src/esp32c6_boot.c b/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_boot.c index d4071137fe..60fabad7a9 100644 --- a/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_boot.c +++ b/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_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/esp32c6/esp32c6-devkitm/src/esp32c6_bringup.c b/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_bringup.c index 512127c8a6..992d84aa62 100644 --- a/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_bringup.c +++ b/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_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/esp32c6/esp32c6-devkitm/src/esp32c6_buttons.c b/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_buttons.c index 43bba7c094..26c552edaa 100644 --- a/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_buttons.c +++ b/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_buttons.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/esp32c6/esp32c6-devkitm/src/esp32c6_gpio.c b/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_gpio.c index acbac397e3..4a7f3f4a59 100644 --- a/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_gpio.c +++ b/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_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/esp32c6/esp32c6-devkitm/src/esp32c6_reset.c b/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_reset.c index c1b51c7f83..62cbb7ef7c 100644 --- a/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_reset.c +++ b/boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c6/esp32c6-devkitm/src/esp32c6_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