diff --git a/boards/acd52832/Kconfig b/boards/acd52832/Kconfig index fc0f9d76f1c8..39720489d88e 100644 --- a/boards/acd52832/Kconfig +++ b/boards/acd52832/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 "acd52832" if BOARD_ACD52832 diff --git a/boards/acd52832/include/board.h b/boards/acd52832/include/board.h index c3e40f10a0aa..94235ec9c763 100644 --- a/boards/acd52832/include/board.h +++ b/boards/acd52832/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 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: 2017 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/acd52832/include/gpio_params.h b/boards/acd52832/include/gpio_params.h index 9f9c9490528e..125594ee4038 100644 --- a/boards/acd52832/include/gpio_params.h +++ b/boards/acd52832/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 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: 2017 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/acd52832/include/periph_conf.h b/boards/acd52832/include/periph_conf.h index b6baff854405..437c303c942f 100644 --- a/boards/acd52832/include/periph_conf.h +++ b/boards/acd52832/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016-2017 Freie Universität Berlin - * 2017 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: 2016-2017 Freie Universität Berlin + * SPDX-FileCopyrightText: 2017 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-clue/Kconfig b/boards/adafruit-clue/Kconfig index 5cca682d2b08..1a5dd846935e 100644 --- a/boards/adafruit-clue/Kconfig +++ b/boards/adafruit-clue/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 "adafruit-clue" if BOARD_ADAFRUIT_CLUE diff --git a/boards/adafruit-clue/board.c b/boards/adafruit-clue/board.c index f1f46993ba2d..07523a63eaaa 100644 --- a/boards/adafruit-clue/board.c +++ b/boards/adafruit-clue/board.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/adafruit-clue/include/board.h b/boards/adafruit-clue/include/board.h index 6b7b9bf9efc8..3114923c600c 100644 --- a/boards/adafruit-clue/include/board.h +++ b/boards/adafruit-clue/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-clue/include/gpio_params.h b/boards/adafruit-clue/include/gpio_params.h index 54d365b636eb..4c810192adba 100644 --- a/boards/adafruit-clue/include/gpio_params.h +++ b/boards/adafruit-clue/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-clue/include/periph_conf.h b/boards/adafruit-clue/include/periph_conf.h index 8aa6d4fda7bc..5179463e2fe3 100644 --- a/boards/adafruit-clue/include/periph_conf.h +++ b/boards/adafruit-clue/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-feather-nrf52840-express/Kconfig b/boards/adafruit-feather-nrf52840-express/Kconfig index 48f2ae5760a4..3650dd985ea8 100644 --- a/boards/adafruit-feather-nrf52840-express/Kconfig +++ b/boards/adafruit-feather-nrf52840-express/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 "adafruit-feather-nrf52840-express" if BOARD_ADAFRUIT_FEATHER_NRF52840_EXPRESS diff --git a/boards/adafruit-feather-nrf52840-express/bat_voltage.c b/boards/adafruit-feather-nrf52840-express/bat_voltage.c index fd4ae592016d..6ea5840fd7a2 100644 --- a/boards/adafruit-feather-nrf52840-express/bat_voltage.c +++ b/boards/adafruit-feather-nrf52840-express/bat_voltage.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 TU Dresden - * - * 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: 2024 TU Dresden + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/adafruit-feather-nrf52840-express/include/bat_voltage_params.h b/boards/adafruit-feather-nrf52840-express/include/bat_voltage_params.h index c5a0ff192dd5..25fc654918c3 100644 --- a/boards/adafruit-feather-nrf52840-express/include/bat_voltage_params.h +++ b/boards/adafruit-feather-nrf52840-express/include/bat_voltage_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 TU Dresden - * - * 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: 2024 TU Dresden + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-feather-nrf52840-express/include/board.h b/boards/adafruit-feather-nrf52840-express/include/board.h index 63a66acc9880..08047919c13d 100644 --- a/boards/adafruit-feather-nrf52840-express/include/board.h +++ b/boards/adafruit-feather-nrf52840-express/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Freie Universität Berlin - * - * 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 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-feather-nrf52840-express/include/gpio_params.h b/boards/adafruit-feather-nrf52840-express/include/gpio_params.h index 2451edf507a5..271df875afe9 100644 --- a/boards/adafruit-feather-nrf52840-express/include/gpio_params.h +++ b/boards/adafruit-feather-nrf52840-express/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Freie Universität Berlin - * - * 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 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-feather-nrf52840-express/include/periph_conf.h b/boards/adafruit-feather-nrf52840-express/include/periph_conf.h index 356c448f9874..531a4dd55eb6 100644 --- a/boards/adafruit-feather-nrf52840-express/include/periph_conf.h +++ b/boards/adafruit-feather-nrf52840-express/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Freie Universität Berlin - * - * 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 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-feather-nrf52840-express/mtd.c b/boards/adafruit-feather-nrf52840-express/mtd.c index 1efefbf505bf..b5655b58693a 100644 --- a/boards/adafruit-feather-nrf52840-express/mtd.c +++ b/boards/adafruit-feather-nrf52840-express/mtd.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2025 TU Dresden - * - * 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 TU Dresden + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/adafruit-feather-nrf52840-sense/Kconfig b/boards/adafruit-feather-nrf52840-sense/Kconfig index ee20cf5f8f54..2fb30363210d 100644 --- a/boards/adafruit-feather-nrf52840-sense/Kconfig +++ b/boards/adafruit-feather-nrf52840-sense/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2023 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: 2023 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "adafruit-feather-nrf52840-sense" if BOARD_ADAFRUIT_FEATHER_NRF52840_SENSE diff --git a/boards/adafruit-feather-nrf52840-sense/bat_voltage.c b/boards/adafruit-feather-nrf52840-sense/bat_voltage.c index 7b3718931506..796a7470b96f 100644 --- a/boards/adafruit-feather-nrf52840-sense/bat_voltage.c +++ b/boards/adafruit-feather-nrf52840-sense/bat_voltage.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 TU Dresden - * - * 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: 2024 TU Dresden + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/adafruit-feather-nrf52840-sense/include/bat_voltage_params.h b/boards/adafruit-feather-nrf52840-sense/include/bat_voltage_params.h index ff2f1f32910c..00a242d5e827 100644 --- a/boards/adafruit-feather-nrf52840-sense/include/bat_voltage_params.h +++ b/boards/adafruit-feather-nrf52840-sense/include/bat_voltage_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 TU Dresden - * - * 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: 2024 TU Dresden + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-feather-nrf52840-sense/include/board.h b/boards/adafruit-feather-nrf52840-sense/include/board.h index cb5f26ae8082..ee94a01a0cbc 100644 --- a/boards/adafruit-feather-nrf52840-sense/include/board.h +++ b/boards/adafruit-feather-nrf52840-sense/include/board.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2020 Freie Universität Berlin - * Copyright (C) 2023 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 Freie Universität Berlin + * SPDX-FileCopyrightText: 2023 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-feather-nrf52840-sense/include/gpio_params.h b/boards/adafruit-feather-nrf52840-sense/include/gpio_params.h index a0df52672f36..8e5652b91dd7 100644 --- a/boards/adafruit-feather-nrf52840-sense/include/gpio_params.h +++ b/boards/adafruit-feather-nrf52840-sense/include/gpio_params.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2020 Freie Universität Berlin - * Copyright (C) 2023 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 Freie Universität Berlin + * SPDX-FileCopyrightText: 2023 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-feather-nrf52840-sense/include/periph_conf.h b/boards/adafruit-feather-nrf52840-sense/include/periph_conf.h index 0d299b65c16d..65f020ab872e 100644 --- a/boards/adafruit-feather-nrf52840-sense/include/periph_conf.h +++ b/boards/adafruit-feather-nrf52840-sense/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2020 Freie Universität Berlin - * Copyright (C) 2023 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 Freie Universität Berlin + * SPDX-FileCopyrightText: 2023 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-feather-nrf52840-sense/mtd.c b/boards/adafruit-feather-nrf52840-sense/mtd.c index bd24655ff7f5..ec2411d47074 100644 --- a/boards/adafruit-feather-nrf52840-sense/mtd.c +++ b/boards/adafruit-feather-nrf52840-sense/mtd.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2025 TU Dresden - * - * 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 TU Dresden + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/adafruit-grand-central-m4-express/Kconfig b/boards/adafruit-grand-central-m4-express/Kconfig index f10d33705225..03b136cb2708 100644 --- a/boards/adafruit-grand-central-m4-express/Kconfig +++ b/boards/adafruit-grand-central-m4-express/Kconfig @@ -1,8 +1,5 @@ -# 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 config BOARD default "adafruit-grand-central-m4-express" if BOARD_ADAFRUIT_GRAND_CENTRAL_M4_EXPRESS diff --git a/boards/adafruit-grand-central-m4-express/board.c b/boards/adafruit-grand-central-m4-express/board.c index 12c044c0db3a..4239693b1148 100644 --- a/boards/adafruit-grand-central-m4-express/board.c +++ b/boards/adafruit-grand-central-m4-express/board.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2021 ML!PA Consulting GmbH - * 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: 2021 ML!PA Consulting GmbH + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/adafruit-grand-central-m4-express/include/arduino_iomap.h b/boards/adafruit-grand-central-m4-express/include/arduino_iomap.h index f1eab97149a3..223df9969b4e 100644 --- a/boards/adafruit-grand-central-m4-express/include/arduino_iomap.h +++ b/boards/adafruit-grand-central-m4-express/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/adafruit-grand-central-m4-express/include/board.h b/boards/adafruit-grand-central-m4-express/include/board.h index 0f4306277725..deb228416803 100644 --- a/boards/adafruit-grand-central-m4-express/include/board.h +++ b/boards/adafruit-grand-central-m4-express/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/adafruit-grand-central-m4-express/include/gpio_params.h b/boards/adafruit-grand-central-m4-express/include/gpio_params.h index 31f21b53630f..119a7e401302 100644 --- a/boards/adafruit-grand-central-m4-express/include/gpio_params.h +++ b/boards/adafruit-grand-central-m4-express/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/adafruit-grand-central-m4-express/include/periph_conf.h b/boards/adafruit-grand-central-m4-express/include/periph_conf.h index f795740b086a..52531d915238 100644 --- a/boards/adafruit-grand-central-m4-express/include/periph_conf.h +++ b/boards/adafruit-grand-central-m4-express/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2021 ML!PA Consulting GmbH - * 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: 2021 ML!PA Consulting GmbH + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-itsybitsy-m4/Kconfig b/boards/adafruit-itsybitsy-m4/Kconfig index 39d0a1568575..b3273a307450 100644 --- a/boards/adafruit-itsybitsy-m4/Kconfig +++ b/boards/adafruit-itsybitsy-m4/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2021 ML!PA Consulting GmbH -# -# 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: 2021 ML!PA Consulting GmbH +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "adafruit-itsybitsy-m4" if BOARD_ADAFRUIT_ITSYBITSY_M4 diff --git a/boards/adafruit-itsybitsy-m4/board.c b/boards/adafruit-itsybitsy-m4/board.c index 3cfa05753aa8..add6f9dfef1a 100644 --- a/boards/adafruit-itsybitsy-m4/board.c +++ b/boards/adafruit-itsybitsy-m4/board.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 ML!PA Consulting GmbH - * - * 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: 2021 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/adafruit-itsybitsy-m4/include/board.h b/boards/adafruit-itsybitsy-m4/include/board.h index 4a48c17e19b8..f672518541a1 100644 --- a/boards/adafruit-itsybitsy-m4/include/board.h +++ b/boards/adafruit-itsybitsy-m4/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 ML!PA Consulting GmbH - * - * 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: 2021 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-itsybitsy-m4/include/gpio_params.h b/boards/adafruit-itsybitsy-m4/include/gpio_params.h index c97d21242d7c..0e67c7fa597e 100644 --- a/boards/adafruit-itsybitsy-m4/include/gpio_params.h +++ b/boards/adafruit-itsybitsy-m4/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 ML!PA Consulting GmbH - * - * 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: 2021 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-itsybitsy-m4/include/periph_conf.h b/boards/adafruit-itsybitsy-m4/include/periph_conf.h index b89fff568195..f4d7fb9f65f4 100644 --- a/boards/adafruit-itsybitsy-m4/include/periph_conf.h +++ b/boards/adafruit-itsybitsy-m4/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 ML!PA Consulting GmbH - * - * 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: 2021 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-itsybitsy-nrf52/Kconfig b/boards/adafruit-itsybitsy-nrf52/Kconfig index ae9dd8464dcc..6798f54806e4 100644 --- a/boards/adafruit-itsybitsy-nrf52/Kconfig +++ b/boards/adafruit-itsybitsy-nrf52/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 "adafruit-itsybitsy-nrf52" if BOARD_ADAFRUIT_ITSYBITSY_NRF52 diff --git a/boards/adafruit-itsybitsy-nrf52/include/board.h b/boards/adafruit-itsybitsy-nrf52/include/board.h index 95dc0bdd397b..4688826d6733 100644 --- a/boards/adafruit-itsybitsy-nrf52/include/board.h +++ b/boards/adafruit-itsybitsy-nrf52/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Bruno Chianca - * - * 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 Bruno Chianca + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-itsybitsy-nrf52/include/gpio_params.h b/boards/adafruit-itsybitsy-nrf52/include/gpio_params.h index 1431b71fe6c9..c64a7bee1248 100644 --- a/boards/adafruit-itsybitsy-nrf52/include/gpio_params.h +++ b/boards/adafruit-itsybitsy-nrf52/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Bruno Chianca - * - * 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 Bruno Chianca + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-itsybitsy-nrf52/include/periph_conf.h b/boards/adafruit-itsybitsy-nrf52/include/periph_conf.h index 419879db52fc..018d20769aa1 100644 --- a/boards/adafruit-itsybitsy-nrf52/include/periph_conf.h +++ b/boards/adafruit-itsybitsy-nrf52/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Bruno Chianca - * - * 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 Bruno Chianca + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-metro-m4-express/Kconfig b/boards/adafruit-metro-m4-express/Kconfig index 1c3455f09345..d6accce9162b 100644 --- a/boards/adafruit-metro-m4-express/Kconfig +++ b/boards/adafruit-metro-m4-express/Kconfig @@ -1,8 +1,5 @@ -# Copyright (C) 2024 ML!PA Consulting GmbH -# -# 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: 2024 ML!PA Consulting GmbH +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "adafruit-metro-m4-express" if BOARD_ADAFRUIT_METRO_M4_EXPRESS diff --git a/boards/adafruit-metro-m4-express/board.c b/boards/adafruit-metro-m4-express/board.c index 46eaeda40039..33a9eb73b362 100644 --- a/boards/adafruit-metro-m4-express/board.c +++ b/boards/adafruit-metro-m4-express/board.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 ML!PA Consulting GmbH - * - * 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: 2024 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/adafruit-metro-m4-express/include/arduino_iomap.h b/boards/adafruit-metro-m4-express/include/arduino_iomap.h index 973ce4e319c6..0211cd8b3f0c 100644 --- a/boards/adafruit-metro-m4-express/include/arduino_iomap.h +++ b/boards/adafruit-metro-m4-express/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 ML!PA Consulting GmbH - * - * 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: 2024 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-metro-m4-express/include/board.h b/boards/adafruit-metro-m4-express/include/board.h index 592f6e703e10..cb1190e06798 100644 --- a/boards/adafruit-metro-m4-express/include/board.h +++ b/boards/adafruit-metro-m4-express/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 ML!PA Consulting GmbH - * - * 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: 2024 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-metro-m4-express/include/gpio_params.h b/boards/adafruit-metro-m4-express/include/gpio_params.h index bf3c7eaadd25..9bcde4424236 100644 --- a/boards/adafruit-metro-m4-express/include/gpio_params.h +++ b/boards/adafruit-metro-m4-express/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 ML!PA Consulting GmbH - * - * 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: 2024 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-metro-m4-express/include/periph_conf.h b/boards/adafruit-metro-m4-express/include/periph_conf.h index 8c4fafbd581f..b7be90750cfe 100644 --- a/boards/adafruit-metro-m4-express/include/periph_conf.h +++ b/boards/adafruit-metro-m4-express/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 ML!PA Consulting GmbH - * - * 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: 2024 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-pybadge/Kconfig b/boards/adafruit-pybadge/Kconfig index e3e9a6210530..c6eb6b62f416 100644 --- a/boards/adafruit-pybadge/Kconfig +++ b/boards/adafruit-pybadge/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 Inria -# -# 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 Inria +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "adafruit-pybadge" if BOARD_ADAFRUIT_PYBADGE diff --git a/boards/adafruit-pybadge/board.c b/boards/adafruit-pybadge/board.c index 60268b48c134..305b4405d76c 100644 --- a/boards/adafruit-pybadge/board.c +++ b/boards/adafruit-pybadge/board.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/adafruit-pybadge/include/board.h b/boards/adafruit-pybadge/include/board.h index 181cc2e32e66..b1f9910bf46d 100644 --- a/boards/adafruit-pybadge/include/board.h +++ b/boards/adafruit-pybadge/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-pybadge/include/gpio_params.h b/boards/adafruit-pybadge/include/gpio_params.h index 0c9a90a29fdf..2d98240d505c 100644 --- a/boards/adafruit-pybadge/include/gpio_params.h +++ b/boards/adafruit-pybadge/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/adafruit-pybadge/include/periph_conf.h b/boards/adafruit-pybadge/include/periph_conf.h index 7d4ea4b6579e..ea8f87db2448 100644 --- a/boards/adafruit-pybadge/include/periph_conf.h +++ b/boards/adafruit-pybadge/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/airfy-beacon/Kconfig b/boards/airfy-beacon/Kconfig index 74aa0c2abeb9..1f87f9cfc98a 100644 --- a/boards/airfy-beacon/Kconfig +++ b/boards/airfy-beacon/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 "airfy-beacon" if BOARD_AIRFY_BEACON diff --git a/boards/airfy-beacon/include/board.h b/boards/airfy-beacon/include/board.h index c530d8801b0a..7acad9250648 100644 --- a/boards/airfy-beacon/include/board.h +++ b/boards/airfy-beacon/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 Christian Mehlis - * - * 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: 2014 Christian Mehlis + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/airfy-beacon/include/periph_conf.h b/boards/airfy-beacon/include/periph_conf.h index 80fc751d6895..c71d609589dd 100644 --- a/boards/airfy-beacon/include/periph_conf.h +++ b/boards/airfy-beacon/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 Christian Mehlis - * - * 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: 2014 Christian Mehlis + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/alientek-pandora/Kconfig b/boards/alientek-pandora/Kconfig index 180f99542188..e8e82fca31a4 100644 --- a/boards/alientek-pandora/Kconfig +++ b/boards/alientek-pandora/Kconfig @@ -1,9 +1,5 @@ -# Copyright (C) 2021 Luo Jia (HUST IoT Security Lab) -# -# 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: 2021 Luo Jia (HUST IoT Security Lab) +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "alientek-pandora" if BOARD_ALIENTEK_PANDORA diff --git a/boards/alientek-pandora/include/board.h b/boards/alientek-pandora/include/board.h index bc7c45cfa2bd..8ffde68253d4 100644 --- a/boards/alientek-pandora/include/board.h +++ b/boards/alientek-pandora/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Luo Jia (HUST IoT Security Lab) - * - * 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: 2021 Luo Jia (HUST IoT Security Lab) + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/alientek-pandora/include/gpio_params.h b/boards/alientek-pandora/include/gpio_params.h index 3476e44ff29a..be0b1f59d36d 100644 --- a/boards/alientek-pandora/include/gpio_params.h +++ b/boards/alientek-pandora/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Luo Jia (HUST IoT Security Lab) - * - * 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: 2021 Luo Jia (HUST IoT Security Lab) + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/alientek-pandora/include/periph_conf.h b/boards/alientek-pandora/include/periph_conf.h index 0e4e8bf3a19f..ba97de6c644f 100644 --- a/boards/alientek-pandora/include/periph_conf.h +++ b/boards/alientek-pandora/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Luo Jia (HUST IoT Security Lab) - * - * 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: 2021 Luo Jia (HUST IoT Security Lab) + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/arduino-due/Kconfig b/boards/arduino-due/Kconfig index 272b90ad8bb8..db72bccd809c 100644 --- a/boards/arduino-due/Kconfig +++ b/boards/arduino-due/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 "arduino-due" if BOARD_ARDUINO_DUE diff --git a/boards/arduino-duemilanove/Kconfig b/boards/arduino-duemilanove/Kconfig index 34a36f7d595b..8aa9f8297b5b 100644 --- a/boards/arduino-duemilanove/Kconfig +++ b/boards/arduino-duemilanove/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_ARDUINO_DUEMILANOVE bool diff --git a/boards/arduino-duemilanove/include/board.h b/boards/arduino-duemilanove/include/board.h index a3917f6f897d..9bc7ebca8108 100644 --- a/boards/arduino-duemilanove/include/board.h +++ b/boards/arduino-duemilanove/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Freie Universität Berlin - * - * 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: 2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/arduino-leonardo/Kconfig b/boards/arduino-leonardo/Kconfig index d97ff4d24b86..b1473cb7ce67 100644 --- a/boards/arduino-leonardo/Kconfig +++ b/boards/arduino-leonardo/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 "arduino-leonardo" if BOARD_ARDUINO_LEONARDO diff --git a/boards/arduino-leonardo/board.c b/boards/arduino-leonardo/board.c index 9d54cc4864d4..2eb009c089c6 100644 --- a/boards/arduino-leonardo/board.c +++ b/boards/arduino-leonardo/board.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Thomas Perrot - * - * 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: 2017 Thomas Perrot + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/arduino-leonardo/include/board.h b/boards/arduino-leonardo/include/board.h index 6b79e8db62e7..84a24dbece63 100644 --- a/boards/arduino-leonardo/include/board.h +++ b/boards/arduino-leonardo/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Thomas Perrot - * - * 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: 2017 Thomas Perrot + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/arduino-mega2560/Kconfig b/boards/arduino-mega2560/Kconfig index a89be64ae1a5..c35edba52eac 100644 --- a/boards/arduino-mega2560/Kconfig +++ b/boards/arduino-mega2560/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 "arduino-mega2560" if BOARD_ARDUINO_MEGA2560 diff --git a/boards/arduino-mega2560/include/board.h b/boards/arduino-mega2560/include/board.h index ebd9ba019f76..0477d5e2bf3d 100644 --- a/boards/arduino-mega2560/include/board.h +++ b/boards/arduino-mega2560/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Freie Universität Berlin - * - * 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: 2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/arduino-mkr1000/Kconfig b/boards/arduino-mkr1000/Kconfig index 4fb4b38a4d32..c27965e877de 100644 --- a/boards/arduino-mkr1000/Kconfig +++ b/boards/arduino-mkr1000/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 "arduino-mkr1000" if BOARD_ARDUINO_MKR1000 diff --git a/boards/arduino-mkr1000/include/board.h b/boards/arduino-mkr1000/include/board.h index 6d3ff9f78a49..640a1eeed292 100644 --- a/boards/arduino-mkr1000/include/board.h +++ b/boards/arduino-mkr1000/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016-2017 Inria - * - * 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: 2016-2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/arduino-mkrfox1200/Kconfig b/boards/arduino-mkrfox1200/Kconfig index 2c6d4af1dce6..8e7ebd6c7115 100644 --- a/boards/arduino-mkrfox1200/Kconfig +++ b/boards/arduino-mkrfox1200/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 "arduino-mkrfox1200" if BOARD_ARDUINO_MKRFOX1200 diff --git a/boards/arduino-mkrfox1200/include/board.h b/boards/arduino-mkrfox1200/include/board.h index a799be0effe5..384d62b91470 100644 --- a/boards/arduino-mkrfox1200/include/board.h +++ b/boards/arduino-mkrfox1200/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Inria - * - * 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: 2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/arduino-mkrwan1300/Kconfig b/boards/arduino-mkrwan1300/Kconfig index f9ea375ca843..443c94d945a6 100644 --- a/boards/arduino-mkrwan1300/Kconfig +++ b/boards/arduino-mkrwan1300/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 "arduino-mkrwan1300" if BOARD_ARDUINO_MKRWAN1300 diff --git a/boards/arduino-mkrwan1300/include/board.h b/boards/arduino-mkrwan1300/include/board.h index 753be7811353..f5f6d86f73ed 100644 --- a/boards/arduino-mkrwan1300/include/board.h +++ b/boards/arduino-mkrwan1300/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/arduino-mkrwan1300/include/periph_conf.h b/boards/arduino-mkrwan1300/include/periph_conf.h index 72f825efef20..8ec4dff35bdb 100644 --- a/boards/arduino-mkrwan1300/include/periph_conf.h +++ b/boards/arduino-mkrwan1300/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016 Freie Universität Berlin - * 2016-2018 Inria - * - * 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: 2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2016-2018 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/arduino-mkrzero/Kconfig b/boards/arduino-mkrzero/Kconfig index 9b8abe36c01f..abf6125b2933 100644 --- a/boards/arduino-mkrzero/Kconfig +++ b/boards/arduino-mkrzero/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 "arduino-mkrzero" if BOARD_ARDUINO_MKRZERO diff --git a/boards/arduino-mkrzero/include/board.h b/boards/arduino-mkrzero/include/board.h index b6329499ad2d..09b311cf7da1 100644 --- a/boards/arduino-mkrzero/include/board.h +++ b/boards/arduino-mkrzero/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Inria - * - * 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: 2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/arduino-nano-33-ble-sense/Kconfig b/boards/arduino-nano-33-ble-sense/Kconfig index 2e33b329d250..9054247c676b 100644 --- a/boards/arduino-nano-33-ble-sense/Kconfig +++ b/boards/arduino-nano-33-ble-sense/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2024 Méwen Berthelot -# -# 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: 2024 Méwen Berthelot +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "arduino-nano-33-ble-sense" if BOARD_ARDUINO_NANO_33_BLE_SENSE diff --git a/boards/arduino-nano-33-ble-sense/board.c b/boards/arduino-nano-33-ble-sense/board.c index 9d450f074502..c576a0b56eff 100644 --- a/boards/arduino-nano-33-ble-sense/board.c +++ b/boards/arduino-nano-33-ble-sense/board.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 Méwen Berthelot - * - * 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: 2024 Méwen Berthelot + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/arduino-nano-33-ble-sense/include/board.h b/boards/arduino-nano-33-ble-sense/include/board.h index 263515c5969e..eae1dbc58e2e 100644 --- a/boards/arduino-nano-33-ble-sense/include/board.h +++ b/boards/arduino-nano-33-ble-sense/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 Méwen Berthelot - * - * 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: 2024 Méwen Berthelot + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/arduino-nano-33-ble-sense/include/gpio_params.h b/boards/arduino-nano-33-ble-sense/include/gpio_params.h index 741d706658b1..55bf518be1e4 100644 --- a/boards/arduino-nano-33-ble-sense/include/gpio_params.h +++ b/boards/arduino-nano-33-ble-sense/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/arduino-nano-33-ble-sense/include/periph_conf.h b/boards/arduino-nano-33-ble-sense/include/periph_conf.h index 481e8472e761..9311442cea22 100644 --- a/boards/arduino-nano-33-ble-sense/include/periph_conf.h +++ b/boards/arduino-nano-33-ble-sense/include/periph_conf.h @@ -1,8 +1,6 @@ /* - * Copyright (C) 2024 Méwen Berthelot - * 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: 2024 Méwen Berthelot + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/arduino-nano-33-ble-sense/reset.c b/boards/arduino-nano-33-ble-sense/reset.c index 7e9dd332c5a9..5c96fcb73529 100644 --- a/boards/arduino-nano-33-ble-sense/reset.c +++ b/boards/arduino-nano-33-ble-sense/reset.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/arduino-nano-33-ble/Kconfig b/boards/arduino-nano-33-ble/Kconfig index 4750ea176527..915777bfc6ea 100644 --- a/boards/arduino-nano-33-ble/Kconfig +++ b/boards/arduino-nano-33-ble/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 "arduino-nano-33-ble" if BOARD_ARDUINO_NANO_33_BLE diff --git a/boards/arduino-nano-33-ble/include/board.h b/boards/arduino-nano-33-ble/include/board.h index 742fd29f80f7..fe4930b0d620 100644 --- a/boards/arduino-nano-33-ble/include/board.h +++ b/boards/arduino-nano-33-ble/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/arduino-nano-33-ble/include/gpio_params.h b/boards/arduino-nano-33-ble/include/gpio_params.h index 8e6e9f599647..c04e96d8577e 100644 --- a/boards/arduino-nano-33-ble/include/gpio_params.h +++ b/boards/arduino-nano-33-ble/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/arduino-nano-33-ble/include/periph_conf.h b/boards/arduino-nano-33-ble/include/periph_conf.h index b28e28158ff6..838dd39fe13e 100644 --- a/boards/arduino-nano-33-ble/include/periph_conf.h +++ b/boards/arduino-nano-33-ble/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/arduino-nano-33-ble/reset.c b/boards/arduino-nano-33-ble/reset.c index a4f3468459af..b41055d1e712 100644 --- a/boards/arduino-nano-33-ble/reset.c +++ b/boards/arduino-nano-33-ble/reset.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/arduino-nano-33-iot/Kconfig b/boards/arduino-nano-33-iot/Kconfig index d4d702bc6d0b..20493a03594f 100644 --- a/boards/arduino-nano-33-iot/Kconfig +++ b/boards/arduino-nano-33-iot/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 Inria -# -# 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 Inria +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "arduino-nano-33-iot" if BOARD_ARDUINO_NANO_33_IOT diff --git a/boards/arduino-nano-33-iot/include/board.h b/boards/arduino-nano-33-iot/include/board.h index 4323eaf072d6..4479aa337537 100644 --- a/boards/arduino-nano-33-iot/include/board.h +++ b/boards/arduino-nano-33-iot/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/arduino-nano-33-iot/include/gpio_params.h b/boards/arduino-nano-33-iot/include/gpio_params.h index 5f54a188fbe8..57b342d827bd 100644 --- a/boards/arduino-nano-33-iot/include/gpio_params.h +++ b/boards/arduino-nano-33-iot/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/arduino-nano-33-iot/include/periph_conf.h b/boards/arduino-nano-33-iot/include/periph_conf.h index 1f6cea66d263..7862c3fe4ef2 100644 --- a/boards/arduino-nano-33-iot/include/periph_conf.h +++ b/boards/arduino-nano-33-iot/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/arduino-nano/Kconfig b/boards/arduino-nano/Kconfig index 2375c2413e88..bb83dc344aad 100644 --- a/boards/arduino-nano/Kconfig +++ b/boards/arduino-nano/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_ARDUINO_NANO bool diff --git a/boards/arduino-nano/include/board.h b/boards/arduino-nano/include/board.h index 924eff0b97ab..62a54ecf8461 100644 --- a/boards/arduino-nano/include/board.h +++ b/boards/arduino-nano/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Freie Universität Berlin - * - * 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: 2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/arduino-uno/Kconfig b/boards/arduino-uno/Kconfig index acd5da8af91f..5503e2bbfb08 100644 --- a/boards/arduino-uno/Kconfig +++ b/boards/arduino-uno/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_ARDUINO_UNO bool diff --git a/boards/arduino-uno/include/board.h b/boards/arduino-uno/include/board.h index 659cc2e52f91..6a1fa29b4f21 100644 --- a/boards/arduino-uno/include/board.h +++ b/boards/arduino-uno/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Freie Universität Berlin - * - * 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: 2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/arduino-zero/Kconfig b/boards/arduino-zero/Kconfig index bb1932fa02e5..3402242e99e4 100644 --- a/boards/arduino-zero/Kconfig +++ b/boards/arduino-zero/Kconfig @@ -1,9 +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 "arduino-zero" if BOARD_ARDUINO_ZERO diff --git a/boards/atmega1284p/Kconfig b/boards/atmega1284p/Kconfig index 401ce8ad02c1..2a0344f3588b 100644 --- a/boards/atmega1284p/Kconfig +++ b/boards/atmega1284p/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 "atmega1284p" if BOARD_ATMEGA1284P diff --git a/boards/atmega1284p/include/board.h b/boards/atmega1284p/include/board.h index f148f20ef66e..9ab095003a2c 100644 --- a/boards/atmega1284p/include/board.h +++ b/boards/atmega1284p/include/board.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen - * 2016 Laurent Navet - * 2019 Otto-von-Guericke-Universität Magdeburg - * - * 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: 2014 Freie Universität Berlin, Hinnerk van Bruinehsen + * SPDX-FileCopyrightText: 2016 Laurent Navet + * SPDX-FileCopyrightText: 2019 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/atmega1284p/include/periph_conf.h b/boards/atmega1284p/include/periph_conf.h index c9d0b96a60eb..74f7758002bb 100644 --- a/boards/atmega1284p/include/periph_conf.h +++ b/boards/atmega1284p/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Otto-von-Guericke-Universität Magdeburg - * - * 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 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/atmega256rfr2-xpro/Kconfig b/boards/atmega256rfr2-xpro/Kconfig index 889e09fc8bb2..07bf76d8794d 100644 --- a/boards/atmega256rfr2-xpro/Kconfig +++ b/boards/atmega256rfr2-xpro/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 "atmega256rfr2-xpro" if BOARD_ATMEGA256RFR2_XPRO diff --git a/boards/atmega256rfr2-xpro/include/board.h b/boards/atmega256rfr2-xpro/include/board.h index cdb5839c4fa2..37003f8d5674 100644 --- a/boards/atmega256rfr2-xpro/include/board.h +++ b/boards/atmega256rfr2-xpro/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/atmega256rfr2-xpro/include/gpio_params.h b/boards/atmega256rfr2-xpro/include/gpio_params.h index 3905a0120473..e804296bfb82 100644 --- a/boards/atmega256rfr2-xpro/include/gpio_params.h +++ b/boards/atmega256rfr2-xpro/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/atmega256rfr2-xpro/include/periph_conf.h b/boards/atmega256rfr2-xpro/include/periph_conf.h index bb3f4655df20..ea50a790ffa5 100644 --- a/boards/atmega256rfr2-xpro/include/periph_conf.h +++ b/boards/atmega256rfr2-xpro/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/atmega328p-xplained-mini/Kconfig b/boards/atmega328p-xplained-mini/Kconfig index be3e32694726..ff3142f578b7 100644 --- a/boards/atmega328p-xplained-mini/Kconfig +++ b/boards/atmega328p-xplained-mini/Kconfig @@ -1,9 +1,6 @@ -# Copyright (c) 2020 HAW Hamburg -# Copyright (c) 2021-2023 Gerson Fernando Budke -# -# 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: 2021-2023 Gerson Fernando Budke +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "atmega328p-xplained-mini" if BOARD_ATMEGA328P_XPLAINED_MINI diff --git a/boards/atmega328p-xplained-mini/include/board.h b/boards/atmega328p-xplained-mini/include/board.h index 410ba960fa72..162a4bf9c672 100644 --- a/boards/atmega328p-xplained-mini/include/board.h +++ b/boards/atmega328p-xplained-mini/include/board.h @@ -1,12 +1,9 @@ /* - * Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen - * 2016 Laurent Navet - * 2019 Otto-von-Guericke-Universität Magdeburg - * 2021-2123 Gerson Fernando Budke - * - * 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: 2014 Freie Universität Berlin, Hinnerk van Bruinehsen + * SPDX-FileCopyrightText: 2016 Laurent Navet + * SPDX-FileCopyrightText: 2019 Otto-von-Guericke-Universität Magdeburg + * SPDX-FileCopyrightText: 2021-2023 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/atmega328p-xplained-mini/include/gpio_params.h b/boards/atmega328p-xplained-mini/include/gpio_params.h index bde54751021d..fd516c7a2833 100644 --- a/boards/atmega328p-xplained-mini/include/gpio_params.h +++ b/boards/atmega328p-xplained-mini/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Gerson Fernando Budke - * - * 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 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/atmega328p-xplained-mini/include/periph_conf.h b/boards/atmega328p-xplained-mini/include/periph_conf.h index 1ae3eb21b701..7624fea49c72 100644 --- a/boards/atmega328p-xplained-mini/include/periph_conf.h +++ b/boards/atmega328p-xplained-mini/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2019 Otto-von-Guericke-Universität Magdeburg - * 2021 Gerson Fernando Budke - * - * 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 Otto-von-Guericke-Universität Magdeburg + * SPDX-FileCopyrightText: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/atmega328p/Kconfig b/boards/atmega328p/Kconfig index ec848bb9eb6d..e40c4ef430fd 100644 --- a/boards/atmega328p/Kconfig +++ b/boards/atmega328p/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 "atmega328p" if BOARD_ATMEGA328P diff --git a/boards/atmega328p/include/board.h b/boards/atmega328p/include/board.h index a20dcca1e614..9650cbb76129 100644 --- a/boards/atmega328p/include/board.h +++ b/boards/atmega328p/include/board.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen - * 2016 Laurent Navet - * 2019 Otto-von-Guericke-Universität Magdeburg - * - * 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: 2014 Freie Universität Berlin, Hinnerk van Bruinehsen + * SPDX-FileCopyrightText: 2016 Laurent Navet + * SPDX-FileCopyrightText: 2019 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/atmega328p/include/periph_conf.h b/boards/atmega328p/include/periph_conf.h index 08ec668cbac9..89baee0c04ae 100644 --- a/boards/atmega328p/include/periph_conf.h +++ b/boards/atmega328p/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Otto-von-Guericke-Universität Magdeburg - * - * 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 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/atmega8/Kconfig b/boards/atmega8/Kconfig index 7057cef0ed2a..0cfd8ce8ecc4 100644 --- a/boards/atmega8/Kconfig +++ b/boards/atmega8/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 "atmega8" if BOARD_ATMEGA8 diff --git a/boards/atmega8/include/board.h b/boards/atmega8/include/board.h index a6f0f3eca9fc..2d30b26439e7 100644 --- a/boards/atmega8/include/board.h +++ b/boards/atmega8/include/board.h @@ -1,12 +1,9 @@ /* - * Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen - * 2016 Laurent Navet - * 2019 Otto-von-Guericke-Universität Magdeburg - * 2023 Hugues Larrive - * - * 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: 2014 Freie Universität Berlin, Hinnerk van Bruinehsen + * SPDX-FileCopyrightText: 2016 Laurent Navet + * SPDX-FileCopyrightText: 2019 Otto-von-Guericke-Universität Magdeburg + * SPDX-FileCopyrightText: 2023 Hugues Larrive + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/atmega8/include/periph_conf.h b/boards/atmega8/include/periph_conf.h index 73fd2a9836a8..c997c69e95df 100644 --- a/boards/atmega8/include/periph_conf.h +++ b/boards/atmega8/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2019 Otto-von-Guericke-Universität Magdeburg - * 2023 Hugues Larrive - * - * 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 Otto-von-Guericke-Universität Magdeburg + * SPDX-FileCopyrightText: 2023 Hugues Larrive + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/atxmega-a1-xplained/Kconfig b/boards/atxmega-a1-xplained/Kconfig index 4ab66d878ad1..404e5aac02f4 100644 --- a/boards/atxmega-a1-xplained/Kconfig +++ b/boards/atxmega-a1-xplained/Kconfig @@ -1,9 +1,6 @@ -# Copyright (c) 2020 HAW Hamburg -# Copyright (c) 2021 Gerson Fernando Budle -# -# 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: 2021 Gerson Fernando Budke +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "atxmega-a1-xplained" if BOARD_ATXMEGA_A1_XPLAINED diff --git a/boards/atxmega-a1-xplained/include/board.h b/boards/atxmega-a1-xplained/include/board.h index cfe20af799d6..6156f5f0ab28 100644 --- a/boards/atxmega-a1-xplained/include/board.h +++ b/boards/atxmega-a1-xplained/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Gerson Fernando Budke - * - * 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: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/atxmega-a1-xplained/include/gpio_params.h b/boards/atxmega-a1-xplained/include/gpio_params.h index c942604b7b85..950fab219800 100644 --- a/boards/atxmega-a1-xplained/include/gpio_params.h +++ b/boards/atxmega-a1-xplained/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Gerson Fernando Budke - * - * 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: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/atxmega-a1-xplained/include/periph_conf.h b/boards/atxmega-a1-xplained/include/periph_conf.h index 5ab8aac08d2b..53c8f1086174 100644 --- a/boards/atxmega-a1-xplained/include/periph_conf.h +++ b/boards/atxmega-a1-xplained/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Gerson Fernando Budke - * - * 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: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/atxmega-a1u-xpro/Kconfig b/boards/atxmega-a1u-xpro/Kconfig index dbefae084353..035580167363 100644 --- a/boards/atxmega-a1u-xpro/Kconfig +++ b/boards/atxmega-a1u-xpro/Kconfig @@ -1,9 +1,6 @@ -# Copyright (c) 2020 HAW Hamburg -# Copyright (c) 2021 Gerson Fernando Budle -# -# 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: 2021 Gerson Fernando Budke +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "atxmega-a1u-xpro" if BOARD_ATXMEGA_A1U_XPRO diff --git a/boards/atxmega-a1u-xpro/include/board.h b/boards/atxmega-a1u-xpro/include/board.h index 43d40ff27858..d9b46577f3dd 100644 --- a/boards/atxmega-a1u-xpro/include/board.h +++ b/boards/atxmega-a1u-xpro/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Gerson Fernando Budke - * - * 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: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/atxmega-a1u-xpro/include/gpio_params.h b/boards/atxmega-a1u-xpro/include/gpio_params.h index 9053919be3aa..8d47216a2230 100644 --- a/boards/atxmega-a1u-xpro/include/gpio_params.h +++ b/boards/atxmega-a1u-xpro/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Gerson Fernando Budke - * - * 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: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/atxmega-a1u-xpro/include/periph_conf.h b/boards/atxmega-a1u-xpro/include/periph_conf.h index baeba762ab44..9f12887f45dc 100644 --- a/boards/atxmega-a1u-xpro/include/periph_conf.h +++ b/boards/atxmega-a1u-xpro/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Gerson Fernando Budke - * - * 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: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/atxmega-a3bu-xplained/Kconfig b/boards/atxmega-a3bu-xplained/Kconfig index 48bb3fed0f8e..87148bd22ef0 100644 --- a/boards/atxmega-a3bu-xplained/Kconfig +++ b/boards/atxmega-a3bu-xplained/Kconfig @@ -1,9 +1,6 @@ -# Copyright (c) 2020 HAW Hamburg -# Copyright (c) 2021 Gerson Fernando Budle -# -# 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: 2021 Gerson Fernando Budke +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "atxmega-a3bu-xplained" if BOARD_ATXMEGA_A3BU_XPLAINED diff --git a/boards/atxmega-a3bu-xplained/include/board.h b/boards/atxmega-a3bu-xplained/include/board.h index dfec78f0a273..f098cd041797 100644 --- a/boards/atxmega-a3bu-xplained/include/board.h +++ b/boards/atxmega-a3bu-xplained/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Gerson Fernando Budke - * - * 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: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/atxmega-a3bu-xplained/include/gpio_params.h b/boards/atxmega-a3bu-xplained/include/gpio_params.h index 57337dd0d089..4faabd13769e 100644 --- a/boards/atxmega-a3bu-xplained/include/gpio_params.h +++ b/boards/atxmega-a3bu-xplained/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Gerson Fernando Budke - * - * 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: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/atxmega-a3bu-xplained/include/periph_conf.h b/boards/atxmega-a3bu-xplained/include/periph_conf.h index 3b2066b62682..f7e7ae456f35 100644 --- a/boards/atxmega-a3bu-xplained/include/periph_conf.h +++ b/boards/atxmega-a3bu-xplained/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Gerson Fernando Budke - * - * 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: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/avr-rss2/Kconfig b/boards/avr-rss2/Kconfig index 3fbfbf6a1e94..8aadb862ffaa 100644 --- a/boards/avr-rss2/Kconfig +++ b/boards/avr-rss2/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 "avr-rss2" if BOARD_AVR_RSS2 diff --git a/boards/avr-rss2/include/board.h b/boards/avr-rss2/include/board.h index 6c0c317b3d92..101b808e9f81 100644 --- a/boards/avr-rss2/include/board.h +++ b/boards/avr-rss2/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Robert Olsson - * - * 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 Robert Olsson + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/avr-rss2/include/eui_provider_params.h b/boards/avr-rss2/include/eui_provider_params.h index 889c2785505b..9ffa46e314ad 100644 --- a/boards/avr-rss2/include/eui_provider_params.h +++ b/boards/avr-rss2/include/eui_provider_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 ML!PA Consulting GmbH - * - * 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 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/avr-rss2/include/gpio_params.h b/boards/avr-rss2/include/gpio_params.h index de8eb0d8b712..d512f2eb4449 100644 --- a/boards/avr-rss2/include/gpio_params.h +++ b/boards/avr-rss2/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Robert Olsson - * - * 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 Robert Olsson + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/avr-rss2/include/periph_conf.h b/boards/avr-rss2/include/periph_conf.h index 2735d011a060..8c6b252113ca 100644 --- a/boards/avr-rss2/include/periph_conf.h +++ b/boards/avr-rss2/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Robert Olsson - * - * 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 Robert Olsson + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/avr-rss2/led_init.c b/boards/avr-rss2/led_init.c index 1ff009744425..363b8d5d3dd2 100644 --- a/boards/avr-rss2/led_init.c +++ b/boards/avr-rss2/led_init.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Robert Olsson - * - * 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 Robert Olsson + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/avsextrem/Kconfig b/boards/avsextrem/Kconfig index ebdfe35fc315..e11fb83a3780 100644 --- a/boards/avsextrem/Kconfig +++ b/boards/avsextrem/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 "avsextrem" if BOARD_AVSEXTREM diff --git a/boards/avsextrem/board_init.c b/boards/avsextrem/board_init.c index 4e01cdfcd6d9..6a0018b23407 100644 --- a/boards/avsextrem/board_init.c +++ b/boards/avsextrem/board_init.c @@ -1,10 +1,6 @@ /* - * board_init.c - initialization of the AVSEXTREM-BOARD. - * Copyright (C) 2013 Heiko Will - * - * 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: 2013 Heiko Will + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/avsextrem/include/board.h b/boards/avsextrem/include/board.h index 079bff3c8434..8420c83cc801 100644 --- a/boards/avsextrem/include/board.h +++ b/boards/avsextrem/include/board.h @@ -1,10 +1,6 @@ /* - * Copyright (C) 2013 Zakaria Kasmi - * - * 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: 2013 Zakaria Kasmi + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/avsextrem/include/periph_conf.h b/boards/avsextrem/include/periph_conf.h index c02348418881..462b1825c79d 100644 --- a/boards/avsextrem/include/periph_conf.h +++ b/boards/avsextrem/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 Freie Universität Berlin - * - * 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: 2014 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/b-l072z-lrwan1/Kconfig b/boards/b-l072z-lrwan1/Kconfig index 403bb2c8620b..68c2724a2219 100644 --- a/boards/b-l072z-lrwan1/Kconfig +++ b/boards/b-l072z-lrwan1/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Inria -# -# 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 Inria +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "b-l072z-lrwan1" if BOARD_B_L072Z_LRWAN1 diff --git a/boards/b-l072z-lrwan1/board.c b/boards/b-l072z-lrwan1/board.c index 277398545fef..3612adb075e0 100644 --- a/boards/b-l072z-lrwan1/board.c +++ b/boards/b-l072z-lrwan1/board.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Inria - * - * 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: 2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/b-l072z-lrwan1/include/board.h b/boards/b-l072z-lrwan1/include/board.h index 7d2cd5be4abe..c28439f9f525 100644 --- a/boards/b-l072z-lrwan1/include/board.h +++ b/boards/b-l072z-lrwan1/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Inria - * - * 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: 2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/b-l072z-lrwan1/include/gpio_params.h b/boards/b-l072z-lrwan1/include/gpio_params.h index fc0a6ed4e1dd..1c100d0fd54c 100644 --- a/boards/b-l072z-lrwan1/include/gpio_params.h +++ b/boards/b-l072z-lrwan1/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) Inria 2016 - * - * 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: 2016 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/b-l072z-lrwan1/include/periph_conf.h b/boards/b-l072z-lrwan1/include/periph_conf.h index a46465a35cc8..077986c77efc 100644 --- a/boards/b-l072z-lrwan1/include/periph_conf.h +++ b/boards/b-l072z-lrwan1/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Inria - * - * 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: 2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/b-l475e-iot01a/Kconfig b/boards/b-l475e-iot01a/Kconfig index 1be90f021814..ea81d1a2648a 100644 --- a/boards/b-l475e-iot01a/Kconfig +++ b/boards/b-l475e-iot01a/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Inria -# -# 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 Inria +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "b-l475e-iot01a" if BOARD_B_L475E_IOT01A diff --git a/boards/b-l475e-iot01a/include/board.h b/boards/b-l475e-iot01a/include/board.h index 2d8d732377f7..79fdf52be657 100644 --- a/boards/b-l475e-iot01a/include/board.h +++ b/boards/b-l475e-iot01a/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Inria - * - * 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: 2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/b-l475e-iot01a/include/gpio_params.h b/boards/b-l475e-iot01a/include/gpio_params.h index 76834746aefa..b5d1c364835f 100644 --- a/boards/b-l475e-iot01a/include/gpio_params.h +++ b/boards/b-l475e-iot01a/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) Inria 2017 - * - * 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: 2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/b-l475e-iot01a/include/periph_conf.h b/boards/b-l475e-iot01a/include/periph_conf.h index 92443d0022cc..13110c7d6a04 100644 --- a/boards/b-l475e-iot01a/include/periph_conf.h +++ b/boards/b-l475e-iot01a/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Inria - * - * 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: 2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/b-u585i-iot02a/Kconfig b/boards/b-u585i-iot02a/Kconfig index 347ec2a4b9d2..4b3f98b47183 100644 --- a/boards/b-u585i-iot02a/Kconfig +++ b/boards/b-u585i-iot02a/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2021 Inria -# -# 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: 2021 Inria +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "b-u585i-iot02a" if BOARD_B_U585I_IOT02A diff --git a/boards/b-u585i-iot02a/board.c b/boards/b-u585i-iot02a/board.c index a1c749a9a417..199ea5e2bfd5 100644 --- a/boards/b-u585i-iot02a/board.c +++ b/boards/b-u585i-iot02a/board.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Inria - * - * 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: 2021 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/b-u585i-iot02a/include/board.h b/boards/b-u585i-iot02a/include/board.h index 44e409fc1114..caf6f33c96f4 100644 --- a/boards/b-u585i-iot02a/include/board.h +++ b/boards/b-u585i-iot02a/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Inria - * - * 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: 2021 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/b-u585i-iot02a/include/gpio_params.h b/boards/b-u585i-iot02a/include/gpio_params.h index 20b5128331fe..f599a1a3e948 100644 --- a/boards/b-u585i-iot02a/include/gpio_params.h +++ b/boards/b-u585i-iot02a/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) Inria 2021 - * - * 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: 2021 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/b-u585i-iot02a/include/periph_conf.h b/boards/b-u585i-iot02a/include/periph_conf.h index 4c06c9d35bb0..1042b9a7c73a 100644 --- a/boards/b-u585i-iot02a/include/periph_conf.h +++ b/boards/b-u585i-iot02a/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Inria - * - * 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: 2021 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/bastwan/Kconfig b/boards/bastwan/Kconfig index 1d071ab4f56e..26e3b4950d4c 100644 --- a/boards/bastwan/Kconfig +++ b/boards/bastwan/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 "bastwan" if BOARD_BASTWAN diff --git a/boards/bastwan/board.c b/boards/bastwan/board.c index d78ddc621638..06517f8895b5 100644 --- a/boards/bastwan/board.c +++ b/boards/bastwan/board.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Lokotius Filzer - * - * 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: 2021 Lokotius Filzer + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/bastwan/include/board.h b/boards/bastwan/include/board.h index 0dea72fa38ed..cc33e46389b8 100644 --- a/boards/bastwan/include/board.h +++ b/boards/bastwan/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Lokotius Filzer - * - * 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: 2021 Lokotius Filzer + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/bastwan/include/gpio_params.h b/boards/bastwan/include/gpio_params.h index 2114807a6d0a..ffca3075148c 100644 --- a/boards/bastwan/include/gpio_params.h +++ b/boards/bastwan/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Lokotius Filzer - * - * 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: 2021 Lokotius Filzer + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/bastwan/include/periph_conf.h b/boards/bastwan/include/periph_conf.h index 1bb9c186ed37..b5bc660595d1 100644 --- a/boards/bastwan/include/periph_conf.h +++ b/boards/bastwan/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Lokotius Filzer - * - * 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 Lokotius Filzer + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/blackpill-stm32f103c8/Kconfig b/boards/blackpill-stm32f103c8/Kconfig index 978be5e8ae96..6f7d95e91d60 100644 --- a/boards/blackpill-stm32f103c8/Kconfig +++ b/boards/blackpill-stm32f103c8/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Inria -# -# 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 Inria +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "blackpill-stm32f103c8" if BOARD_BLACKPILL_STM32F103C8 diff --git a/boards/blackpill-stm32f103c8/include/board.h b/boards/blackpill-stm32f103c8/include/board.h index 04cc18e2b6ae..acc7ac4886af 100644 --- a/boards/blackpill-stm32f103c8/include/board.h +++ b/boards/blackpill-stm32f103c8/include/board.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2015 TriaGnoSys GmbH - * 2017 Alexander Kurth, Sören Tempel, Tristan Bruns - * 2018 Otto-von-Guericke-Universität Magdeburg - * - * 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: 2015 TriaGnoSys GmbH + * SPDX-FileCopyrightText: 2017 Alexander Kurth, Sören Tempel, Tristan Bruns + * SPDX-FileCopyrightText: 2018 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/blackpill-stm32f103cb/Kconfig b/boards/blackpill-stm32f103cb/Kconfig index 5fdc45161d80..d5e01d913d82 100644 --- a/boards/blackpill-stm32f103cb/Kconfig +++ b/boards/blackpill-stm32f103cb/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Inria -# -# 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 Inria +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "blackpill-stm32f103cb" if BOARD_BLACKPILL_STM32F103CB diff --git a/boards/blackpill-stm32f103cb/include/board.h b/boards/blackpill-stm32f103cb/include/board.h index fe0bfaf690b9..783ceeb9d44a 100644 --- a/boards/blackpill-stm32f103cb/include/board.h +++ b/boards/blackpill-stm32f103cb/include/board.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2015 TriaGnoSys GmbH - * 2017 Alexander Kurth, Sören Tempel, Tristan Bruns - * 2018 Otto-von-Guericke-Universität Magdeburg - * - * 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: 2015 TriaGnoSys GmbH + * SPDX-FileCopyrightText: 2017 Alexander Kurth, Sören Tempel, Tristan Bruns + * SPDX-FileCopyrightText: 2018 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/bluepill-stm32f030c8/Kconfig b/boards/bluepill-stm32f030c8/Kconfig index 040fa5a7b56a..e034d476c371 100644 --- a/boards/bluepill-stm32f030c8/Kconfig +++ b/boards/bluepill-stm32f030c8/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 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: 2020 Benjamin Valentin +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "bluepill-stm32f030c8" if BOARD_BLUEPILL_STM32F030C8 diff --git a/boards/bluepill-stm32f030c8/include/board.h b/boards/bluepill-stm32f030c8/include/board.h index b903cfa791da..150ae097e1ab 100644 --- a/boards/bluepill-stm32f030c8/include/board.h +++ b/boards/bluepill-stm32f030c8/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 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: 2020 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/bluepill-stm32f030c8/include/gpio_params.h b/boards/bluepill-stm32f030c8/include/gpio_params.h index d45ec4b09f89..116838bc97af 100644 --- a/boards/bluepill-stm32f030c8/include/gpio_params.h +++ b/boards/bluepill-stm32f030c8/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 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: 2020 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/bluepill-stm32f030c8/include/periph_conf.h b/boards/bluepill-stm32f030c8/include/periph_conf.h index d28ff4cf39e4..c900c620a5a0 100644 --- a/boards/bluepill-stm32f030c8/include/periph_conf.h +++ b/boards/bluepill-stm32f030c8/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 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: 2020 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/bluepill-stm32f103c8/Kconfig b/boards/bluepill-stm32f103c8/Kconfig index 32032a7d0591..8ac3bf233ad0 100644 --- a/boards/bluepill-stm32f103c8/Kconfig +++ b/boards/bluepill-stm32f103c8/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Inria -# -# 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 Inria +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "bluepill-stm32f103c8" if BOARD_BLUEPILL_STM32F103C8 diff --git a/boards/bluepill-stm32f103c8/include/board.h b/boards/bluepill-stm32f103c8/include/board.h index a36a4e8724a2..e75638c38d64 100644 --- a/boards/bluepill-stm32f103c8/include/board.h +++ b/boards/bluepill-stm32f103c8/include/board.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2015 TriaGnoSys GmbH - * 2017 Alexander Kurth, Sören Tempel, Tristan Bruns - * - * 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: 2015 TriaGnoSys GmbH + * SPDX-FileCopyrightText: 2017 Alexander Kurth, Sören Tempel, Tristan Bruns + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/bluepill-stm32f103cb/Kconfig b/boards/bluepill-stm32f103cb/Kconfig index 862d0b259a99..088c0097dca0 100644 --- a/boards/bluepill-stm32f103cb/Kconfig +++ b/boards/bluepill-stm32f103cb/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Inria -# -# 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 Inria +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "bluepill-stm32f103cb" if BOARD_BLUEPILL_STM32F103CB diff --git a/boards/bluepill-stm32f103cb/include/board.h b/boards/bluepill-stm32f103cb/include/board.h index 9fd51e60afc5..3e35f34ff61f 100644 --- a/boards/bluepill-stm32f103cb/include/board.h +++ b/boards/bluepill-stm32f103cb/include/board.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2015 TriaGnoSys GmbH - * 2017 Alexander Kurth, Sören Tempel, Tristan Bruns - * - * 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: 2015 TriaGnoSys GmbH + * SPDX-FileCopyrightText: 2017 Alexander Kurth, Sören Tempel, Tristan Bruns + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/calliope-mini/Kconfig b/boards/calliope-mini/Kconfig index e5f457340e92..778a4f0647b5 100644 --- a/boards/calliope-mini/Kconfig +++ b/boards/calliope-mini/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 "calliope-mini" if BOARD_CALLIOPE_MINI diff --git a/boards/calliope-mini/include/board.h b/boards/calliope-mini/include/board.h index 331af74c152d..695ec013b98f 100644 --- a/boards/calliope-mini/include/board.h +++ b/boards/calliope-mini/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Freie Universität Berlin - * - * 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: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/calliope-mini/include/gpio_params.h b/boards/calliope-mini/include/gpio_params.h index ab7480b8f6d9..e7d5a199eb8c 100644 --- a/boards/calliope-mini/include/gpio_params.h +++ b/boards/calliope-mini/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Freie Universität Berlin - * - * 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: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/calliope-mini/include/periph_conf.h b/boards/calliope-mini/include/periph_conf.h index 454c3ec565af..04fc52c69fb7 100644 --- a/boards/calliope-mini/include/periph_conf.h +++ b/boards/calliope-mini/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016-2017 Freie Universität Berlin - * - * 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: 2016-2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/cc1312-launchpad/Kconfig b/boards/cc1312-launchpad/Kconfig index 87650d21fcf6..668948f96f8e 100644 --- a/boards/cc1312-launchpad/Kconfig +++ b/boards/cc1312-launchpad/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Locha Inc -# -# 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 Locha Inc +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "cc1312-launchpad" if BOARD_CC1312_LAUNCHPAD diff --git a/boards/cc1312-launchpad/include/board.h b/boards/cc1312-launchpad/include/board.h index 380fa8ef00d4..b4776166e4e5 100644 --- a/boards/cc1312-launchpad/include/board.h +++ b/boards/cc1312-launchpad/include/board.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2016 Nicholas Jackson - * 2017 Sebastian Meiling - * 2018 Anton Gerasimov - * - * 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: 2016 Nicholas Jackson + * SPDX-FileCopyrightText: 2017 Sebastian Meiling + * SPDX-FileCopyrightText: 2018 Anton Gerasimov + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/cc1312-launchpad/include/gpio_params.h b/boards/cc1312-launchpad/include/gpio_params.h index 1db277330b74..7c9329cfd217 100644 --- a/boards/cc1312-launchpad/include/gpio_params.h +++ b/boards/cc1312-launchpad/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Jean Pierre Dudey - * - * 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: 2021 Jean Pierre Dudey + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/cc1312-launchpad/include/periph_conf.h b/boards/cc1312-launchpad/include/periph_conf.h index a1179e554323..a48311015add 100644 --- a/boards/cc1312-launchpad/include/periph_conf.h +++ b/boards/cc1312-launchpad/include/periph_conf.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2016 Nicholas Jackson - * 2017 HAW Hamburg - * 2020 Locha Inc - * - * 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: 2016 Nicholas Jackson + * SPDX-FileCopyrightText: 2017 HAW Hamburg + * SPDX-FileCopyrightText: 2020 Locha Inc + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/cc1350-launchpad/Kconfig b/boards/cc1350-launchpad/Kconfig index fbc918591b93..bfe5130975e5 100644 --- a/boards/cc1350-launchpad/Kconfig +++ b/boards/cc1350-launchpad/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Locha Inc -# -# 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 Locha Inc +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "cc1350-launchpad" if BOARD_CC1350_LAUNCHPAD diff --git a/boards/cc1350-launchpad/include/board.h b/boards/cc1350-launchpad/include/board.h index 3a0f30c25b99..982bff490b2b 100644 --- a/boards/cc1350-launchpad/include/board.h +++ b/boards/cc1350-launchpad/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Jean Pierre Dudey - * - * 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: 2021 Jean Pierre Dudey + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/cc1350-launchpad/include/gpio_params.h b/boards/cc1350-launchpad/include/gpio_params.h index 715f6a964335..0871ac1e4796 100644 --- a/boards/cc1350-launchpad/include/gpio_params.h +++ b/boards/cc1350-launchpad/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Jean Pierre Dudey - * - * 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: 2021 Jean Pierre Dudey + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/cc1350-launchpad/include/periph_conf.h b/boards/cc1350-launchpad/include/periph_conf.h index 0b62d45957bc..30ceb9fdae75 100644 --- a/boards/cc1350-launchpad/include/periph_conf.h +++ b/boards/cc1350-launchpad/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Jean Pierre Dudey - * - * 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: 2021 Jean Pierre Dudey + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/cc1352-launchpad/Kconfig b/boards/cc1352-launchpad/Kconfig index 510b463d98ee..d08bdbbedacc 100644 --- a/boards/cc1352-launchpad/Kconfig +++ b/boards/cc1352-launchpad/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Locha Inc -# -# 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 Locha Inc +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "cc1352-launchpad" if BOARD_CC1352_LAUNCHPAD diff --git a/boards/cc1352-launchpad/include/board.h b/boards/cc1352-launchpad/include/board.h index 0d9c222390c4..fcc3caa1fe7a 100644 --- a/boards/cc1352-launchpad/include/board.h +++ b/boards/cc1352-launchpad/include/board.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2016 Nicholas Jackson - * 2017 Sebastian Meiling - * 2018 Anton Gerasimov - * - * 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: 2016 Nicholas Jackson + * SPDX-FileCopyrightText: 2017 Sebastian Meiling + * SPDX-FileCopyrightText: 2018 Anton Gerasimov + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/cc1352-launchpad/include/gpio_params.h b/boards/cc1352-launchpad/include/gpio_params.h index 1883076bcf7c..8049c7be798b 100644 --- a/boards/cc1352-launchpad/include/gpio_params.h +++ b/boards/cc1352-launchpad/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 ML!PA Consulting GmbH - * - * 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: 2021 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/cc1352-launchpad/include/periph_conf.h b/boards/cc1352-launchpad/include/periph_conf.h index 0e73d773a760..ee952f701cb7 100644 --- a/boards/cc1352-launchpad/include/periph_conf.h +++ b/boards/cc1352-launchpad/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016 Nicholas Jackson - * 2017 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: 2016 Nicholas Jackson + * SPDX-FileCopyrightText: 2017 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/cc1352p-launchpad/Kconfig b/boards/cc1352p-launchpad/Kconfig index 680076581ecb..78e91bc50722 100644 --- a/boards/cc1352p-launchpad/Kconfig +++ b/boards/cc1352p-launchpad/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Locha Inc -# -# 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 Locha Inc +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "cc1352p-launchpad" if BOARD_CC1352P_LAUNCHPAD diff --git a/boards/cc1352p-launchpad/include/board.h b/boards/cc1352p-launchpad/include/board.h index a28a8cc34506..aa219a7aab72 100644 --- a/boards/cc1352p-launchpad/include/board.h +++ b/boards/cc1352p-launchpad/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Locha Inc - * - * 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 Locha Inc + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/cc1352p-launchpad/include/gpio_params.h b/boards/cc1352p-launchpad/include/gpio_params.h index b62271897feb..44da7051b63c 100644 --- a/boards/cc1352p-launchpad/include/gpio_params.h +++ b/boards/cc1352p-launchpad/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 ML!PA Consulting GmbH - * - * 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: 2021 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/cc1352p-launchpad/include/periph_conf.h b/boards/cc1352p-launchpad/include/periph_conf.h index b7d9db469033..1a62ad550783 100644 --- a/boards/cc1352p-launchpad/include/periph_conf.h +++ b/boards/cc1352p-launchpad/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Locha Inc - * - * 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 Locha Inc + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/cc2538dk/Kconfig b/boards/cc2538dk/Kconfig index 6735bb69cf7d..83700eea5c00 100644 --- a/boards/cc2538dk/Kconfig +++ b/boards/cc2538dk/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 "cc2538dk" if BOARD_CC2538DK diff --git a/boards/cc2538dk/include/board.h b/boards/cc2538dk/include/board.h index fa7384d3e604..286ab11bd462 100644 --- a/boards/cc2538dk/include/board.h +++ b/boards/cc2538dk/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 Loci Controls Inc. - * - * 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: 2014 Loci Controls Inc. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/cc2538dk/include/periph_conf.h b/boards/cc2538dk/include/periph_conf.h index 05193036ac39..7d269dddb7eb 100644 --- a/boards/cc2538dk/include/periph_conf.h +++ b/boards/cc2538dk/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 Loci Controls Inc. - * - * 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: 2014 Loci Controls Inc. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/cc2650-launchpad/Kconfig b/boards/cc2650-launchpad/Kconfig index 119b1405d5fb..acc6c5580d13 100644 --- a/boards/cc2650-launchpad/Kconfig +++ b/boards/cc2650-launchpad/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Locha Inc -# -# 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 Locha Inc +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "cc2650-launchpad" if BOARD_CC2650_LAUNCHPAD diff --git a/boards/cc2650-launchpad/include/board.h b/boards/cc2650-launchpad/include/board.h index 0d62898d3957..a39fb09e0481 100644 --- a/boards/cc2650-launchpad/include/board.h +++ b/boards/cc2650-launchpad/include/board.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016 Nicholas Jackson - * 2017 Sebastian Meiling - * - * 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: 2016 Nicholas Jackson + * SPDX-FileCopyrightText: 2017 Sebastian Meiling + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/cc2650-launchpad/include/gpio_params.h b/boards/cc2650-launchpad/include/gpio_params.h index 77e309dbc3c7..0b81fd4e816f 100644 --- a/boards/cc2650-launchpad/include/gpio_params.h +++ b/boards/cc2650-launchpad/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Jean Pierre Dudey - * - * 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: 2021 Jean Pierre Dudey + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/cc2650-launchpad/include/periph_conf.h b/boards/cc2650-launchpad/include/periph_conf.h index 44ddfebe41d2..3fb88430f3b0 100644 --- a/boards/cc2650-launchpad/include/periph_conf.h +++ b/boards/cc2650-launchpad/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016 Nicholas Jackson - * 2017 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: 2016 Nicholas Jackson + * SPDX-FileCopyrightText: 2017 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/cc2650stk/Kconfig b/boards/cc2650stk/Kconfig index 42891fb76286..2bc443e09625 100644 --- a/boards/cc2650stk/Kconfig +++ b/boards/cc2650stk/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Locha Inc -# -# 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 Locha Inc +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "cc2650stk" if BOARD_CC2650STK diff --git a/boards/cc2650stk/include/board.h b/boards/cc2650stk/include/board.h index c3946fb297d3..d16c30daea49 100644 --- a/boards/cc2650stk/include/board.h +++ b/boards/cc2650stk/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Leon George - * - * 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: 2016 Leon George + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/cc2650stk/include/gpio_params.h b/boards/cc2650stk/include/gpio_params.h index 595fb46af20d..dbc9ecb1e0bb 100644 --- a/boards/cc2650stk/include/gpio_params.h +++ b/boards/cc2650stk/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 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: 2017 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/cc2650stk/include/periph_conf.h b/boards/cc2650stk/include/periph_conf.h index 485310770d77..67631bbf60f1 100644 --- a/boards/cc2650stk/include/periph_conf.h +++ b/boards/cc2650stk/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Leon George - * - * 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: 2016 Leon George + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/adafruit-nrf52-bootloader/reset.c b/boards/common/adafruit-nrf52-bootloader/reset.c index e5e0ff2012f8..6cbb9a6fd5ba 100644 --- a/boards/common/adafruit-nrf52-bootloader/reset.c +++ b/boards/common/adafruit-nrf52-bootloader/reset.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/common/arduino-atmega/Kconfig b/boards/common/arduino-atmega/Kconfig index e779d59f3b27..bd50f8f6f9a4 100644 --- a/boards/common/arduino-atmega/Kconfig +++ b/boards/common/arduino-atmega/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_COMMON_ARDUINO_ATMEGA bool diff --git a/boards/common/arduino-atmega/include/arduino_iomap.h b/boards/common/arduino-atmega/include/arduino_iomap.h index a80f54e6403e..fffa29082b4f 100644 --- a/boards/common/arduino-atmega/include/arduino_iomap.h +++ b/boards/common/arduino-atmega/include/arduino_iomap.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2015 Freie Universität Berlin - * 2016 Laurent Navet - * 2017 Thomas Perrot - * - * 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: 2015 Freie Universität Berlin + * SPDX-FileCopyrightText: 2016 Laurent Navet + * SPDX-FileCopyrightText: 2017 Thomas Perrot + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/arduino-atmega/include/board_common.h b/boards/common/arduino-atmega/include/board_common.h index ea10b4019ca5..9053ccc6c47b 100644 --- a/boards/common/arduino-atmega/include/board_common.h +++ b/boards/common/arduino-atmega/include/board_common.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen - * 2016 Laurent Navet - * 2017 Thomas Perrot - * - * 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: 2014 Freie Universität Berlin, Hinnerk van Bruinehsen + * SPDX-FileCopyrightText: 2016 Laurent Navet + * SPDX-FileCopyrightText: 2017 Thomas Perrot + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/arduino-atmega/include/gpio_params.h b/boards/common/arduino-atmega/include/gpio_params.h index 2c33eabb7afd..61bac864a37c 100644 --- a/boards/common/arduino-atmega/include/gpio_params.h +++ b/boards/common/arduino-atmega/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Freie Universität Berlin - * - * 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: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/arduino-atmega/include/periph_conf.h b/boards/common/arduino-atmega/include/periph_conf.h index 7aa99faa28dd..3a7ac6a7fae0 100644 --- a/boards/common/arduino-atmega/include/periph_conf.h +++ b/boards/common/arduino-atmega/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Otto-von-Guericke-Universität Magdeburg - * - * 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 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/arduino-due/Kconfig b/boards/common/arduino-due/Kconfig index 5b4bd01037ba..34007ca9a81f 100644 --- a/boards/common/arduino-due/Kconfig +++ b/boards/common/arduino-due/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_COMMON_ARDUINO_DUE bool diff --git a/boards/common/arduino-due/include/arduino_iomap.h b/boards/common/arduino-due/include/arduino_iomap.h index 399ed9386730..9c2b1acbaf96 100644 --- a/boards/common/arduino-due/include/arduino_iomap.h +++ b/boards/common/arduino-due/include/arduino_iomap.h @@ -1,9 +1,7 @@ /* - * Copyright (C) 2015,2017 Freie Universität Berlin - * - * 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: 2015 Freie Universität Berlin + * SPDX-FileCopyrightText: 2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/arduino-due/include/board.h b/boards/common/arduino-due/include/board.h index 85c4dba6a394..72e70c20507c 100644 --- a/boards/common/arduino-due/include/board.h +++ b/boards/common/arduino-due/include/board.h @@ -1,9 +1,7 @@ /* - * Copyright (C) 2014,2017 Freie Universität Berlin - * - * 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: 2014 Freie Universität Berlin + * SPDX-FileCopyrightText: 2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/arduino-due/include/gpio_params.h b/boards/common/arduino-due/include/gpio_params.h index 7266eded213d..1dc2ea5f11ca 100644 --- a/boards/common/arduino-due/include/gpio_params.h +++ b/boards/common/arduino-due/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016-2017 Freie Universität Berlin - * - * 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: 2016-2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/arduino-due/include/periph_conf.h b/boards/common/arduino-due/include/periph_conf.h index eb33015ad26a..a31054427d12 100644 --- a/boards/common/arduino-due/include/periph_conf.h +++ b/boards/common/arduino-due/include/periph_conf.h @@ -1,13 +1,11 @@ -#pragma once - - /* - * Copyright (C) 2014-2015,2017 Freie Universität Berlin - * - * 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: 2014-2015 Freie Universität Berlin + * SPDX-FileCopyrightText: 2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ +#pragma once + /** * @ingroup boards_common_arduino_due * @{ diff --git a/boards/common/arduino-due/include/sdcard_spi_params.h b/boards/common/arduino-due/include/sdcard_spi_params.h index 1f409cbc6832..a772ab833dc5 100644 --- a/boards/common/arduino-due/include/sdcard_spi_params.h +++ b/boards/common/arduino-due/include/sdcard_spi_params.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2017 Michel Rottleuthner - * 2017 Freie Universität Berlin - * - * 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: 2017 Michel Rottleuthner + * SPDX-FileCopyrightText: 2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/arduino-mkr/Kconfig b/boards/common/arduino-mkr/Kconfig index 34bb992784fa..e6b6611a6e4e 100644 --- a/boards/common/arduino-mkr/Kconfig +++ b/boards/common/arduino-mkr/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_COMMON_ARDUINO_MKR bool diff --git a/boards/common/arduino-mkr/include/arduino_iomap.h b/boards/common/arduino-mkr/include/arduino_iomap.h index dab945fc517f..730a734a24d6 100644 --- a/boards/common/arduino-mkr/include/arduino_iomap.h +++ b/boards/common/arduino-mkr/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016-2017 Inria - * - * 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: 2016-2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/arduino-mkr/include/board_common.h b/boards/common/arduino-mkr/include/board_common.h index 74057960c9fa..faca9e534fb1 100644 --- a/boards/common/arduino-mkr/include/board_common.h +++ b/boards/common/arduino-mkr/include/board_common.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016-2017 Inria - * - * 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: 2016-2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/arduino-mkr/include/gpio_params.h b/boards/common/arduino-mkr/include/gpio_params.h index b42aae9a0a87..724dbb0a3dd5 100644 --- a/boards/common/arduino-mkr/include/gpio_params.h +++ b/boards/common/arduino-mkr/include/gpio_params.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016-2017 Inria - * 2016 Freie Universität Berlin - * - * 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: 2016-2017 Inria + * SPDX-FileCopyrightText: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/arduino-mkr/include/periph_conf.h b/boards/common/arduino-mkr/include/periph_conf.h index 1e30c299f4f2..6ff621860e45 100644 --- a/boards/common/arduino-mkr/include/periph_conf.h +++ b/boards/common/arduino-mkr/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016 Freie Universität Berlin - * 2016-2017 Inria - * - * 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: 2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2016-2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/arduino-mkr/include/periph_conf_common.h b/boards/common/arduino-mkr/include/periph_conf_common.h index 474110aab953..d4bd69aaf8c7 100644 --- a/boards/common/arduino-mkr/include/periph_conf_common.h +++ b/boards/common/arduino-mkr/include/periph_conf_common.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016 Freie Universität Berlin - * 2016-2017 Inria - * - * 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: 2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2016-2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/arduino-zero/Kconfig b/boards/common/arduino-zero/Kconfig index 5c732e6f0e1f..8e86918eb025 100644 --- a/boards/common/arduino-zero/Kconfig +++ b/boards/common/arduino-zero/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_COMMON_ARDUINO_ZERO bool diff --git a/boards/common/arduino-zero/include/arduino_iomap.h b/boards/common/arduino-zero/include/arduino_iomap.h index 1fb8111c740c..3f15fc57ec59 100644 --- a/boards/common/arduino-zero/include/arduino_iomap.h +++ b/boards/common/arduino-zero/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Inria - * - * 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: 2016 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/arduino-zero/include/board.h b/boards/common/arduino-zero/include/board.h index 2bc474a40522..133f50b32be8 100644 --- a/boards/common/arduino-zero/include/board.h +++ b/boards/common/arduino-zero/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Inria - * - * 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: 2016 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/arduino-zero/include/gpio_params.h b/boards/common/arduino-zero/include/gpio_params.h index dd61ad043d1d..3441755b1aa8 100644 --- a/boards/common/arduino-zero/include/gpio_params.h +++ b/boards/common/arduino-zero/include/gpio_params.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016 Freie Universität Berlin - * 2016 Inria - * - * 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: 2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2016 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/arduino-zero/include/periph_conf.h b/boards/common/arduino-zero/include/periph_conf.h index ef6e4827a5d1..5794b6c043e2 100644 --- a/boards/common/arduino-zero/include/periph_conf.h +++ b/boards/common/arduino-zero/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016 Freie Universität Berlin - * 2016 Inria - * - * 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: 2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2016 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/atmega/include/periph_conf_atmega_common.h b/boards/common/atmega/include/periph_conf_atmega_common.h index 3791d8c6cfe7..365bf6351b38 100644 --- a/boards/common/atmega/include/periph_conf_atmega_common.h +++ b/boards/common/atmega/include/periph_conf_atmega_common.h @@ -1,16 +1,13 @@ /* - * Copyright (C) 2014 Freie Universität Berlin, Hinnerk van Bruinehsen - * 2016 Laurent Navet - * 2016 RWTH Aachen, Josua Arndt - * 2016 INRIA, Francisco Acosta - * 2017 HAW Hamburg, Dimitri Nahm - * 2018 Matthew Blue - * 2019 Otto-von-Guericke-Universität Magdeburg - * 2023 Hugues Larrive - * - * 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: 2014 Freie Universität Berlin, Hinnerk van Bruinehsen + * SPDX-FileCopyrightText: 2016 Laurent Navet + * SPDX-FileCopyrightText: 2016 RWTH Aachen, Josua Arndt + * SPDX-FileCopyrightText: 2016 INRIA, Francisco Acosta + * SPDX-FileCopyrightText: 2017 HAW Hamburg, Dimitri Nahm + * SPDX-FileCopyrightText: 2018 Matthew Blue + * SPDX-FileCopyrightText: 2019 Otto-von-Guericke-Universität Magdeburg + * SPDX-FileCopyrightText: 2023 Hugues Larrive + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/atxmega/include/periph_conf_common.h b/boards/common/atxmega/include/periph_conf_common.h index b445e18cdbb9..a121849837a1 100644 --- a/boards/common/atxmega/include/periph_conf_common.h +++ b/boards/common/atxmega/include/periph_conf_common.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Gerson Fernando Budke - * - * 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: 2021 Gerson Fernando Budke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/blxxxpill/Kconfig b/boards/common/blxxxpill/Kconfig index 663f3e5ffe8b..aae63b1131f7 100644 --- a/boards/common/blxxxpill/Kconfig +++ b/boards/common/blxxxpill/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Inria -# -# 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 Inria +# SPDX-License-Identifier: LGPL-2.1-only config BOARD_COMMON_BLXXXPILL bool diff --git a/boards/common/blxxxpill/include/board_common.h b/boards/common/blxxxpill/include/board_common.h index af160a012866..8e2f0df790c2 100644 --- a/boards/common/blxxxpill/include/board_common.h +++ b/boards/common/blxxxpill/include/board_common.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2015 TriaGnoSys GmbH - * 2017 Alexander Kurth, Sören Tempel, Tristan Bruns - * - * 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: 2015 TriaGnoSys GmbH + * SPDX-FileCopyrightText: 2017 Alexander Kurth, Sören Tempel, Tristan Bruns + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/blxxxpill/include/gpio_params.h b/boards/common/blxxxpill/include/gpio_params.h index 3be508f02615..665418c5c80b 100644 --- a/boards/common/blxxxpill/include/gpio_params.h +++ b/boards/common/blxxxpill/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 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: 2017 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/blxxxpill/include/periph_conf.h b/boards/common/blxxxpill/include/periph_conf.h index ddd15c40e63c..99b448975d78 100644 --- a/boards/common/blxxxpill/include/periph_conf.h +++ b/boards/common/blxxxpill/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2015 TriaGnoSys GmbH - * 2017 Alexander Kurth, Sören Tempel, Tristan Bruns - * - * 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: 2015 TriaGnoSys GmbH + * SPDX-FileCopyrightText: 2017 Alexander Kurth, Sören Tempel, Tristan Bruns + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/cc2538/include/cfg_clk_default.h b/boards/common/cc2538/include/cfg_clk_default.h index e768d585bd09..53ee50e7554d 100644 --- a/boards/common/cc2538/include/cfg_clk_default.h +++ b/boards/common/cc2538/include/cfg_clk_default.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2014-2016 Freie Universität Berlin - * 2015 Zolertia SL - * 2020 Inria - * - * 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: 2014-2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2015 Zolertia SL + * SPDX-FileCopyrightText: 2020 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/cc2538/include/cfg_timer_default.h b/boards/common/cc2538/include/cfg_timer_default.h index 232b2c1c80d7..5ef19e707729 100644 --- a/boards/common/cc2538/include/cfg_timer_default.h +++ b/boards/common/cc2538/include/cfg_timer_default.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014-2016 Freie Universität Berlin - * 2015 Zolertia SL - * - * 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: 2014-2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2015 Zolertia SL + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/e104-bt50xxa-tb/Kconfig b/boards/common/e104-bt50xxa-tb/Kconfig index e5c54068b6b1..f2fad83ea20f 100644 --- a/boards/common/e104-bt50xxa-tb/Kconfig +++ b/boards/common/e104-bt50xxa-tb/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 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: 2020 Benjamin Valentin +# SPDX-License-Identifier: LGPL-2.1-only config BOARD_COMMON_E104_BT50XXA_TB bool diff --git a/boards/common/e104-bt50xxa-tb/board.c b/boards/common/e104-bt50xxa-tb/board.c index f77f6e4c7b61..2ccb5c7f2205 100644 --- a/boards/common/e104-bt50xxa-tb/board.c +++ b/boards/common/e104-bt50xxa-tb/board.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 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: 2020 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/common/e104-bt50xxa-tb/include/board.h b/boards/common/e104-bt50xxa-tb/include/board.h index 75902a2204c9..c4dcae3a8f37 100644 --- a/boards/common/e104-bt50xxa-tb/include/board.h +++ b/boards/common/e104-bt50xxa-tb/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 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: 2020 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/e104-bt50xxa-tb/include/gpio_params.h b/boards/common/e104-bt50xxa-tb/include/gpio_params.h index d6c0e4af3599..d5a085f1dbcb 100644 --- a/boards/common/e104-bt50xxa-tb/include/gpio_params.h +++ b/boards/common/e104-bt50xxa-tb/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 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: 2020 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/e104-bt50xxa-tb/include/periph_conf.h b/boards/common/e104-bt50xxa-tb/include/periph_conf.h index d0996ae1851c..1bb5fa898fb0 100644 --- a/boards/common/e104-bt50xxa-tb/include/periph_conf.h +++ b/boards/common/e104-bt50xxa-tb/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 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: 2020 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/esp32/Kconfig b/boards/common/esp32/Kconfig index 342812ad3b28..2af99e1faf61 100644 --- a/boards/common/esp32/Kconfig +++ b/boards/common/esp32/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_COMMON_ESP32 bool diff --git a/boards/common/esp32/include/board_common_esp32.h b/boards/common/esp32/include/board_common_esp32.h index a66cae0e52ee..f8dc2de74d2a 100644 --- a/boards/common/esp32/include/board_common_esp32.h +++ b/boards/common/esp32/include/board_common_esp32.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/common/esp32/include/periph_conf_common_esp32.h b/boards/common/esp32/include/periph_conf_common_esp32.h index 821808a78b40..8d5143642dab 100644 --- a/boards/common/esp32/include/periph_conf_common_esp32.h +++ b/boards/common/esp32/include/periph_conf_common_esp32.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/common/esp32c3/Kconfig b/boards/common/esp32c3/Kconfig index 7a2934e6dca9..3b297aaf8534 100644 --- a/boards/common/esp32c3/Kconfig +++ b/boards/common/esp32c3/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_COMMON_ESP32C3 bool diff --git a/boards/common/esp32c3/include/board_common_esp32c3.h b/boards/common/esp32c3/include/board_common_esp32c3.h index 0bf30898ca5a..9e85f87b5ac2 100644 --- a/boards/common/esp32c3/include/board_common_esp32c3.h +++ b/boards/common/esp32c3/include/board_common_esp32c3.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/common/esp32c3/include/periph_conf_common_esp32c3.h b/boards/common/esp32c3/include/periph_conf_common_esp32c3.h index 93b9d16ff8c2..69c854516205 100644 --- a/boards/common/esp32c3/include/periph_conf_common_esp32c3.h +++ b/boards/common/esp32c3/include/periph_conf_common_esp32c3.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/common/esp32h2/Kconfig b/boards/common/esp32h2/Kconfig index 5f6cc1ba983f..e9a3adb0271f 100644 --- a/boards/common/esp32h2/Kconfig +++ b/boards/common/esp32h2/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_COMMON_ESP32H2 bool diff --git a/boards/common/esp32h2/include/board_common_esp32h2.h b/boards/common/esp32h2/include/board_common_esp32h2.h index 224690127f12..ab6e530f9db9 100644 --- a/boards/common/esp32h2/include/board_common_esp32h2.h +++ b/boards/common/esp32h2/include/board_common_esp32h2.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/common/esp32h2/include/periph_conf_common_esp32h2.h b/boards/common/esp32h2/include/periph_conf_common_esp32h2.h index e2de86fdd5fe..5457a03efe92 100644 --- a/boards/common/esp32h2/include/periph_conf_common_esp32h2.h +++ b/boards/common/esp32h2/include/periph_conf_common_esp32h2.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/common/esp32s2/Kconfig b/boards/common/esp32s2/Kconfig index 2e7374f291e6..5421c12029d8 100644 --- a/boards/common/esp32s2/Kconfig +++ b/boards/common/esp32s2/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_COMMON_ESP32S2 bool diff --git a/boards/common/esp32s2/include/board_common_esp32s2.h b/boards/common/esp32s2/include/board_common_esp32s2.h index ace204af9507..3b7ee9ee16a1 100644 --- a/boards/common/esp32s2/include/board_common_esp32s2.h +++ b/boards/common/esp32s2/include/board_common_esp32s2.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/common/esp32s2/include/periph_conf_common_esp32s2.h b/boards/common/esp32s2/include/periph_conf_common_esp32s2.h index 187dd063f9b0..602d6ab784a0 100644 --- a/boards/common/esp32s2/include/periph_conf_common_esp32s2.h +++ b/boards/common/esp32s2/include/periph_conf_common_esp32s2.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/common/esp32s3/Kconfig b/boards/common/esp32s3/Kconfig index 0200e7df7e75..ca4122a83ca0 100644 --- a/boards/common/esp32s3/Kconfig +++ b/boards/common/esp32s3/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_COMMON_ESP32S3 bool diff --git a/boards/common/esp32s3/include/board_common_esp32s3.h b/boards/common/esp32s3/include/board_common_esp32s3.h index 96fe4800973b..3661f9d8bb66 100644 --- a/boards/common/esp32s3/include/board_common_esp32s3.h +++ b/boards/common/esp32s3/include/board_common_esp32s3.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/common/esp32s3/include/periph_conf_common_esp32s3.h b/boards/common/esp32s3/include/periph_conf_common_esp32s3.h index 4ad032e6b91f..bd9ca0003a16 100644 --- a/boards/common/esp32s3/include/periph_conf_common_esp32s3.h +++ b/boards/common/esp32s3/include/periph_conf_common_esp32s3.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/common/esp32x/Kconfig b/boards/common/esp32x/Kconfig index 1f97432b65d1..f673fed36040 100644 --- a/boards/common/esp32x/Kconfig +++ b/boards/common/esp32x/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_COMMON_ESP32X bool diff --git a/boards/common/esp32x/board_common.c b/boards/common/esp32x/board_common.c index ea30032e76be..b8b62057a242 100644 --- a/boards/common/esp32x/board_common.c +++ b/boards/common/esp32x/board_common.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/common/esp32x/include/board_common.h b/boards/common/esp32x/include/board_common.h index 4798650f8fd1..91733fe350fa 100644 --- a/boards/common/esp32x/include/board_common.h +++ b/boards/common/esp32x/include/board_common.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/common/esp32x/include/periph_conf_common.h b/boards/common/esp32x/include/periph_conf_common.h index 42cf3d38b856..38906d5e1688 100644 --- a/boards/common/esp32x/include/periph_conf_common.h +++ b/boards/common/esp32x/include/periph_conf_common.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/common/esp8266/Kconfig b/boards/common/esp8266/Kconfig index 7f66a0d6c120..248641d2955b 100644 --- a/boards/common/esp8266/Kconfig +++ b/boards/common/esp8266/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_COMMON_ESP8266 bool diff --git a/boards/common/esp8266/board_common.c b/boards/common/esp8266/board_common.c index 8a39fb86a3a6..c2661b276078 100644 --- a/boards/common/esp8266/board_common.c +++ b/boards/common/esp8266/board_common.c @@ -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 */ /** diff --git a/boards/common/esp8266/include/board_common.h b/boards/common/esp8266/include/board_common.h index c4674fe8e0ce..bbbcc9892c3e 100644 --- a/boards/common/esp8266/include/board_common.h +++ b/boards/common/esp8266/include/board_common.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/common/esp8266/include/board_modules.h b/boards/common/esp8266/include/board_modules.h index 51122d5e5d93..ddfc3f82b163 100644 --- a/boards/common/esp8266/include/board_modules.h +++ b/boards/common/esp8266/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/common/esp8266/include/periph_conf_common.h b/boards/common/esp8266/include/periph_conf_common.h index 0b1953a7374e..77acf2b36d69 100644 --- a/boards/common/esp8266/include/periph_conf_common.h +++ b/boards/common/esp8266/include/periph_conf_common.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/common/gd32v/Kconfig b/boards/common/gd32v/Kconfig index dfd5106d7046..3a8bfefaea47 100644 --- a/boards/common/gd32v/Kconfig +++ b/boards/common/gd32v/Kconfig @@ -1,9 +1,5 @@ -# 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 config BOARD_HAS_HXTAL bool diff --git a/boards/common/gd32v/include/board_common.h b/boards/common/gd32v/include/board_common.h index 3a2e8738e335..bb5e971daf49 100644 --- a/boards/common/gd32v/include/board_common.h +++ b/boards/common/gd32v/include/board_common.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2020 Koen Zandberg - * 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 Koen Zandberg + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/gd32v/include/cfg_i2c_default.h b/boards/common/gd32v/include/cfg_i2c_default.h index 8bf7d52e7216..0d84a58447a8 100644 --- a/boards/common/gd32v/include/cfg_i2c_default.h +++ b/boards/common/gd32v/include/cfg_i2c_default.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/common/gd32v/include/cfg_spi_default.h b/boards/common/gd32v/include/cfg_spi_default.h index ac9ebd0a731e..2fbb10d11f34 100644 --- a/boards/common/gd32v/include/cfg_spi_default.h +++ b/boards/common/gd32v/include/cfg_spi_default.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2020 Koen Zandberg - * 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 Koen Zandberg + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/gd32v/include/cfg_timer_default.h b/boards/common/gd32v/include/cfg_timer_default.h index 8f32578945d8..4b9d673c1738 100644 --- a/boards/common/gd32v/include/cfg_timer_default.h +++ b/boards/common/gd32v/include/cfg_timer_default.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2020 Koen Zandberg - * 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 Koen Zandberg + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/gd32v/include/cfg_uart_default.h b/boards/common/gd32v/include/cfg_uart_default.h index 084677eea4ee..54132618f9b8 100644 --- a/boards/common/gd32v/include/cfg_uart_default.h +++ b/boards/common/gd32v/include/cfg_uart_default.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2020 Koen Zandberg - * 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 Koen Zandberg + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/gd32v/include/cfg_usbdev_default.h b/boards/common/gd32v/include/cfg_usbdev_default.h index 9a5ead0b67f3..58c1fc1d1ce8 100644 --- a/boards/common/gd32v/include/cfg_usbdev_default.h +++ b/boards/common/gd32v/include/cfg_usbdev_default.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/common/gd32v/include/periph_common_conf.h b/boards/common/gd32v/include/periph_common_conf.h index 61608fc6e3f5..dd009cba8915 100644 --- a/boards/common/gd32v/include/periph_common_conf.h +++ b/boards/common/gd32v/include/periph_common_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2020 Koen Zandberg - * 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 Koen Zandberg + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/init/board_common.c b/boards/common/init/board_common.c index 5883c2ab5b41..1c058b094479 100644 --- a/boards/common/init/board_common.c +++ b/boards/common/init/board_common.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 ML!PA Consulting GmbH - * - * 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: 2021 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/common/iotlab/Kconfig b/boards/common/iotlab/Kconfig index ea818c231de8..d412dab8c001 100644 --- a/boards/common/iotlab/Kconfig +++ b/boards/common/iotlab/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Inria -# -# 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 Inria +# SPDX-License-Identifier: LGPL-2.1-only config BOARD_COMMON_IOTLAB bool diff --git a/boards/common/iotlab/include/board_common.h b/boards/common/iotlab/include/board_common.h index 5048885036fb..199211874e80 100644 --- a/boards/common/iotlab/include/board_common.h +++ b/boards/common/iotlab/include/board_common.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014-2015 Freie Universität Berlin - * - * 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: 2014-2015 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/iotlab/include/gpio_params.h b/boards/common/iotlab/include/gpio_params.h index 62887d1d4884..67e85d56a1bc 100644 --- a/boards/common/iotlab/include/gpio_params.h +++ b/boards/common/iotlab/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 Freie Universität Berlin - * - * 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: 2015 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/iotlab/include/openwsn_defs.h b/boards/common/iotlab/include/openwsn_defs.h index 6527261cb4c0..74062a32413e 100644 --- a/boards/common/iotlab/include/openwsn_defs.h +++ b/boards/common/iotlab/include/openwsn_defs.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/iotlab/include/periph_conf_common.h b/boards/common/iotlab/include/periph_conf_common.h index 089c48aabf41..6071d5fff96b 100644 --- a/boards/common/iotlab/include/periph_conf_common.h +++ b/boards/common/iotlab/include/periph_conf_common.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 Freie Universität Berlin - * - * 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: 2014 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/kw41z/Kconfig b/boards/common/kw41z/Kconfig index 51af6c5e05e9..2a35838778ec 100644 --- a/boards/common/kw41z/Kconfig +++ b/boards/common/kw41z/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_COMMON_KW41Z bool diff --git a/boards/common/kw41z/include/board_common.h b/boards/common/kw41z/include/board_common.h index de47ca7711d3..ee730c0cd244 100644 --- a/boards/common/kw41z/include/board_common.h +++ b/boards/common/kw41z/include/board_common.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2017 Eistec AB - * 2019 Inria - * - * 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: 2017 Eistec AB + * SPDX-FileCopyrightText: 2019 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/kw41z/include/cfg_i2c_default.h b/boards/common/kw41z/include/cfg_i2c_default.h index 3792e69ff966..09abf11b644c 100644 --- a/boards/common/kw41z/include/cfg_i2c_default.h +++ b/boards/common/kw41z/include/cfg_i2c_default.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Eistec AB - * - * 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: 2017 Eistec AB + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/kw41z/include/periph_conf_common.h b/boards/common/kw41z/include/periph_conf_common.h index 0c6dbee9db13..a72523600f53 100644 --- a/boards/common/kw41z/include/periph_conf_common.h +++ b/boards/common/kw41z/include/periph_conf_common.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Eistec AB - * - * 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: 2017 Eistec AB + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/microbit/include/microbit.h b/boards/common/microbit/include/microbit.h index 455226af0062..1884374c6c38 100644 --- a/boards/common/microbit/include/microbit.h +++ b/boards/common/microbit/include/microbit.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Freie Universität Berlin - * - * 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: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/microbit/microbit.c b/boards/common/microbit/microbit.c index 46124a8a7d4d..fccbc27e1141 100644 --- a/boards/common/microbit/microbit.c +++ b/boards/common/microbit/microbit.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Freie Universität Berlin - * - * 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: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/common/msb-430/Kconfig b/boards/common/msb-430/Kconfig index cf87d207a89e..8e10471a3089 100644 --- a/boards/common/msb-430/Kconfig +++ b/boards/common/msb-430/Kconfig @@ -1,9 +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_COMMON_MSB_430 bool diff --git a/boards/common/msb-430/board_init.c b/boards/common/msb-430/board_init.c index c7dfcb2fac7d..7c774cbca331 100644 --- a/boards/common/msb-430/board_init.c +++ b/boards/common/msb-430/board_init.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 INRIA - * - * 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: 2014 INRIA + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/common/msb-430/include/board_common.h b/boards/common/msb-430/include/board_common.h index 2a58435a63c9..977949c871ba 100644 --- a/boards/common/msb-430/include/board_common.h +++ b/boards/common/msb-430/include/board_common.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2013-2016 Freie Universität Berlin - * - * 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: 2013-2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/msp430/include/cfg_timer_a_smclk_b_aclk.h b/boards/common/msp430/include/cfg_timer_a_smclk_b_aclk.h index fb18253e575d..fd50aff078d5 100644 --- a/boards/common/msp430/include/cfg_timer_a_smclk_b_aclk.h +++ b/boards/common/msp430/include/cfg_timer_a_smclk_b_aclk.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Otto-von-Guericke-Universität Magdeburg - * - * 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 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/native/board_init.c b/boards/common/native/board_init.c index 19ad0bb8b44c..e4e236b3bc32 100644 --- a/boards/common/native/board_init.c +++ b/boards/common/native/board_init.c @@ -1,12 +1,11 @@ +/* + * SPDX-FileCopyrightText: 2014 Ludwig Knüpfer + * SPDX-License-Identifier: LGPL-2.1-only + */ + /** * Native Board board_init implementation * - * Copyright (C) 2014 Ludwig Knüpfer - * - * 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. - * * @ingroup boards_common_native * @{ * @file diff --git a/boards/common/native/drivers/native-led.c b/boards/common/native/drivers/native-led.c index ba3371afedc7..05dc40f958b6 100644 --- a/boards/common/native/drivers/native-led.c +++ b/boards/common/native/drivers/native-led.c @@ -1,14 +1,13 @@ +/* + * SPDX-FileCopyrightText: 2014 Ludwig Knüpfer + * SPDX-License-Identifier: LGPL-2.1-only + */ + /** * Native Board LED implementation * * Only prints function calls at the moment. * - * Copyright (C) 2014 Ludwig Knüpfer - * - * 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. - * * @ingroup boards_common_native * @{ * @file diff --git a/boards/common/native/drivers/native-qdec.c b/boards/common/native/drivers/native-qdec.c index 7bc31faabe2a..7e87b83198b5 100644 --- a/boards/common/native/drivers/native-qdec.c +++ b/boards/common/native/drivers/native-qdec.c @@ -1,18 +1,19 @@ -/** +/* + * SPDX-FileCopyrightText: 2018 Gilles DOFFE + * SPDX-License-Identifier: LGPL-2.1-only + */ + +/* * Native Board board implementation * - * Copyright (C) 2018 Gilles DOFFE - * - * 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. - * * @ingroup boards_common_native * @{ * @file * @author Gilles DOFFE * @} + * */ + #include #include diff --git a/boards/common/native/include/board.h b/boards/common/native/include/board.h index 2ce8bc5dc6ac..db6de4b32798 100644 --- a/boards/common/native/include/board.h +++ b/boards/common/native/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2013 Ludwig Knüpfer - * - * 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: 2013 Ludwig Knüpfer + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/native/include/board_internal.h b/boards/common/native/include/board_internal.h index 22796f810234..e6362baefc80 100644 --- a/boards/common/native/include/board_internal.h +++ b/boards/common/native/include/board_internal.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2013, 2014 Ludwig Knüpfer - * - * 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: 2013-2014 Ludwig Knüpfer + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/native/include/eui_provider_params.h b/boards/common/native/include/eui_provider_params.h index 196cf0af7198..ff14b0c57ec4 100644 --- a/boards/common/native/include/eui_provider_params.h +++ b/boards/common/native/include/eui_provider_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 ML!PA Consulting GmbH - * - * 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 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nrf51/Kconfig b/boards/common/nrf51/Kconfig index 398a02e75e2c..862c9113eefb 100644 --- a/boards/common/nrf51/Kconfig +++ b/boards/common/nrf51/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_COMMON_NRF51 bool diff --git a/boards/common/nrf51/include/board_common.h b/boards/common/nrf51/include/board_common.h index cd8d6beb6e82..de84f5b85da1 100644 --- a/boards/common/nrf51/include/board_common.h +++ b/boards/common/nrf51/include/board_common.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2017 Freie Universität Berlin - * 2018 Inria - * - * 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: 2017 Freie Universität Berlin + * SPDX-FileCopyrightText: 2018 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nrf51/include/cfg_clock_16_0.h b/boards/common/nrf51/include/cfg_clock_16_0.h index 17bb0c9ea6ad..ce700c8c725f 100644 --- a/boards/common/nrf51/include/cfg_clock_16_0.h +++ b/boards/common/nrf51/include/cfg_clock_16_0.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nrf51/include/cfg_clock_16_1.h b/boards/common/nrf51/include/cfg_clock_16_1.h index 5c5fc1162154..372d6e1e3827 100644 --- a/boards/common/nrf51/include/cfg_clock_16_1.h +++ b/boards/common/nrf51/include/cfg_clock_16_1.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nrf51/include/cfg_rtt_default.h b/boards/common/nrf51/include/cfg_rtt_default.h index eeec934af03b..42a8d719b659 100644 --- a/boards/common/nrf51/include/cfg_rtt_default.h +++ b/boards/common/nrf51/include/cfg_rtt_default.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2018 Inria - * 2019 Freie Universität Berlin - * - * 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 Inria + * SPDX-FileCopyrightText: 2019 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nrf51/include/cfg_timer_01.h b/boards/common/nrf51/include/cfg_timer_01.h index b90cb2c5d39d..80fbb50a335a 100644 --- a/boards/common/nrf51/include/cfg_timer_01.h +++ b/boards/common/nrf51/include/cfg_timer_01.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2018 Inria - * 2019 Freie Universität Berlin - * - * 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 Inria + * SPDX-FileCopyrightText: 2019 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nrf51/include/cfg_timer_012.h b/boards/common/nrf51/include/cfg_timer_012.h index 6f1b6abd57fc..bde0b6c67f37 100644 --- a/boards/common/nrf51/include/cfg_timer_012.h +++ b/boards/common/nrf51/include/cfg_timer_012.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2018 Inria - * 2019 Freie Universität Berlin - * - * 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 Inria + * SPDX-FileCopyrightText: 2019 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nrf52/Kconfig b/boards/common/nrf52/Kconfig index 4301a00af9a0..56aeb0161d6f 100644 --- a/boards/common/nrf52/Kconfig +++ b/boards/common/nrf52/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_COMMON_NRF52 bool diff --git a/boards/common/nrf52/include/board_common.h b/boards/common/nrf52/include/board_common.h index bb47efd65306..a801a0bb23aa 100644 --- a/boards/common/nrf52/include/board_common.h +++ b/boards/common/nrf52/include/board_common.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Freie Universität Berlin - * - * 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: 2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nrf52/include/cfg_clock_32_0.h b/boards/common/nrf52/include/cfg_clock_32_0.h index bb476d3fb823..5ed2fbce7f1a 100644 --- a/boards/common/nrf52/include/cfg_clock_32_0.h +++ b/boards/common/nrf52/include/cfg_clock_32_0.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Inria - * - * 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: 2021 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nrf52/include/cfg_clock_32_1.h b/boards/common/nrf52/include/cfg_clock_32_1.h index ee5acd35c186..e09d8aa3b5be 100644 --- a/boards/common/nrf52/include/cfg_clock_32_1.h +++ b/boards/common/nrf52/include/cfg_clock_32_1.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nrf52/include/cfg_i2c_default.h b/boards/common/nrf52/include/cfg_i2c_default.h index 16ab1a828a1c..825cbec8fa45 100644 --- a/boards/common/nrf52/include/cfg_i2c_default.h +++ b/boards/common/nrf52/include/cfg_i2c_default.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016-2018 Freie Universität Berlin - * - * 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: 2016-2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nrf52/include/cfg_rtt_default.h b/boards/common/nrf52/include/cfg_rtt_default.h index c44f403886b4..131c1c4ff1d7 100644 --- a/boards/common/nrf52/include/cfg_rtt_default.h +++ b/boards/common/nrf52/include/cfg_rtt_default.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nrf52/include/cfg_spi_default.h b/boards/common/nrf52/include/cfg_spi_default.h index 2d0b42fc8d9a..47e5c0ccffed 100644 --- a/boards/common/nrf52/include/cfg_spi_default.h +++ b/boards/common/nrf52/include/cfg_spi_default.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016-2018 Freie Universität Berlin - * - * 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: 2016-2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nrf52/include/cfg_timer_default.h b/boards/common/nrf52/include/cfg_timer_default.h index 9807d90ff659..bf4001102457 100644 --- a/boards/common/nrf52/include/cfg_timer_default.h +++ b/boards/common/nrf52/include/cfg_timer_default.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nrf52xxxdk/Kconfig b/boards/common/nrf52xxxdk/Kconfig index 43a0154ae756..c21d7a272a30 100644 --- a/boards/common/nrf52xxxdk/Kconfig +++ b/boards/common/nrf52xxxdk/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 BOARDS_COMMON_NRF52XXXDK bool diff --git a/boards/common/nrf52xxxdk/include/gpio_params.h b/boards/common/nrf52xxxdk/include/gpio_params.h index bf2fcff1a37d..d7d48c78ab58 100644 --- a/boards/common/nrf52xxxdk/include/gpio_params.h +++ b/boards/common/nrf52xxxdk/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Freie Universität Berlin - * - * 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: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nrf52xxxdk/include/periph_conf_common.h b/boards/common/nrf52xxxdk/include/periph_conf_common.h index 42362f96b894..66d15a5ba13c 100644 --- a/boards/common/nrf52xxxdk/include/periph_conf_common.h +++ b/boards/common/nrf52xxxdk/include/periph_conf_common.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016-2018 Freie Universität Berlin - * - * 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: 2016-2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nrf52xxxdk/include/pwm_params.h b/boards/common/nrf52xxxdk/include/pwm_params.h index f00e71bae4b2..0aaf1d8b9541 100644 --- a/boards/common/nrf52xxxdk/include/pwm_params.h +++ b/boards/common/nrf52xxxdk/include/pwm_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Otto-von-Guericke-Universität Magdeburg - * - * 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: 2021 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nucleo/Kconfig b/boards/common/nucleo/Kconfig index 9ffb6885e806..adae89391157 100644 --- a/boards/common/nucleo/Kconfig +++ b/boards/common/nucleo/Kconfig @@ -1,8 +1,4 @@ -# Copyright (c) 2021 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: 2021 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only rsource "../stm32/Kconfig" diff --git a/boards/common/nucleo/include/board_nucleo.h b/boards/common/nucleo/include/board_nucleo.h index 6c41d0edd908..709babd8ba32 100644 --- a/boards/common/nucleo/include/board_nucleo.h +++ b/boards/common/nucleo/include/board_nucleo.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Freie Universität Berlin - * - * 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: 2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nucleo144/Kconfig b/boards/common/nucleo144/Kconfig index 2efb41c9985c..4aa9ecfb4708 100644 --- a/boards/common/nucleo144/Kconfig +++ b/boards/common/nucleo144/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Inria -# -# 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 Inria +# SPDX-License-Identifier: LGPL-2.1-only config BOARD_COMMON_NUCLEO144 bool diff --git a/boards/common/nucleo144/include/arduino_iomap.h b/boards/common/nucleo144/include/arduino_iomap.h index 28ea25e261be..f123e8f63c70 100644 --- a/boards/common/nucleo144/include/arduino_iomap.h +++ b/boards/common/nucleo144/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Inria - * - * 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: 2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nucleo144/include/board.h b/boards/common/nucleo144/include/board.h index 1c982a4f6a2b..c6a0230dde1a 100644 --- a/boards/common/nucleo144/include/board.h +++ b/boards/common/nucleo144/include/board.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2017 Inria - * 2017 OTAKeys - * 2018 Freie Universität Berlin - * - * 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: 2017 Inria + * SPDX-FileCopyrightText: 2017 OTAKeys + * SPDX-FileCopyrightText: 2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nucleo144/include/gpio_params.h b/boards/common/nucleo144/include/gpio_params.h index 044de5018fea..51405204bff8 100644 --- a/boards/common/nucleo144/include/gpio_params.h +++ b/boards/common/nucleo144/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Inria - * - * 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: 2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nucleo32/Kconfig b/boards/common/nucleo32/Kconfig index 00a323c6f34f..9f761885af94 100644 --- a/boards/common/nucleo32/Kconfig +++ b/boards/common/nucleo32/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Inria -# -# 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 Inria +# SPDX-License-Identifier: LGPL-2.1-only config BOARD_COMMON_NUCLEO32 bool diff --git a/boards/common/nucleo32/include/arduino_iomap.h b/boards/common/nucleo32/include/arduino_iomap.h index 20b7981d947c..7ca6acd932ef 100644 --- a/boards/common/nucleo32/include/arduino_iomap.h +++ b/boards/common/nucleo32/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Inria - * - * 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: 2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nucleo32/include/board.h b/boards/common/nucleo32/include/board.h index aeb903b66924..e8f491cc857d 100644 --- a/boards/common/nucleo32/include/board.h +++ b/boards/common/nucleo32/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Inria - * - * 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: 2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nucleo32/include/gpio_params.h b/boards/common/nucleo32/include/gpio_params.h index d8585e781667..774d478f3a92 100644 --- a/boards/common/nucleo32/include/gpio_params.h +++ b/boards/common/nucleo32/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Inria - * - * 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: 2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nucleo64/Kconfig b/boards/common/nucleo64/Kconfig index 4acf9884f1f7..4dca1a4f00c7 100644 --- a/boards/common/nucleo64/Kconfig +++ b/boards/common/nucleo64/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Inria -# -# 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 Inria +# SPDX-License-Identifier: LGPL-2.1-only config BOARD_COMMON_NUCLEO64 bool diff --git a/boards/common/nucleo64/include/arduino_iomap.h b/boards/common/nucleo64/include/arduino_iomap.h index c467e0224434..23330587325d 100644 --- a/boards/common/nucleo64/include/arduino_iomap.h +++ b/boards/common/nucleo64/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Inria - * - * 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: 2016 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/nucleo64/include/board.h b/boards/common/nucleo64/include/board.h index 1b896c81023d..12a01f35f32b 100644 --- a/boards/common/nucleo64/include/board.h +++ b/boards/common/nucleo64/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016-2017 Freie Universität Berlin - * - * 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: 2016-2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/particle-mesh/Kconfig b/boards/common/particle-mesh/Kconfig index 647752e057ed..0a32ff4a65f6 100644 --- a/boards/common/particle-mesh/Kconfig +++ b/boards/common/particle-mesh/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_COMMON_PARTICLE_MESH bool diff --git a/boards/common/particle-mesh/bat_voltage.c b/boards/common/particle-mesh/bat_voltage.c index 038e604ce3ee..b36aac48e69e 100644 --- a/boards/common/particle-mesh/bat_voltage.c +++ b/boards/common/particle-mesh/bat_voltage.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 TU Dresden - * - * 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: 2024 TU Dresden + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/common/particle-mesh/board.c b/boards/common/particle-mesh/board.c index 2360a264b686..c410a9762187 100644 --- a/boards/common/particle-mesh/board.c +++ b/boards/common/particle-mesh/board.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/common/particle-mesh/bootloader.c b/boards/common/particle-mesh/bootloader.c index fbf200a48206..686b74f5e6d2 100644 --- a/boards/common/particle-mesh/bootloader.c +++ b/boards/common/particle-mesh/bootloader.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014-2016 Freie Universität Berlin - * - * 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: 2014-2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/common/particle-mesh/include/bat_voltage_params.h b/boards/common/particle-mesh/include/bat_voltage_params.h index f84a56c43458..17e150a5e213 100644 --- a/boards/common/particle-mesh/include/bat_voltage_params.h +++ b/boards/common/particle-mesh/include/bat_voltage_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 TU Dresden - * - * 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: 2024 TU Dresden + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/particle-mesh/include/board.h b/boards/common/particle-mesh/include/board.h index 3d8540e0e661..75435e002e08 100644 --- a/boards/common/particle-mesh/include/board.h +++ b/boards/common/particle-mesh/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/particle-mesh/include/gpio_params.h b/boards/common/particle-mesh/include/gpio_params.h index 2735da51f3d5..9462d93eebf3 100644 --- a/boards/common/particle-mesh/include/gpio_params.h +++ b/boards/common/particle-mesh/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/particle-mesh/include/periph_conf_common.h b/boards/common/particle-mesh/include/periph_conf_common.h index bd88e297f81a..45ca787ddb01 100644 --- a/boards/common/particle-mesh/include/periph_conf_common.h +++ b/boards/common/particle-mesh/include/periph_conf_common.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/particle-mesh/include/pwm_params.h b/boards/common/particle-mesh/include/pwm_params.h index a5e2c0fe9b83..c1e79710e772 100644 --- a/boards/common/particle-mesh/include/pwm_params.h +++ b/boards/common/particle-mesh/include/pwm_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Christian Amsüss - * - * 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 Christian Amsüss + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/particle-mesh/reset.c b/boards/common/particle-mesh/reset.c index 2e964623b8eb..dbf3f45d073b 100644 --- a/boards/common/particle-mesh/reset.c +++ b/boards/common/particle-mesh/reset.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Christian Amsüss - * - * 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 Christian Amsüss + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/common/qn908x/Kconfig b/boards/common/qn908x/Kconfig index bd5142e9f383..1b2c9a79ec8e 100644 --- a/boards/common/qn908x/Kconfig +++ b/boards/common/qn908x/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 iosabi -# -# 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 iosabi +# SPDX-License-Identifier: LGPL-2.1-only config BOARD_COMMON_QN908X bool diff --git a/boards/common/remote/Kconfig b/boards/common/remote/Kconfig index d691348ea342..06baf3b35620 100644 --- a/boards/common/remote/Kconfig +++ b/boards/common/remote/Kconfig @@ -1,9 +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_COMMON_REMOTE bool diff --git a/boards/common/remote/include/board_common.h b/boards/common/remote/include/board_common.h index 7834b9e37c49..dfb798bba90d 100644 --- a/boards/common/remote/include/board_common.h +++ b/boards/common/remote/include/board_common.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014 Freie Universität Berlin - * Copyright (C) 2015 Zolertia SL - * - * 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: 2014 Freie Universität Berlin + * SPDX-FileCopyrightText: 2015 Zolertia SL + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/remote/include/cfg_adc_default.h b/boards/common/remote/include/cfg_adc_default.h index d80b26c957da..47f25b348298 100644 --- a/boards/common/remote/include/cfg_adc_default.h +++ b/boards/common/remote/include/cfg_adc_default.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014-2016 Freie Universität Berlin - * 2015 Zolertia SL - * - * 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: 2014-2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2015 Zolertia SL + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/remote/include/cfg_i2c_default.h b/boards/common/remote/include/cfg_i2c_default.h index 757c775d7d70..b3740a7d655d 100644 --- a/boards/common/remote/include/cfg_i2c_default.h +++ b/boards/common/remote/include/cfg_i2c_default.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014-2016 Freie Universität Berlin - * 2015 Zolertia SL - * - * 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: 2014-2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2015 Zolertia SL + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/remote/include/cfg_spi_default.h b/boards/common/remote/include/cfg_spi_default.h index 37d0884c3fdc..d3fb14ffc878 100644 --- a/boards/common/remote/include/cfg_spi_default.h +++ b/boards/common/remote/include/cfg_spi_default.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014-2016 Freie Universität Berlin - * 2015 Zolertia SL - * - * 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: 2014-2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2015 Zolertia SL + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/remote/include/cfg_uart_default.h b/boards/common/remote/include/cfg_uart_default.h index 2b688146acff..5b057fde436f 100644 --- a/boards/common/remote/include/cfg_uart_default.h +++ b/boards/common/remote/include/cfg_uart_default.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014-2016 Freie Universität Berlin - * 2015 Zolertia SL - * - * 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: 2014-2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2015 Zolertia SL + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/remote/include/fancy_leds.h b/boards/common/remote/include/fancy_leds.h index ec44966f1e44..8862378e6301 100644 --- a/boards/common/remote/include/fancy_leds.h +++ b/boards/common/remote/include/fancy_leds.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014 Freie Universität Berlin - * Copyright (C) 2015 Zolertia SL - * - * 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: 2014 Freie Universität Berlin + * SPDX-FileCopyrightText: 2015 Zolertia SL + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/samdx1-arduino-bootloader/reset.c b/boards/common/samdx1-arduino-bootloader/reset.c index 4a751de25bb2..19ca1ef7fd43 100644 --- a/boards/common/samdx1-arduino-bootloader/reset.c +++ b/boards/common/samdx1-arduino-bootloader/reset.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2019 Inria - * 2019 Kees Bakker, SODAQ - * - * 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 Inria + * SPDX-FileCopyrightText: 2019 Kees Bakker, SODAQ + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/common/saml1x/Kconfig b/boards/common/saml1x/Kconfig index ebf621b662a3..f53e14f5c26b 100644 --- a/boards/common/saml1x/Kconfig +++ b/boards/common/saml1x/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_COMMON_SAML1X bool diff --git a/boards/common/saml1x/include/board.h b/boards/common/saml1x/include/board.h index f6a8100fe837..516e092ce1fe 100644 --- a/boards/common/saml1x/include/board.h +++ b/boards/common/saml1x/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Mesotic SAS - * - * 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 Mesotic SAS + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/saml1x/include/gpio_params.h b/boards/common/saml1x/include/gpio_params.h index 62e1d6dcce8e..47ad9ef5ef7b 100644 --- a/boards/common/saml1x/include/gpio_params.h +++ b/boards/common/saml1x/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Mesotic SAS - * - * 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 Mesotic SAS + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/saml1x/include/periph_conf.h b/boards/common/saml1x/include/periph_conf.h index b90f21edb3b0..9b4ba230b875 100644 --- a/boards/common/saml1x/include/periph_conf.h +++ b/boards/common/saml1x/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Mesotic SAS - * - * 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 Mesotic SAS + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/seeedstudio-xiao-nrf52840/include/arduino_iomap.h b/boards/common/seeedstudio-xiao-nrf52840/include/arduino_iomap.h index a8c99e4e417f..cb00581a8baa 100644 --- a/boards/common/seeedstudio-xiao-nrf52840/include/arduino_iomap.h +++ b/boards/common/seeedstudio-xiao-nrf52840/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 TU Dresden - * - * 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: 2024 TU Dresden + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/seeedstudio-xiao-nrf52840/include/board.h b/boards/common/seeedstudio-xiao-nrf52840/include/board.h index 7d646da38f2c..04b924818bd1 100644 --- a/boards/common/seeedstudio-xiao-nrf52840/include/board.h +++ b/boards/common/seeedstudio-xiao-nrf52840/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 TU Dresden - * - * 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: 2024 TU Dresden + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/seeedstudio-xiao-nrf52840/include/gpio_params.h b/boards/common/seeedstudio-xiao-nrf52840/include/gpio_params.h index 04170141de84..abb39c2485fe 100644 --- a/boards/common/seeedstudio-xiao-nrf52840/include/gpio_params.h +++ b/boards/common/seeedstudio-xiao-nrf52840/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 TU Dresden - * - * 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: 2024 TU Dresden + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/seeedstudio-xiao-nrf52840/include/periph_conf.h b/boards/common/seeedstudio-xiao-nrf52840/include/periph_conf.h index 87e4f2c4a7cc..be4348239320 100644 --- a/boards/common/seeedstudio-xiao-nrf52840/include/periph_conf.h +++ b/boards/common/seeedstudio-xiao-nrf52840/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 TU Dresden - * - * 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: 2024 TU Dresden + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/seeedstudio-xiao-nrf52840/mtd.c b/boards/common/seeedstudio-xiao-nrf52840/mtd.c index 6d3c2fd9f4f4..38095b0292da 100644 --- a/boards/common/seeedstudio-xiao-nrf52840/mtd.c +++ b/boards/common/seeedstudio-xiao-nrf52840/mtd.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 TU Dresden - * - * 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: 2024 TU Dresden + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/common/silabs/Kconfig b/boards/common/silabs/Kconfig index 0486a454774a..e0dcd961fd41 100644 --- a/boards/common/silabs/Kconfig +++ b/boards/common/silabs/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_COMMON_SILABS bool diff --git a/boards/common/silabs/board_common.c b/boards/common/silabs/board_common.c index cf08f48a1910..36fe9c0e98ba 100644 --- a/boards/common/silabs/board_common.c +++ b/boards/common/silabs/board_common.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Bas Stottelaar - * - * 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 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/common/silabs/drivers/aem/aem.c b/boards/common/silabs/drivers/aem/aem.c index 53592bc3e7f9..d01c6791766c 100644 --- a/boards/common/silabs/drivers/aem/aem.c +++ b/boards/common/silabs/drivers/aem/aem.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Bas Stottelaar - * - * 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 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/common/silabs/drivers/bc/bc.c b/boards/common/silabs/drivers/bc/bc.c index c0b495f114e6..18cc2e8d4978 100644 --- a/boards/common/silabs/drivers/bc/bc.c +++ b/boards/common/silabs/drivers/bc/bc.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Bas Stottelaar - * - * 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 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/common/silabs/drivers/include/aem.h b/boards/common/silabs/drivers/include/aem.h index f651dd953f5b..0d51f8bda2f2 100644 --- a/boards/common/silabs/drivers/include/aem.h +++ b/boards/common/silabs/drivers/include/aem.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Bas Stottelaar - * - * 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 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/silabs/drivers/include/bc.h b/boards/common/silabs/drivers/include/bc.h index 24bfa39c0ff1..f1690e3248e4 100644 --- a/boards/common/silabs/drivers/include/bc.h +++ b/boards/common/silabs/drivers/include/bc.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Bas Stottelaar - * - * 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 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/silabs/drivers/include/pic.h b/boards/common/silabs/drivers/include/pic.h index ea717cefea62..8cf706d784c5 100644 --- a/boards/common/silabs/drivers/include/pic.h +++ b/boards/common/silabs/drivers/include/pic.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Bas Stottelaar - * - * 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 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/silabs/drivers/pic/pic.c b/boards/common/silabs/drivers/pic/pic.c index 9b1f27b86032..18fa11318450 100644 --- a/boards/common/silabs/drivers/pic/pic.c +++ b/boards/common/silabs/drivers/pic/pic.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Bas Stottelaar - * - * 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 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/common/silabs/include/arduino_iomap.h b/boards/common/silabs/include/arduino_iomap.h index b8d83ab5f7ab..cc91cc7272d3 100644 --- a/boards/common/silabs/include/arduino_iomap.h +++ b/boards/common/silabs/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Federico Pellegrin - * - * 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 Federico Pellegrin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/silabs/include/board_common.h b/boards/common/silabs/include/board_common.h index 7cbdb2374408..0088c49b2d20 100644 --- a/boards/common/silabs/include/board_common.h +++ b/boards/common/silabs/include/board_common.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Bas Stottelaar - * - * 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 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/silabs/include/usbdev_cfg_otg_fs.h b/boards/common/silabs/include/usbdev_cfg_otg_fs.h index a563b04c0ef1..6d41eda1f390 100644 --- a/boards/common/silabs/include/usbdev_cfg_otg_fs.h +++ b/boards/common/silabs/include/usbdev_cfg_otg_fs.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Koen Zandberg - * - * 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 Koen Zandberg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/slwstk6000b/Kconfig b/boards/common/slwstk6000b/Kconfig index 80e8d9cd0bf0..8942234930e1 100644 --- a/boards/common/slwstk6000b/Kconfig +++ b/boards/common/slwstk6000b/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_COMMON_SLWSTK6000B bool diff --git a/boards/common/slwstk6000b/board.c b/boards/common/slwstk6000b/board.c index b20502745d41..fdf33589c4a7 100644 --- a/boards/common/slwstk6000b/board.c +++ b/boards/common/slwstk6000b/board.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2018 Freie Universität Berlin - * - * 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: 2015-2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/common/slwstk6000b/include/board.h b/boards/common/slwstk6000b/include/board.h index b764fad9c380..86c9554afc27 100644 --- a/boards/common/slwstk6000b/include/board.h +++ b/boards/common/slwstk6000b/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2020 Freie Universität Berlin - * - * 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: 2015-2020 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/slwstk6000b/include/gpio_params.h b/boards/common/slwstk6000b/include/gpio_params.h index 68183bb393eb..f5bf3df98425 100644 --- a/boards/common/slwstk6000b/include/gpio_params.h +++ b/boards/common/slwstk6000b/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016-2017 Bas Stottelaar - * - * 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: 2016-2017 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/slwstk6000b/include/periph_conf.h b/boards/common/slwstk6000b/include/periph_conf.h index bafa2c3236b2..8d21e8de06f4 100644 --- a/boards/common/slwstk6000b/include/periph_conf.h +++ b/boards/common/slwstk6000b/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2020 Freie Universität Berlin - * - * 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: 2015-2020 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/slwstk6000b/modules/slwrb4150a/include/board_module.h b/boards/common/slwstk6000b/modules/slwrb4150a/include/board_module.h index c60d9658d243..fec3d4cee399 100644 --- a/boards/common/slwstk6000b/modules/slwrb4150a/include/board_module.h +++ b/boards/common/slwstk6000b/modules/slwrb4150a/include/board_module.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Bas Stottelaar - * - * 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 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/slwstk6000b/modules/slwrb4162a/include/board_module.h b/boards/common/slwstk6000b/modules/slwrb4162a/include/board_module.h index 926ee85452c8..3abd5af39d4c 100644 --- a/boards/common/slwstk6000b/modules/slwrb4162a/include/board_module.h +++ b/boards/common/slwstk6000b/modules/slwrb4162a/include/board_module.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Bas Stottelaar - * - * 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 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/sodaq/Kconfig b/boards/common/sodaq/Kconfig index 9c1428457f23..b31f114acd69 100644 --- a/boards/common/sodaq/Kconfig +++ b/boards/common/sodaq/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_COMMON_SODAQ bool diff --git a/boards/common/sodaq/include/board_common.h b/boards/common/sodaq/include/board_common.h index 6b3065840fd1..b36c8317ae80 100644 --- a/boards/common/sodaq/include/board_common.h +++ b/boards/common/sodaq/include/board_common.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Kees Bakker, SODAQ - * - * 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: 2016 Kees Bakker, SODAQ + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/sodaq/include/cfg_clock_default.h b/boards/common/sodaq/include/cfg_clock_default.h index b3fc30042eb0..80f30e44439e 100644 --- a/boards/common/sodaq/include/cfg_clock_default.h +++ b/boards/common/sodaq/include/cfg_clock_default.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Kees Bakker, SODAQ - * - * 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: 2016 Kees Bakker, SODAQ + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/sodaq/include/cfg_rtc_default.h b/boards/common/sodaq/include/cfg_rtc_default.h index c7ea9da17e3d..04695e6d4629 100644 --- a/boards/common/sodaq/include/cfg_rtc_default.h +++ b/boards/common/sodaq/include/cfg_rtc_default.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Kees Bakker, SODAQ - * - * 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: 2016 Kees Bakker, SODAQ + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/sodaq/include/cfg_rtt_default.h b/boards/common/sodaq/include/cfg_rtt_default.h index bce586abdfa5..9d2a2247e13b 100644 --- a/boards/common/sodaq/include/cfg_rtt_default.h +++ b/boards/common/sodaq/include/cfg_rtt_default.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Kees Bakker, SODAQ - * - * 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: 2016 Kees Bakker, SODAQ + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/sodaq/include/cfg_spi_default.h b/boards/common/sodaq/include/cfg_spi_default.h index b9b7d644b573..3c65c8adb3c7 100644 --- a/boards/common/sodaq/include/cfg_spi_default.h +++ b/boards/common/sodaq/include/cfg_spi_default.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Kees Bakker, SODAQ - * - * 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: 2016 Kees Bakker, SODAQ + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/sodaq/include/cfg_timer_default.h b/boards/common/sodaq/include/cfg_timer_default.h index 3234498c7f1d..8b8af3ae68b5 100644 --- a/boards/common/sodaq/include/cfg_timer_default.h +++ b/boards/common/sodaq/include/cfg_timer_default.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Kees Bakker, SODAQ - * - * 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: 2016 Kees Bakker, SODAQ + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/sodaq/include/cfg_usbdev_default.h b/boards/common/sodaq/include/cfg_usbdev_default.h index 884d0b235828..c9392108104b 100644 --- a/boards/common/sodaq/include/cfg_usbdev_default.h +++ b/boards/common/sodaq/include/cfg_usbdev_default.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Kees Bakker, SODAQ - * - * 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: 2016 Kees Bakker, SODAQ + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/stm32/Kconfig b/boards/common/stm32/Kconfig index 085b6704401b..b623d76779f7 100644 --- a/boards/common/stm32/Kconfig +++ b/boards/common/stm32/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Inria -# -# 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 Inria +# SPDX-License-Identifier: LGPL-2.1-only config BOARD_HAS_HSE bool diff --git a/boards/common/stm32/include/cfg_i2c1_pb6_pb7.h b/boards/common/stm32/include/cfg_i2c1_pb6_pb7.h index a662e2e2d095..7b226b009cf5 100644 --- a/boards/common/stm32/include/cfg_i2c1_pb6_pb7.h +++ b/boards/common/stm32/include/cfg_i2c1_pb6_pb7.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/stm32/include/cfg_i2c1_pb8_pb9.h b/boards/common/stm32/include/cfg_i2c1_pb8_pb9.h index 1b3dcc607c5f..73b17359451b 100644 --- a/boards/common/stm32/include/cfg_i2c1_pb8_pb9.h +++ b/boards/common/stm32/include/cfg_i2c1_pb8_pb9.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/stm32/include/cfg_rtt_default.h b/boards/common/stm32/include/cfg_rtt_default.h index d21380a09ea9..1dfff1b5f205 100644 --- a/boards/common/stm32/include/cfg_rtt_default.h +++ b/boards/common/stm32/include/cfg_rtt_default.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/stm32/include/cfg_timer_tim2.h b/boards/common/stm32/include/cfg_timer_tim2.h index 65477b9125ec..c1f8e94bc0b5 100644 --- a/boards/common/stm32/include/cfg_timer_tim2.h +++ b/boards/common/stm32/include/cfg_timer_tim2.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/stm32/include/cfg_timer_tim2_tim15_tim16.h b/boards/common/stm32/include/cfg_timer_tim2_tim15_tim16.h index d4bcb301cca6..7ec51f157848 100644 --- a/boards/common/stm32/include/cfg_timer_tim2_tim15_tim16.h +++ b/boards/common/stm32/include/cfg_timer_tim2_tim15_tim16.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Otto-von-Guericke-Universität Magdeburg - * - * 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 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/stm32/include/cfg_timer_tim5.h b/boards/common/stm32/include/cfg_timer_tim5.h index 0f09fe7e6865..236eb428739f 100644 --- a/boards/common/stm32/include/cfg_timer_tim5.h +++ b/boards/common/stm32/include/cfg_timer_tim5.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/stm32/include/cfg_timer_tim5_and_tim2.h b/boards/common/stm32/include/cfg_timer_tim5_and_tim2.h index 36be91edd1dd..8f327d5fcafb 100644 --- a/boards/common/stm32/include/cfg_timer_tim5_and_tim2.h +++ b/boards/common/stm32/include/cfg_timer_tim5_and_tim2.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Inria - * - * 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/stm32/include/cfg_usb_otg_fs.h b/boards/common/stm32/include/cfg_usb_otg_fs.h index 68d79c8220a6..4da52cd4fc3f 100644 --- a/boards/common/stm32/include/cfg_usb_otg_fs.h +++ b/boards/common/stm32/include/cfg_usb_otg_fs.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Koen Zandberg - * - * 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 Koen Zandberg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/stm32/include/cfg_usb_otg_fs_u5.h b/boards/common/stm32/include/cfg_usb_otg_fs_u5.h index cbe2f98ae4e3..92af05878ec7 100644 --- a/boards/common/stm32/include/cfg_usb_otg_fs_u5.h +++ b/boards/common/stm32/include/cfg_usb_otg_fs_u5.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2019 Koen Zandberg - * 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: 2019 Koen Zandberg + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/stm32/include/cfg_usb_otg_hs_phy_fs.h b/boards/common/stm32/include/cfg_usb_otg_hs_phy_fs.h index bd5b351353a9..b862a6a4cb55 100644 --- a/boards/common/stm32/include/cfg_usb_otg_hs_phy_fs.h +++ b/boards/common/stm32/include/cfg_usb_otg_hs_phy_fs.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Koen Zandberg - * - * 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 Koen Zandberg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/stm32/include/cfg_usb_otg_hs_phy_utmi.h b/boards/common/stm32/include/cfg_usb_otg_hs_phy_utmi.h index 324dcf80e016..e45e4f273f06 100644 --- a/boards/common/stm32/include/cfg_usb_otg_hs_phy_utmi.h +++ b/boards/common/stm32/include/cfg_usb_otg_hs_phy_utmi.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2019 Koen Zandberg - * 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: 2019 Koen Zandberg + * SPDX-FileCopyrightText: 2022 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/stm32/include/stm32_leds.h b/boards/common/stm32/include/stm32_leds.h index 9c7ff9b3aee0..9e939bca2d70 100644 --- a/boards/common/stm32/include/stm32_leds.h +++ b/boards/common/stm32/include/stm32_leds.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Otto-von-Guericke-Universität Magdeburg - * - * 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 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/weact-f4x1cx/Kconfig b/boards/common/weact-f4x1cx/Kconfig index 10ebe303ff85..a8ca86deb6e2 100644 --- a/boards/common/weact-f4x1cx/Kconfig +++ b/boards/common/weact-f4x1cx/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 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: 2020 Benjamin Valentin +# SPDX-License-Identifier: LGPL-2.1-only config BOARD_COMMON_WEACT_F4X1CX bool diff --git a/boards/common/weact-f4x1cx/board.c b/boards/common/weact-f4x1cx/board.c index fa7a954d3e48..f6214b49db7b 100644 --- a/boards/common/weact-f4x1cx/board.c +++ b/boards/common/weact-f4x1cx/board.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 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: 2019 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/common/weact-f4x1cx/include/board.h b/boards/common/weact-f4x1cx/include/board.h index 93a8efe9bf0e..c7f618756d5c 100644 --- a/boards/common/weact-f4x1cx/include/board.h +++ b/boards/common/weact-f4x1cx/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 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: 2019 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/weact-f4x1cx/include/gpio_params.h b/boards/common/weact-f4x1cx/include/gpio_params.h index b780a4dbcdd1..3d85d8ba3051 100644 --- a/boards/common/weact-f4x1cx/include/gpio_params.h +++ b/boards/common/weact-f4x1cx/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 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: 2019 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/common/weact-f4x1cx/include/periph_conf.h b/boards/common/weact-f4x1cx/include/periph_conf.h index 536ccdc554dd..8469670793ec 100644 --- a/boards/common/weact-f4x1cx/include/periph_conf.h +++ b/boards/common/weact-f4x1cx/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 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: 2019 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once