diff --git a/boards/esp32-ethernet-kit-v1_0/Kconfig b/boards/esp32-ethernet-kit-v1_0/Kconfig index 43ea80b344..19abe8e8ce 100644 --- a/boards/esp32-ethernet-kit-v1_0/Kconfig +++ b/boards/esp32-ethernet-kit-v1_0/Kconfig @@ -1,9 +1,6 @@ -# Copyright (c) 2020 HAW Hamburg -# Copyright (c) 2020 Google LLC -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-FileCopyrightText: 2020 Google LLC +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp32-ethernet-kit-v1_0" if BOARD_ESP32_ETHERNET_KIT_V1_0 diff --git a/boards/esp32-ethernet-kit-v1_0/include/board.h b/boards/esp32-ethernet-kit-v1_0/include/board.h index 8c87c2bc9a..83a6c3dfb6 100644 --- a/boards/esp32-ethernet-kit-v1_0/include/board.h +++ b/boards/esp32-ethernet-kit-v1_0/include/board.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * Copyright (C) 2020 Google LLC - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-FileCopyrightText: 2020 Google LLC + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-ethernet-kit-v1_0/include/gpio_params.h b/boards/esp32-ethernet-kit-v1_0/include/gpio_params.h index ee81cd29a2..f3cad911a7 100644 --- a/boards/esp32-ethernet-kit-v1_0/include/gpio_params.h +++ b/boards/esp32-ethernet-kit-v1_0/include/gpio_params.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * Copyright (C) 2020 Google LLC - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-FileCopyrightText: 2020 Google LLC + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-ethernet-kit-v1_0/include/periph_conf.h b/boards/esp32-ethernet-kit-v1_0/include/periph_conf.h index 5ac7ed0757..01ad124331 100644 --- a/boards/esp32-ethernet-kit-v1_0/include/periph_conf.h +++ b/boards/esp32-ethernet-kit-v1_0/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * Copyright (C) 2020 Google LLC - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-FileCopyrightText: 2020 Google LLC + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-ethernet-kit-v1_1/Kconfig b/boards/esp32-ethernet-kit-v1_1/Kconfig index b82f812b41..46ad2be535 100644 --- a/boards/esp32-ethernet-kit-v1_1/Kconfig +++ b/boards/esp32-ethernet-kit-v1_1/Kconfig @@ -1,9 +1,6 @@ -# Copyright (c) 2020 HAW Hamburg -# Copyright (c) 2020 Google LLC -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-FileCopyrightText: 2020 Google LLC +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp32-ethernet-kit-v1_1" if BOARD_ESP32_ETHERNET_KIT_V1_1 diff --git a/boards/esp32-ethernet-kit-v1_2/Kconfig b/boards/esp32-ethernet-kit-v1_2/Kconfig index 873a9e43e3..09cb60c787 100644 --- a/boards/esp32-ethernet-kit-v1_2/Kconfig +++ b/boards/esp32-ethernet-kit-v1_2/Kconfig @@ -1,9 +1,6 @@ -# Copyright (c) 2020 HAW Hamburg -# Copyright (c) 2020 Google LLC -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-FileCopyrightText: 2020 Google LLC +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp32-ethernet-kit-v1_2" if BOARD_ESP32_ETHERNET_KIT_V1_2 diff --git a/boards/esp32-heltec-lora32-v2/Kconfig b/boards/esp32-heltec-lora32-v2/Kconfig index cbf395fc1c..a5df286014 100644 --- a/boards/esp32-heltec-lora32-v2/Kconfig +++ b/boards/esp32-heltec-lora32-v2/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 HAW Hamburg -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp32-heltec-lora32-v2" if BOARD_ESP32_HELTEC_LORA32_V2 diff --git a/boards/esp32-heltec-lora32-v2/include/arduino_iomap.h b/boards/esp32-heltec-lora32-v2/include/arduino_iomap.h index 532c86bc53..ed42252ebc 100644 --- a/boards/esp32-heltec-lora32-v2/include/arduino_iomap.h +++ b/boards/esp32-heltec-lora32-v2/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2019 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-heltec-lora32-v2/include/board.h b/boards/esp32-heltec-lora32-v2/include/board.h index f52458945c..1200090d29 100644 --- a/boards/esp32-heltec-lora32-v2/include/board.h +++ b/boards/esp32-heltec-lora32-v2/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2019 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-heltec-lora32-v2/include/gpio_params.h b/boards/esp32-heltec-lora32-v2/include/gpio_params.h index d1f0b1ebdf..21aac8de61 100644 --- a/boards/esp32-heltec-lora32-v2/include/gpio_params.h +++ b/boards/esp32-heltec-lora32-v2/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2019 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-heltec-lora32-v2/include/periph_conf.h b/boards/esp32-heltec-lora32-v2/include/periph_conf.h index 38d36c0d43..1f4c8bc7c6 100644 --- a/boards/esp32-heltec-lora32-v2/include/periph_conf.h +++ b/boards/esp32-heltec-lora32-v2/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2019 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-mh-et-live-minikit/Kconfig b/boards/esp32-mh-et-live-minikit/Kconfig index 2391210451..dfb62de10c 100644 --- a/boards/esp32-mh-et-live-minikit/Kconfig +++ b/boards/esp32-mh-et-live-minikit/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 HAW Hamburg -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp32-mh-et-live-minikit" if BOARD_ESP32_MH_ET_LIVE_MINIKIT diff --git a/boards/esp32-mh-et-live-minikit/include/arduino_iomap.h b/boards/esp32-mh-et-live-minikit/include/arduino_iomap.h index f8f57c219f..855cbc2975 100644 --- a/boards/esp32-mh-et-live-minikit/include/arduino_iomap.h +++ b/boards/esp32-mh-et-live-minikit/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-mh-et-live-minikit/include/board.h b/boards/esp32-mh-et-live-minikit/include/board.h index 0b5c898853..660cf5796e 100644 --- a/boards/esp32-mh-et-live-minikit/include/board.h +++ b/boards/esp32-mh-et-live-minikit/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-mh-et-live-minikit/include/board_modules.h b/boards/esp32-mh-et-live-minikit/include/board_modules.h index 014b463e69..579772d834 100644 --- a/boards/esp32-mh-et-live-minikit/include/board_modules.h +++ b/boards/esp32-mh-et-live-minikit/include/board_modules.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-mh-et-live-minikit/include/gpio_params.h b/boards/esp32-mh-et-live-minikit/include/gpio_params.h index 9c877b4030..65dcb54418 100644 --- a/boards/esp32-mh-et-live-minikit/include/gpio_params.h +++ b/boards/esp32-mh-et-live-minikit/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-mh-et-live-minikit/include/periph_conf.h b/boards/esp32-mh-et-live-minikit/include/periph_conf.h index b974151583..1316fdd6c6 100644 --- a/boards/esp32-mh-et-live-minikit/include/periph_conf.h +++ b/boards/esp32-mh-et-live-minikit/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-olimex-evb/Kconfig b/boards/esp32-olimex-evb/Kconfig index 0ce2ea942c..cd8c9ae048 100644 --- a/boards/esp32-olimex-evb/Kconfig +++ b/boards/esp32-olimex-evb/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 HAW Hamburg -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp32-olimex-evb" if BOARD_ESP32_OLIMEX_EVB diff --git a/boards/esp32-olimex-evb/include/arduino_iomap.h b/boards/esp32-olimex-evb/include/arduino_iomap.h index 2aaf592fe8..375ac20ade 100644 --- a/boards/esp32-olimex-evb/include/arduino_iomap.h +++ b/boards/esp32-olimex-evb/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-olimex-evb/include/board.h b/boards/esp32-olimex-evb/include/board.h index c498ea90df..530d7a2022 100644 --- a/boards/esp32-olimex-evb/include/board.h +++ b/boards/esp32-olimex-evb/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-olimex-evb/include/gpio_params.h b/boards/esp32-olimex-evb/include/gpio_params.h index b92278f79f..9a3498317d 100644 --- a/boards/esp32-olimex-evb/include/gpio_params.h +++ b/boards/esp32-olimex-evb/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-olimex-evb/include/periph_conf.h b/boards/esp32-olimex-evb/include/periph_conf.h index ff901a979a..a734195022 100644 --- a/boards/esp32-olimex-evb/include/periph_conf.h +++ b/boards/esp32-olimex-evb/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-ttgo-t-beam/Kconfig b/boards/esp32-ttgo-t-beam/Kconfig index 483cb37886..0279260ff7 100644 --- a/boards/esp32-ttgo-t-beam/Kconfig +++ b/boards/esp32-ttgo-t-beam/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 HAW Hamburg -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp32-ttgo-t-beam" if BOARD_ESP32_TTGO_T_BEAM diff --git a/boards/esp32-ttgo-t-beam/board.c b/boards/esp32-ttgo-t-beam/board.c index 5e1a29b4c0..b46cdbffd5 100644 --- a/boards/esp32-ttgo-t-beam/board.c +++ b/boards/esp32-ttgo-t-beam/board.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2019 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/esp32-ttgo-t-beam/include/arduino_iomap.h b/boards/esp32-ttgo-t-beam/include/arduino_iomap.h index 310bbf45a2..a86edcbbdd 100644 --- a/boards/esp32-ttgo-t-beam/include/arduino_iomap.h +++ b/boards/esp32-ttgo-t-beam/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Yegor Yefremov - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2019 Yegor Yefremov + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-ttgo-t-beam/include/board.h b/boards/esp32-ttgo-t-beam/include/board.h index 96f5325046..cb09bd71fa 100644 --- a/boards/esp32-ttgo-t-beam/include/board.h +++ b/boards/esp32-ttgo-t-beam/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Yegor Yefremov - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2019 Yegor Yefremov + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-ttgo-t-beam/include/gpio_params.h b/boards/esp32-ttgo-t-beam/include/gpio_params.h index 901e583307..a4c6cfca1c 100644 --- a/boards/esp32-ttgo-t-beam/include/gpio_params.h +++ b/boards/esp32-ttgo-t-beam/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Yegor Yefremov - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2019 Yegor Yefremov + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-ttgo-t-beam/include/periph_conf.h b/boards/esp32-ttgo-t-beam/include/periph_conf.h index 39c6780122..f961a62795 100644 --- a/boards/esp32-ttgo-t-beam/include/periph_conf.h +++ b/boards/esp32-ttgo-t-beam/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Yegor Yefremov - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2019 Yegor Yefremov + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-wemos-d1-r32/Kconfig b/boards/esp32-wemos-d1-r32/Kconfig index 11848bb0de..4aff2e9d09 100644 --- a/boards/esp32-wemos-d1-r32/Kconfig +++ b/boards/esp32-wemos-d1-r32/Kconfig @@ -1,8 +1,5 @@ -# Copyright (C) 2025 Gunar Schorcht -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2025 Gunar Schorcht +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp32-wemos-d1-r2" if BOARD_ESP32_WEMOS_D1_R32 diff --git a/boards/esp32-wemos-d1-r32/include/arduino_iomap.h b/boards/esp32-wemos-d1-r32/include/arduino_iomap.h index 89b2945f5c..40bbe9b3f0 100644 --- a/boards/esp32-wemos-d1-r32/include/arduino_iomap.h +++ b/boards/esp32-wemos-d1-r32/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2025 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2025 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-wemos-d1-r32/include/board.h b/boards/esp32-wemos-d1-r32/include/board.h index e061707406..7f2c5de4db 100644 --- a/boards/esp32-wemos-d1-r32/include/board.h +++ b/boards/esp32-wemos-d1-r32/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2025 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2025 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-wemos-d1-r32/include/gpio_params.h b/boards/esp32-wemos-d1-r32/include/gpio_params.h index e4bfd4c918..d6bb80b792 100644 --- a/boards/esp32-wemos-d1-r32/include/gpio_params.h +++ b/boards/esp32-wemos-d1-r32/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2025 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2025 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-wemos-d1-r32/include/periph_conf.h b/boards/esp32-wemos-d1-r32/include/periph_conf.h index 7dafe3f4ce..311c45df87 100644 --- a/boards/esp32-wemos-d1-r32/include/periph_conf.h +++ b/boards/esp32-wemos-d1-r32/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2025 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2025 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-wemos-lolin-d32-pro/Kconfig b/boards/esp32-wemos-lolin-d32-pro/Kconfig index 863abca3de..669f6addad 100644 --- a/boards/esp32-wemos-lolin-d32-pro/Kconfig +++ b/boards/esp32-wemos-lolin-d32-pro/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 HAW Hamburg -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp32-wemos-lolin-d32-pro" if BOARD_ESP32_WEMOS_LOLIN_D32_PRO diff --git a/boards/esp32-wemos-lolin-d32-pro/include/arduino_iomap.h b/boards/esp32-wemos-lolin-d32-pro/include/arduino_iomap.h index 36971175dd..ccf1a71c60 100644 --- a/boards/esp32-wemos-lolin-d32-pro/include/arduino_iomap.h +++ b/boards/esp32-wemos-lolin-d32-pro/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-wemos-lolin-d32-pro/include/board.h b/boards/esp32-wemos-lolin-d32-pro/include/board.h index 86be93b64a..a9fc71be33 100644 --- a/boards/esp32-wemos-lolin-d32-pro/include/board.h +++ b/boards/esp32-wemos-lolin-d32-pro/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-wemos-lolin-d32-pro/include/gpio_params.h b/boards/esp32-wemos-lolin-d32-pro/include/gpio_params.h index 0c16771fff..a072af4afa 100644 --- a/boards/esp32-wemos-lolin-d32-pro/include/gpio_params.h +++ b/boards/esp32-wemos-lolin-d32-pro/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-wemos-lolin-d32-pro/include/periph_conf.h b/boards/esp32-wemos-lolin-d32-pro/include/periph_conf.h index 516a2f3fe3..3d0721afcd 100644 --- a/boards/esp32-wemos-lolin-d32-pro/include/periph_conf.h +++ b/boards/esp32-wemos-lolin-d32-pro/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-wroom-32/Kconfig b/boards/esp32-wroom-32/Kconfig index 364233c052..91ef4cf39b 100644 --- a/boards/esp32-wroom-32/Kconfig +++ b/boards/esp32-wroom-32/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 HAW Hamburg -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp32-wroom-32" if BOARD_ESP32_WROOM_32 diff --git a/boards/esp32-wroom-32/include/arduino_iomap.h b/boards/esp32-wroom-32/include/arduino_iomap.h index f1c27eb155..fb21fcbe63 100644 --- a/boards/esp32-wroom-32/include/arduino_iomap.h +++ b/boards/esp32-wroom-32/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-wroom-32/include/board.h b/boards/esp32-wroom-32/include/board.h index 95037c9f7d..f79d8f1491 100644 --- a/boards/esp32-wroom-32/include/board.h +++ b/boards/esp32-wroom-32/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-wroom-32/include/gpio_params.h b/boards/esp32-wroom-32/include/gpio_params.h index a9b63041eb..165de9a85e 100644 --- a/boards/esp32-wroom-32/include/gpio_params.h +++ b/boards/esp32-wroom-32/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-wroom-32/include/periph_conf.h b/boards/esp32-wroom-32/include/periph_conf.h index 9b9e981762..3044e96aae 100644 --- a/boards/esp32-wroom-32/include/periph_conf.h +++ b/boards/esp32-wroom-32/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-wrover-kit/Kconfig b/boards/esp32-wrover-kit/Kconfig index 317b65b25e..3b7eec8e33 100644 --- a/boards/esp32-wrover-kit/Kconfig +++ b/boards/esp32-wrover-kit/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 HAW Hamburg -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp32-wrover-kit" if BOARD_ESP32_WROVER_KIT diff --git a/boards/esp32-wrover-kit/board.c b/boards/esp32-wrover-kit/board.c index ad5ea859f1..5137f66184 100644 --- a/boards/esp32-wrover-kit/board.c +++ b/boards/esp32-wrover-kit/board.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2019 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/esp32-wrover-kit/include/arduino_iomap.h b/boards/esp32-wrover-kit/include/arduino_iomap.h index e80dbecdc8..620f5671a0 100644 --- a/boards/esp32-wrover-kit/include/arduino_iomap.h +++ b/boards/esp32-wrover-kit/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-wrover-kit/include/board.h b/boards/esp32-wrover-kit/include/board.h index e37381b14b..a967fe28bc 100644 --- a/boards/esp32-wrover-kit/include/board.h +++ b/boards/esp32-wrover-kit/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-wrover-kit/include/gpio_params.h b/boards/esp32-wrover-kit/include/gpio_params.h index d6c20b0cac..ccaa792c5c 100644 --- a/boards/esp32-wrover-kit/include/gpio_params.h +++ b/boards/esp32-wrover-kit/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32-wrover-kit/include/periph_conf.h b/boards/esp32-wrover-kit/include/periph_conf.h index cf1cce9de0..cec0de8e1f 100644 --- a/boards/esp32-wrover-kit/include/periph_conf.h +++ b/boards/esp32-wrover-kit/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32c3-devkit/Kconfig b/boards/esp32c3-devkit/Kconfig index eb7ca9053d..52288bdaac 100644 --- a/boards/esp32c3-devkit/Kconfig +++ b/boards/esp32c3-devkit/Kconfig @@ -1,9 +1,6 @@ -# Copyright (c) 2020 HAW Hamburg -# 2022 Gunar Schorcht -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-FileCopyrightText: 2022 Gunar Schorcht +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp32c3-devkit" if BOARD_ESP32C3_DEVKIT diff --git a/boards/esp32c3-devkit/include/arduino_iomap.h b/boards/esp32c3-devkit/include/arduino_iomap.h index ba8757138f..0a6424e55b 100644 --- a/boards/esp32c3-devkit/include/arduino_iomap.h +++ b/boards/esp32c3-devkit/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2022 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32c3-devkit/include/board.h b/boards/esp32c3-devkit/include/board.h index 65e2c14136..85de235c73 100644 --- a/boards/esp32c3-devkit/include/board.h +++ b/boards/esp32c3-devkit/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2022 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32c3-devkit/include/gpio_params.h b/boards/esp32c3-devkit/include/gpio_params.h index bbcb865847..e60e41ae0c 100644 --- a/boards/esp32c3-devkit/include/gpio_params.h +++ b/boards/esp32c3-devkit/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32c3-devkit/include/periph_conf.h b/boards/esp32c3-devkit/include/periph_conf.h index dfd69c7d30..32c0d39079 100644 --- a/boards/esp32c3-devkit/include/periph_conf.h +++ b/boards/esp32c3-devkit/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2022 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32c3-wemos-mini/Kconfig b/boards/esp32c3-wemos-mini/Kconfig index 94a4671e69..c1cc3ccaa4 100644 --- a/boards/esp32c3-wemos-mini/Kconfig +++ b/boards/esp32c3-wemos-mini/Kconfig @@ -1,9 +1,6 @@ -# Copyright (c) 2020 HAW Hamburg -# 2022 Gunar Schorcht -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-FileCopyrightText: 2022 Gunar Schorcht +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp32c3-wemos-mini" if BOARD_ESP32C3_WEMOS_MINI diff --git a/boards/esp32c3-wemos-mini/include/arduino_iomap.h b/boards/esp32c3-wemos-mini/include/arduino_iomap.h index c05c0c8cf9..709de18133 100644 --- a/boards/esp32c3-wemos-mini/include/arduino_iomap.h +++ b/boards/esp32c3-wemos-mini/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2022 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32c3-wemos-mini/include/board.h b/boards/esp32c3-wemos-mini/include/board.h index d37a80e644..12f39514cc 100644 --- a/boards/esp32c3-wemos-mini/include/board.h +++ b/boards/esp32c3-wemos-mini/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32c3-wemos-mini/include/gpio_params.h b/boards/esp32c3-wemos-mini/include/gpio_params.h index f2140a104a..0bfa644645 100644 --- a/boards/esp32c3-wemos-mini/include/gpio_params.h +++ b/boards/esp32c3-wemos-mini/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32c3-wemos-mini/include/periph_conf.h b/boards/esp32c3-wemos-mini/include/periph_conf.h index 68033269e0..1a846ffc73 100644 --- a/boards/esp32c3-wemos-mini/include/periph_conf.h +++ b/boards/esp32c3-wemos-mini/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32h2-devkit/Kconfig b/boards/esp32h2-devkit/Kconfig index 0630d5ebfd..b73e1cc45d 100644 --- a/boards/esp32h2-devkit/Kconfig +++ b/boards/esp32h2-devkit/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2025 Gunar Schorcht -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2025 Gunar Schorcht +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp32h2-devkit" if BOARD_ESP32H2_DEVKIT diff --git a/boards/esp32h2-devkit/include/arduino_iomap.h b/boards/esp32h2-devkit/include/arduino_iomap.h index 16f92a46b7..1d678b58af 100644 --- a/boards/esp32h2-devkit/include/arduino_iomap.h +++ b/boards/esp32h2-devkit/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2025 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2025 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32h2-devkit/include/board.h b/boards/esp32h2-devkit/include/board.h index 71d5e21f0a..b3285efc67 100644 --- a/boards/esp32h2-devkit/include/board.h +++ b/boards/esp32h2-devkit/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2025 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2025 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32h2-devkit/include/gpio_params.h b/boards/esp32h2-devkit/include/gpio_params.h index cefc80ca8f..8d2445e78b 100644 --- a/boards/esp32h2-devkit/include/gpio_params.h +++ b/boards/esp32h2-devkit/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2025 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2025 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32h2-devkit/include/periph_conf.h b/boards/esp32h2-devkit/include/periph_conf.h index 9d6e8d5f63..3bf06948ed 100644 --- a/boards/esp32h2-devkit/include/periph_conf.h +++ b/boards/esp32h2-devkit/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2025 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2025 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s2-devkit/Kconfig b/boards/esp32s2-devkit/Kconfig index b410e2b4df..041445e979 100644 --- a/boards/esp32s2-devkit/Kconfig +++ b/boards/esp32s2-devkit/Kconfig @@ -1,9 +1,6 @@ -# Copyright (c) 2020 HAW Hamburg -# 2022 Gunar Schorcht -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-FileCopyrightText: 2022 Gunar Schorcht +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp32s2-devkit" if BOARD_ESP32S2_DEVKIT diff --git a/boards/esp32s2-devkit/include/arduino_iomap.h b/boards/esp32s2-devkit/include/arduino_iomap.h index f71acf6c06..b3fc3d85f6 100644 --- a/boards/esp32s2-devkit/include/arduino_iomap.h +++ b/boards/esp32s2-devkit/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2022 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s2-devkit/include/board.h b/boards/esp32s2-devkit/include/board.h index c91b246589..c43a0243c9 100644 --- a/boards/esp32s2-devkit/include/board.h +++ b/boards/esp32s2-devkit/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2022 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s2-devkit/include/gpio_params.h b/boards/esp32s2-devkit/include/gpio_params.h index 77459b5b01..31fabae2d0 100644 --- a/boards/esp32s2-devkit/include/gpio_params.h +++ b/boards/esp32s2-devkit/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s2-devkit/include/periph_conf.h b/boards/esp32s2-devkit/include/periph_conf.h index 3304027367..f42a421107 100644 --- a/boards/esp32s2-devkit/include/periph_conf.h +++ b/boards/esp32s2-devkit/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2022 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s2-lilygo-ttgo-t8/Kconfig b/boards/esp32s2-lilygo-ttgo-t8/Kconfig index f220e69bcb..90514df502 100644 --- a/boards/esp32s2-lilygo-ttgo-t8/Kconfig +++ b/boards/esp32s2-lilygo-ttgo-t8/Kconfig @@ -1,9 +1,6 @@ -# Copyright (c) 2020 HAW Hamburg -# 2022 Gunar Schorcht -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-FileCopyrightText: 2022 Gunar Schorcht +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp32s2-lilygo-ttgo-t8" if BOARD_ESP32S2_LILYGO_TTGO_T8 diff --git a/boards/esp32s2-lilygo-ttgo-t8/board.c b/boards/esp32s2-lilygo-ttgo-t8/board.c index ddbbfce079..5fcf57e0aa 100644 --- a/boards/esp32s2-lilygo-ttgo-t8/board.c +++ b/boards/esp32s2-lilygo-ttgo-t8/board.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/esp32s2-lilygo-ttgo-t8/include/arduino_iomap.h b/boards/esp32s2-lilygo-ttgo-t8/include/arduino_iomap.h index 9bb791e366..1fe0ec6440 100644 --- a/boards/esp32s2-lilygo-ttgo-t8/include/arduino_iomap.h +++ b/boards/esp32s2-lilygo-ttgo-t8/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2022 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s2-lilygo-ttgo-t8/include/board.h b/boards/esp32s2-lilygo-ttgo-t8/include/board.h index 6438280682..2dc4b2c36b 100644 --- a/boards/esp32s2-lilygo-ttgo-t8/include/board.h +++ b/boards/esp32s2-lilygo-ttgo-t8/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2022 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s2-lilygo-ttgo-t8/include/gpio_params.h b/boards/esp32s2-lilygo-ttgo-t8/include/gpio_params.h index 10dba04ef7..4e5370cb40 100644 --- a/boards/esp32s2-lilygo-ttgo-t8/include/gpio_params.h +++ b/boards/esp32s2-lilygo-ttgo-t8/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s2-lilygo-ttgo-t8/include/periph_conf.h b/boards/esp32s2-lilygo-ttgo-t8/include/periph_conf.h index 236d7ee866..11e08d3b97 100644 --- a/boards/esp32s2-lilygo-ttgo-t8/include/periph_conf.h +++ b/boards/esp32s2-lilygo-ttgo-t8/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2022 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s2-wemos-mini/Kconfig b/boards/esp32s2-wemos-mini/Kconfig index 71cd72d2d4..21356bcd85 100644 --- a/boards/esp32s2-wemos-mini/Kconfig +++ b/boards/esp32s2-wemos-mini/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2022 Benjamin Valentin -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2022 Benjamin Valentin +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp32s2-wemos-mini" if BOARD_ESP32S2_WEMOS_MINI diff --git a/boards/esp32s2-wemos-mini/include/board.h b/boards/esp32s2-wemos-mini/include/board.h index f3c1e72d38..57cc1c1c10 100644 --- a/boards/esp32s2-wemos-mini/include/board.h +++ b/boards/esp32s2-wemos-mini/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Benjamin Valentin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2022 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s2-wemos-mini/include/gpio_params.h b/boards/esp32s2-wemos-mini/include/gpio_params.h index e63cbf8cd0..807849fe49 100644 --- a/boards/esp32s2-wemos-mini/include/gpio_params.h +++ b/boards/esp32s2-wemos-mini/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Benjamin Valentin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2022 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s2-wemos-mini/include/periph_conf.h b/boards/esp32s2-wemos-mini/include/periph_conf.h index 7c975d4931..7640015842 100644 --- a/boards/esp32s2-wemos-mini/include/periph_conf.h +++ b/boards/esp32s2-wemos-mini/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Benjamin Valentin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2022 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s3-box/Kconfig b/boards/esp32s3-box/Kconfig index 0480bf63e3..36a54c7948 100644 --- a/boards/esp32s3-box/Kconfig +++ b/boards/esp32s3-box/Kconfig @@ -1,9 +1,6 @@ -# Copyright (c) 2020 HAW Hamburg -# 2023 Gunar Schorcht -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-FileCopyrightText: 2023 Gunar Schorcht +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp32s3-box" if BOARD_ESP32S3_BOX diff --git a/boards/esp32s3-box/board.c b/boards/esp32s3-box/board.c index af145e0140..97262884df 100644 --- a/boards/esp32s3-box/board.c +++ b/boards/esp32s3-box/board.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/esp32s3-box/include/board.h b/boards/esp32s3-box/include/board.h index 73a3ca8d24..5c8137b5c6 100644 --- a/boards/esp32s3-box/include/board.h +++ b/boards/esp32s3-box/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s3-box/include/gpio_params.h b/boards/esp32s3-box/include/gpio_params.h index 2712e4fc56..a7d89509ef 100644 --- a/boards/esp32s3-box/include/gpio_params.h +++ b/boards/esp32s3-box/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s3-box/include/periph_conf.h b/boards/esp32s3-box/include/periph_conf.h index b5cf312e68..6b6794de49 100644 --- a/boards/esp32s3-box/include/periph_conf.h +++ b/boards/esp32s3-box/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s3-devkit/Kconfig b/boards/esp32s3-devkit/Kconfig index a7e286158c..d9a7c333c1 100644 --- a/boards/esp32s3-devkit/Kconfig +++ b/boards/esp32s3-devkit/Kconfig @@ -1,9 +1,6 @@ -# Copyright (c) 2020 HAW Hamburg -# 2022 Gunar Schorcht -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-FileCopyrightText: 2022 Gunar Schorcht +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp32s3-devkit" if BOARD_ESP32S3_DEVKIT diff --git a/boards/esp32s3-devkit/include/arduino_iomap.h b/boards/esp32s3-devkit/include/arduino_iomap.h index 2df61a6af7..4560bfb59e 100644 --- a/boards/esp32s3-devkit/include/arduino_iomap.h +++ b/boards/esp32s3-devkit/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2022 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s3-devkit/include/board.h b/boards/esp32s3-devkit/include/board.h index 3bcc753787..b163fbc7b0 100644 --- a/boards/esp32s3-devkit/include/board.h +++ b/boards/esp32s3-devkit/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2022 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s3-devkit/include/gpio_params.h b/boards/esp32s3-devkit/include/gpio_params.h index b1960f22b7..9cd9848e99 100644 --- a/boards/esp32s3-devkit/include/gpio_params.h +++ b/boards/esp32s3-devkit/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s3-devkit/include/periph_conf.h b/boards/esp32s3-devkit/include/periph_conf.h index 60f82b07ca..5989e21022 100644 --- a/boards/esp32s3-devkit/include/periph_conf.h +++ b/boards/esp32s3-devkit/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2022 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s3-pros3/Kconfig b/boards/esp32s3-pros3/Kconfig index c5dbbae268..9f9c597e97 100644 --- a/boards/esp32s3-pros3/Kconfig +++ b/boards/esp32s3-pros3/Kconfig @@ -1,9 +1,6 @@ -# Copyright (c) 2020 HAW Hamburg -# 2023 Gunar Schorcht -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-FileCopyrightText: 2023 Gunar Schorcht +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp32s3-pros3" if BOARD_ESP32S3_PROS3 diff --git a/boards/esp32s3-pros3/include/arduino_iomap.h b/boards/esp32s3-pros3/include/arduino_iomap.h index 8d6db62697..b08d869de4 100644 --- a/boards/esp32s3-pros3/include/arduino_iomap.h +++ b/boards/esp32s3-pros3/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s3-pros3/include/board.h b/boards/esp32s3-pros3/include/board.h index aefdd654bb..8b08d238ab 100644 --- a/boards/esp32s3-pros3/include/board.h +++ b/boards/esp32s3-pros3/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s3-pros3/include/gpio_params.h b/boards/esp32s3-pros3/include/gpio_params.h index b69e464e72..b62a1f6b3d 100644 --- a/boards/esp32s3-pros3/include/gpio_params.h +++ b/boards/esp32s3-pros3/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s3-pros3/include/periph_conf.h b/boards/esp32s3-pros3/include/periph_conf.h index 30a3ca08f6..8c7ed24ecf 100644 --- a/boards/esp32s3-pros3/include/periph_conf.h +++ b/boards/esp32s3-pros3/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s3-usb-otg/Kconfig b/boards/esp32s3-usb-otg/Kconfig index a99f2038f8..9b2639ddd3 100644 --- a/boards/esp32s3-usb-otg/Kconfig +++ b/boards/esp32s3-usb-otg/Kconfig @@ -1,9 +1,6 @@ -# Copyright (c) 2020 HAW Hamburg -# 2022 Gunar Schorcht -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-FileCopyrightText: 2022 Gunar Schorcht +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp32s3-usb-otg" if BOARD_ESP32S3_USB_OTG diff --git a/boards/esp32s3-usb-otg/board.c b/boards/esp32s3-usb-otg/board.c index 295788175c..364178200b 100644 --- a/boards/esp32s3-usb-otg/board.c +++ b/boards/esp32s3-usb-otg/board.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/esp32s3-usb-otg/include/board.h b/boards/esp32s3-usb-otg/include/board.h index b4f6cfcb6a..aae2d00c45 100644 --- a/boards/esp32s3-usb-otg/include/board.h +++ b/boards/esp32s3-usb-otg/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s3-usb-otg/include/gpio_params.h b/boards/esp32s3-usb-otg/include/gpio_params.h index fd6d4f287d..b15e5c9975 100644 --- a/boards/esp32s3-usb-otg/include/gpio_params.h +++ b/boards/esp32s3-usb-otg/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s3-usb-otg/include/periph_conf.h b/boards/esp32s3-usb-otg/include/periph_conf.h index f753d1759a..ba63152100 100644 --- a/boards/esp32s3-usb-otg/include/periph_conf.h +++ b/boards/esp32s3-usb-otg/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s3-wt32-sc01-plus/Kconfig b/boards/esp32s3-wt32-sc01-plus/Kconfig index cb20b9ff09..cc67ef5a84 100644 --- a/boards/esp32s3-wt32-sc01-plus/Kconfig +++ b/boards/esp32s3-wt32-sc01-plus/Kconfig @@ -1,9 +1,6 @@ -# Copyright (c) 2020 HAW Hamburg -# 2023 Gunar Schorcht -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-FileCopyrightText: 2023 Gunar Schorcht +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp32s3-wt32-sc01-plus" if BOARD_ESP32S3_WT32_SC01_PLUS diff --git a/boards/esp32s3-wt32-sc01-plus/board.c b/boards/esp32s3-wt32-sc01-plus/board.c index 47e84aac4e..7b5dd229de 100644 --- a/boards/esp32s3-wt32-sc01-plus/board.c +++ b/boards/esp32s3-wt32-sc01-plus/board.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/esp32s3-wt32-sc01-plus/include/board.h b/boards/esp32s3-wt32-sc01-plus/include/board.h index 458d9e922a..7e600a5f26 100644 --- a/boards/esp32s3-wt32-sc01-plus/include/board.h +++ b/boards/esp32s3-wt32-sc01-plus/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s3-wt32-sc01-plus/include/gpio_params.h b/boards/esp32s3-wt32-sc01-plus/include/gpio_params.h index 8a5baf637e..fae6bbef1a 100644 --- a/boards/esp32s3-wt32-sc01-plus/include/gpio_params.h +++ b/boards/esp32s3-wt32-sc01-plus/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp32s3-wt32-sc01-plus/include/periph_conf.h b/boards/esp32s3-wt32-sc01-plus/include/periph_conf.h index 5e8283e7d4..0588572e80 100644 --- a/boards/esp32s3-wt32-sc01-plus/include/periph_conf.h +++ b/boards/esp32s3-wt32-sc01-plus/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp8266-esp-12x/Kconfig b/boards/esp8266-esp-12x/Kconfig index 58c37939a5..dd0e89ea07 100644 --- a/boards/esp8266-esp-12x/Kconfig +++ b/boards/esp8266-esp-12x/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 HAW Hamburg -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp8266-esp-12x" if BOARD_ESP8266_ESP_12X diff --git a/boards/esp8266-esp-12x/include/arduino_iomap.h b/boards/esp8266-esp-12x/include/arduino_iomap.h index 4d32ab0980..5bc95e19a8 100644 --- a/boards/esp8266-esp-12x/include/arduino_iomap.h +++ b/boards/esp8266-esp-12x/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp8266-esp-12x/include/board.h b/boards/esp8266-esp-12x/include/board.h index 3d2c6e54f2..31f04c7634 100644 --- a/boards/esp8266-esp-12x/include/board.h +++ b/boards/esp8266-esp-12x/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp8266-esp-12x/include/gpio_params.h b/boards/esp8266-esp-12x/include/gpio_params.h index 156c9b30f9..cc58b3f91c 100644 --- a/boards/esp8266-esp-12x/include/gpio_params.h +++ b/boards/esp8266-esp-12x/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp8266-esp-12x/include/periph_conf.h b/boards/esp8266-esp-12x/include/periph_conf.h index f26f745342..4ff97df445 100644 --- a/boards/esp8266-esp-12x/include/periph_conf.h +++ b/boards/esp8266-esp-12x/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp8266-olimex-mod/Kconfig b/boards/esp8266-olimex-mod/Kconfig index 429d541126..ae73e70149 100644 --- a/boards/esp8266-olimex-mod/Kconfig +++ b/boards/esp8266-olimex-mod/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 HAW Hamburg -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp8266-olimex-mod" if BOARD_ESP8266_OLIMEX_MOD diff --git a/boards/esp8266-olimex-mod/include/arduino_iomap.h b/boards/esp8266-olimex-mod/include/arduino_iomap.h index e0d9639e3c..fc37225735 100644 --- a/boards/esp8266-olimex-mod/include/arduino_iomap.h +++ b/boards/esp8266-olimex-mod/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp8266-olimex-mod/include/board.h b/boards/esp8266-olimex-mod/include/board.h index 7b9d146387..3cdd1ce223 100644 --- a/boards/esp8266-olimex-mod/include/board.h +++ b/boards/esp8266-olimex-mod/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp8266-olimex-mod/include/gpio_params.h b/boards/esp8266-olimex-mod/include/gpio_params.h index 60dc11001e..ce234dc9a9 100644 --- a/boards/esp8266-olimex-mod/include/gpio_params.h +++ b/boards/esp8266-olimex-mod/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp8266-olimex-mod/include/periph_conf.h b/boards/esp8266-olimex-mod/include/periph_conf.h index cee9966190..d66cbdcffc 100644 --- a/boards/esp8266-olimex-mod/include/periph_conf.h +++ b/boards/esp8266-olimex-mod/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp8266-sparkfun-thing/Kconfig b/boards/esp8266-sparkfun-thing/Kconfig index a457ef7271..ec39b1afd5 100644 --- a/boards/esp8266-sparkfun-thing/Kconfig +++ b/boards/esp8266-sparkfun-thing/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 HAW Hamburg -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "esp8266-sparkfun-thing" if BOARD_ESP8266_SPARKFUN_THING diff --git a/boards/esp8266-sparkfun-thing/include/arduino_iomap.h b/boards/esp8266-sparkfun-thing/include/arduino_iomap.h index 9761abaafe..e99964866f 100644 --- a/boards/esp8266-sparkfun-thing/include/arduino_iomap.h +++ b/boards/esp8266-sparkfun-thing/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp8266-sparkfun-thing/include/board.h b/boards/esp8266-sparkfun-thing/include/board.h index 5a0fc87ef6..276ee7f020 100644 --- a/boards/esp8266-sparkfun-thing/include/board.h +++ b/boards/esp8266-sparkfun-thing/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp8266-sparkfun-thing/include/gpio_params.h b/boards/esp8266-sparkfun-thing/include/gpio_params.h index d587237f2e..4b0d744d57 100644 --- a/boards/esp8266-sparkfun-thing/include/gpio_params.h +++ b/boards/esp8266-sparkfun-thing/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/esp8266-sparkfun-thing/include/periph_conf.h b/boards/esp8266-sparkfun-thing/include/periph_conf.h index ecbb5b6c6e..616d02f15a 100644 --- a/boards/esp8266-sparkfun-thing/include/periph_conf.h +++ b/boards/esp8266-sparkfun-thing/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once