diff --git a/boards/risc-v/esp32c3/common/Makefile b/boards/risc-v/esp32c3/common/Makefile index 8ea9c30d28..878b58c4d3 100644 --- a/boards/risc-v/esp32c3/common/Makefile +++ b/boards/risc-v/esp32c3/common/Makefile @@ -1,6 +1,8 @@ ############################################################################# # boards/risc-v/esp32c3/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/common/include/esp_board_bmp180.h b/boards/risc-v/esp32c3/common/include/esp_board_bmp180.h index 28c101e994..1738772dcd 100644 --- a/boards/risc-v/esp32c3/common/include/esp_board_bmp180.h +++ b/boards/risc-v/esp32c3/common/include/esp_board_bmp180.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/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/esp32c3/common/include/esp_board_i2c.h b/boards/risc-v/esp32c3/common/include/esp_board_i2c.h index 0b6b032231..bae4da382c 100644 --- a/boards/risc-v/esp32c3/common/include/esp_board_i2c.h +++ b/boards/risc-v/esp32c3/common/include/esp_board_i2c.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/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/esp32c3/common/include/esp_board_ledc.h b/boards/risc-v/esp32c3/common/include/esp_board_ledc.h index 06eeedd0ea..5306d6c752 100644 --- a/boards/risc-v/esp32c3/common/include/esp_board_ledc.h +++ b/boards/risc-v/esp32c3/common/include/esp_board_ledc.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/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/esp32c3/common/include/esp_board_rmt.h b/boards/risc-v/esp32c3/common/include/esp_board_rmt.h index 74fd115341..18494e7bcc 100644 --- a/boards/risc-v/esp32c3/common/include/esp_board_rmt.h +++ b/boards/risc-v/esp32c3/common/include/esp_board_rmt.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/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/esp32c3/common/include/esp_board_spidev.h b/boards/risc-v/esp32c3/common/include/esp_board_spidev.h index 70abc41609..6f5ff54e48 100644 --- a/boards/risc-v/esp32c3/common/include/esp_board_spidev.h +++ b/boards/risc-v/esp32c3/common/include/esp_board_spidev.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/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/esp32c3/common/include/esp_board_spiflash.h b/boards/risc-v/esp32c3/common/include/esp_board_spiflash.h index 9e647a384e..4993488efe 100644 --- a/boards/risc-v/esp32c3/common/include/esp_board_spiflash.h +++ b/boards/risc-v/esp32c3/common/include/esp_board_spiflash.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/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/esp32c3/common/include/esp_board_spislavedev.h b/boards/risc-v/esp32c3/common/include/esp_board_spislavedev.h index f87f905d17..9178de5408 100644 --- a/boards/risc-v/esp32c3/common/include/esp_board_spislavedev.h +++ b/boards/risc-v/esp32c3/common/include/esp_board_spislavedev.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/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/esp32c3/common/include/esp_board_wlan.h b/boards/risc-v/esp32c3/common/include/esp_board_wlan.h index 4d51ebec4b..e73c872313 100644 --- a/boards/risc-v/esp32c3/common/include/esp_board_wlan.h +++ b/boards/risc-v/esp32c3/common/include/esp_board_wlan.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/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/esp32c3/common/scripts/common.ld b/boards/risc-v/esp32c3/common/scripts/common.ld index 7b2292738b..219f211427 100644 --- a/boards/risc-v/esp32c3/common/scripts/common.ld +++ b/boards/risc-v/esp32c3/common/scripts/common.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/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/esp32c3/common/scripts/esp32c3_aliases.ld b/boards/risc-v/esp32c3/common/scripts/esp32c3_aliases.ld index 3606cec4f5..7a2e2954c7 100644 --- a/boards/risc-v/esp32c3/common/scripts/esp32c3_aliases.ld +++ b/boards/risc-v/esp32c3/common/scripts/esp32c3_aliases.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/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/common/scripts/esp32c3_flat_memory.ld b/boards/risc-v/esp32c3/common/scripts/esp32c3_flat_memory.ld index e308f85da1..a4ad366b51 100644 --- a/boards/risc-v/esp32c3/common/scripts/esp32c3_flat_memory.ld +++ b/boards/risc-v/esp32c3/common/scripts/esp32c3_flat_memory.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/common/scripts/esp32c3_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/common/scripts/esp32c3_legacy_sections.ld b/boards/risc-v/esp32c3/common/scripts/esp32c3_legacy_sections.ld index 3114bc3f8b..30085c090d 100644 --- a/boards/risc-v/esp32c3/common/scripts/esp32c3_legacy_sections.ld +++ b/boards/risc-v/esp32c3/common/scripts/esp32c3_legacy_sections.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/common/scripts/esp32c3_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/common/scripts/esp32c3_sections.ld b/boards/risc-v/esp32c3/common/scripts/esp32c3_sections.ld index c0af9b147b..2def89f2f6 100644 --- a/boards/risc-v/esp32c3/common/scripts/esp32c3_sections.ld +++ b/boards/risc-v/esp32c3/common/scripts/esp32c3_sections.ld @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/espressif/common/scripts/esp32c3_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/common/src/Make.defs b/boards/risc-v/esp32c3/common/src/Make.defs index da45e68a51..11d6f67de7 100644 --- a/boards/risc-v/esp32c3/common/src/Make.defs +++ b/boards/risc-v/esp32c3/common/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################# # boards/risc-v/esp32c3/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/common/src/esp_board_bmp180.c b/boards/risc-v/esp32c3/common/src/esp_board_bmp180.c index 33d367ecc9..66d5813bb1 100644 --- a/boards/risc-v/esp32c3/common/src/esp_board_bmp180.c +++ b/boards/risc-v/esp32c3/common/src/esp_board_bmp180.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/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/esp32c3/common/src/esp_board_i2c.c b/boards/risc-v/esp32c3/common/src/esp_board_i2c.c index c974c23b59..482ec535bf 100644 --- a/boards/risc-v/esp32c3/common/src/esp_board_i2c.c +++ b/boards/risc-v/esp32c3/common/src/esp_board_i2c.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/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/esp32c3/common/src/esp_board_ledc.c b/boards/risc-v/esp32c3/common/src/esp_board_ledc.c index 907ac16608..279ea1dd63 100644 --- a/boards/risc-v/esp32c3/common/src/esp_board_ledc.c +++ b/boards/risc-v/esp32c3/common/src/esp_board_ledc.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/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/esp32c3/common/src/esp_board_rmt.c b/boards/risc-v/esp32c3/common/src/esp_board_rmt.c index 0d15d2e77c..5f329c902a 100644 --- a/boards/risc-v/esp32c3/common/src/esp_board_rmt.c +++ b/boards/risc-v/esp32c3/common/src/esp_board_rmt.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/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/esp32c3/common/src/esp_board_spi.c b/boards/risc-v/esp32c3/common/src/esp_board_spi.c index e9a996a8b2..5b14eff67b 100644 --- a/boards/risc-v/esp32c3/common/src/esp_board_spi.c +++ b/boards/risc-v/esp32c3/common/src/esp_board_spi.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/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/esp32c3/common/src/esp_board_spidev.c b/boards/risc-v/esp32c3/common/src/esp_board_spidev.c index dec6739bc2..ce565946ec 100644 --- a/boards/risc-v/esp32c3/common/src/esp_board_spidev.c +++ b/boards/risc-v/esp32c3/common/src/esp_board_spidev.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/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/esp32c3/common/src/esp_board_spiflash.c b/boards/risc-v/esp32c3/common/src/esp_board_spiflash.c index 769a36bdd9..41a2f5a348 100644 --- a/boards/risc-v/esp32c3/common/src/esp_board_spiflash.c +++ b/boards/risc-v/esp32c3/common/src/esp_board_spiflash.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/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/esp32c3/common/src/esp_board_spislavedev.c b/boards/risc-v/esp32c3/common/src/esp_board_spislavedev.c index 1b9d3bacc4..8537f13dc8 100644 --- a/boards/risc-v/esp32c3/common/src/esp_board_spislavedev.c +++ b/boards/risc-v/esp32c3/common/src/esp_board_spislavedev.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/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/esp32c3/common/src/esp_board_twai.c b/boards/risc-v/esp32c3/common/src/esp_board_twai.c index 70e5609782..ca00dadb4f 100644 --- a/boards/risc-v/esp32c3/common/src/esp_board_twai.c +++ b/boards/risc-v/esp32c3/common/src/esp_board_twai.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/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/esp32c3/common/src/esp_board_wlan.c b/boards/risc-v/esp32c3/common/src/esp_board_wlan.c index 24a7fe17b0..e4a362b1dc 100644 --- a/boards/risc-v/esp32c3/common/src/esp_board_wlan.c +++ b/boards/risc-v/esp32c3/common/src/esp_board_wlan.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/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/esp32c3/esp32c3-generic/include/board.h b/boards/risc-v/esp32c3/esp32c3-generic/include/board.h index a2adecb9ab..4aeb61b4cb 100644 --- a/boards/risc-v/esp32c3/esp32c3-generic/include/board.h +++ b/boards/risc-v/esp32c3/esp32c3-generic/include/board.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/esp32c3-generic/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/esp32c3-generic/scripts/Make.defs b/boards/risc-v/esp32c3/esp32c3-generic/scripts/Make.defs index cd5820c5bb..fb0c3baffe 100644 --- a/boards/risc-v/esp32c3/esp32c3-generic/scripts/Make.defs +++ b/boards/risc-v/esp32c3/esp32c3-generic/scripts/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # boards/risc-v/esp32c3/esp32c3-generic/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/esp32c3-generic/src/Make.defs b/boards/risc-v/esp32c3/esp32c3-generic/src/Make.defs index b23cab8ea0..93146af21c 100644 --- a/boards/risc-v/esp32c3/esp32c3-generic/src/Make.defs +++ b/boards/risc-v/esp32c3/esp32c3-generic/src/Make.defs @@ -1,6 +1,8 @@ ############################################################################# # boards/risc-v/esp32c3/esp32c3-generic/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/esp32c3-generic/src/esp32c3-generic.h b/boards/risc-v/esp32c3/esp32c3-generic/src/esp32c3-generic.h index 6311c461b4..5129f4c3d1 100644 --- a/boards/risc-v/esp32c3/esp32c3-generic/src/esp32c3-generic.h +++ b/boards/risc-v/esp32c3/esp32c3-generic/src/esp32c3-generic.h @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/esp32c3-generic/src/esp32c3-generic.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/esp32c3-generic/src/esp32c3_appinit.c b/boards/risc-v/esp32c3/esp32c3-generic/src/esp32c3_appinit.c index 431387e8c6..a46d72e20f 100644 --- a/boards/risc-v/esp32c3/esp32c3-generic/src/esp32c3_appinit.c +++ b/boards/risc-v/esp32c3/esp32c3-generic/src/esp32c3_appinit.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/esp32c3-generic/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/esp32c3-generic/src/esp32c3_boot.c b/boards/risc-v/esp32c3/esp32c3-generic/src/esp32c3_boot.c index 1be97a6819..36c4ae100c 100644 --- a/boards/risc-v/esp32c3/esp32c3-generic/src/esp32c3_boot.c +++ b/boards/risc-v/esp32c3/esp32c3-generic/src/esp32c3_boot.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/esp32c3-generic/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/esp32c3-generic/src/esp32c3_bringup.c b/boards/risc-v/esp32c3/esp32c3-generic/src/esp32c3_bringup.c index 46149ee1f8..ef33597072 100644 --- a/boards/risc-v/esp32c3/esp32c3-generic/src/esp32c3_bringup.c +++ b/boards/risc-v/esp32c3/esp32c3-generic/src/esp32c3_bringup.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/esp32c3-generic/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/esp32c3-generic/src/esp32c3_buttons.c b/boards/risc-v/esp32c3/esp32c3-generic/src/esp32c3_buttons.c index 71f07e7dd8..0be6be2eff 100644 --- a/boards/risc-v/esp32c3/esp32c3-generic/src/esp32c3_buttons.c +++ b/boards/risc-v/esp32c3/esp32c3-generic/src/esp32c3_buttons.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/esp32c3-generic/src/esp32c3_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/esp32c3/esp32c3-generic/src/esp32c3_gpio.c b/boards/risc-v/esp32c3/esp32c3-generic/src/esp32c3_gpio.c index f828b859db..a211c29b78 100644 --- a/boards/risc-v/esp32c3/esp32c3-generic/src/esp32c3_gpio.c +++ b/boards/risc-v/esp32c3/esp32c3-generic/src/esp32c3_gpio.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/esp32c3-generic/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/esp32c3-generic/src/esp32c3_reset.c b/boards/risc-v/esp32c3/esp32c3-generic/src/esp32c3_reset.c index 5d5981518a..571136e9c1 100644 --- a/boards/risc-v/esp32c3/esp32c3-generic/src/esp32c3_reset.c +++ b/boards/risc-v/esp32c3/esp32c3-generic/src/esp32c3_reset.c @@ -1,6 +1,8 @@ /**************************************************************************** * boards/risc-v/esp32c3/esp32c3-generic/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