diff --git a/cpu/native/Kconfig b/cpu/native/Kconfig index e6f9a03f5f33..2e12157936a1 100644 --- a/cpu/native/Kconfig +++ b/cpu/native/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 CPU_ARCH_NATIVE bool diff --git a/cpu/native/async_read.c b/cpu/native/async_read.c index 47bd94a2a645..8118add43b02 100644 --- a/cpu/native/async_read.c +++ b/cpu/native/async_read.c @@ -1,13 +1,10 @@ /* - * Copyright (C) 2015 Ludwig Knüpfer , - * Martine Lenders - * Kaspar Schleiser - * Ell-i open source co-operative - * Takuo Yonezawa - * - * This file is subject to the terms and 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 Ludwig Knüpfer , + * SPDX-FileCopyrightText: 2015 Martine Lenders + * SPDX-FileCopyrightText: 2015 Kaspar Schleiser + * SPDX-FileCopyrightText: 2015 Ell-i open source co-operative + * SPDX-FileCopyrightText: 2015 Takuo Yonezawa + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/native/backtrace/backtrace.c b/cpu/native/backtrace/backtrace.c index cb3836129318..b166ca424268 100644 --- a/cpu/native/backtrace/backtrace.c +++ b/cpu/native/backtrace/backtrace.c @@ -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 */ /** diff --git a/cpu/native/cli_eui_provider/eui_provider.c b/cpu/native/cli_eui_provider/eui_provider.c index 1ed27231178b..86ddaa0adab6 100644 --- a/cpu/native/cli_eui_provider/eui_provider.c +++ b/cpu/native/cli_eui_provider/eui_provider.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/cpu/native/cpu.c b/cpu/native/cpu.c index c230bcf774b6..026b14579015 100644 --- a/cpu/native/cpu.c +++ b/cpu/native/cpu.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016 Kaspar Schleiser - * 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: 2016 Kaspar Schleiser + * SPDX-FileCopyrightText: 2013 Ludwig Knüpfer + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/native/fs/native_fs.c b/cpu/native/fs/native_fs.c index 015a65ec308c..62851741bef2 100644 --- a/cpu/native/fs/native_fs.c +++ b/cpu/native/fs/native_fs.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 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: 2023 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/native/include/architecture_arch.h b/cpu/native/include/architecture_arch.h index 1d480801fdc2..2f5e90a111f5 100644 --- a/cpu/native/include/architecture_arch.h +++ b/cpu/native/include/architecture_arch.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 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: 2020 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/native/include/async_read.h b/cpu/native/include/async_read.h index 34af845a4c5f..a14868cca0ec 100644 --- a/cpu/native/include/async_read.h +++ b/cpu/native/include/async_read.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 Takuo Yonezawa - * - * This file is subject to the terms and 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 Takuo Yonezawa + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/native/include/atomic_utils_arch.h b/cpu/native/include/atomic_utils_arch.h index e0bf7b2d8ac4..5cd75510af24 100644 --- a/cpu/native/include/atomic_utils_arch.h +++ b/cpu/native/include/atomic_utils_arch.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 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: 2020 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/native/include/backtrace.h b/cpu/native/include/backtrace.h index c519af6dad7b..4087409fd42f 100644 --- a/cpu/native/include/backtrace.h +++ b/cpu/native/include/backtrace.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/cpu/native/include/can_params.h b/cpu/native/include/can_params.h index 9e642af8437a..54837a479568 100644 --- a/cpu/native/include/can_params.h +++ b/cpu/native/include/can_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 OTA keys S.A. - * - * This file is subject to the terms and 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 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/native/include/candev_linux.h b/cpu/native/include/candev_linux.h index 79f5c9e3e06d..08929dab30a8 100644 --- a/cpu/native/include/candev_linux.h +++ b/cpu/native/include/candev_linux.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 OTA keys S.A. - * - * This file is subject to the terms and 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 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/native/include/cpu.h b/cpu/native/include/cpu.h index 0d857a7da7f7..b0cdc5a5efae 100644 --- a/cpu/native/include/cpu.h +++ b/cpu/native/include/cpu.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2013 - 2016 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-2016 Ludwig Knüpfer + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/native/include/cpu_conf.h b/cpu/native/include/cpu_conf.h index eaf78453ca2d..fb0875fd4d7c 100644 --- a/cpu/native/include/cpu_conf.h +++ b/cpu/native/include/cpu_conf.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/cpu/native/include/eeprom_native.h b/cpu/native/include/eeprom_native.h index 7395687f123f..be7847e5e850 100644 --- a/cpu/native/include/eeprom_native.h +++ b/cpu/native/include/eeprom_native.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/cpu/native/include/gpiodev_linux.h b/cpu/native/include/gpiodev_linux.h index b7d482706608..8b0e6de61a6a 100644 --- a/cpu/native/include/gpiodev_linux.h +++ b/cpu/native/include/gpiodev_linux.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/cpu/native/include/mtd_native.h b/cpu/native/include/mtd_native.h index 9f2fdaab0bf0..db9abff86292 100644 --- a/cpu/native/include/mtd_native.h +++ b/cpu/native/include/mtd_native.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 OTA keys S.A. - * - * This file is subject to the terms and 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 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/native/include/native_cli_eui_provider.h b/cpu/native/include/native_cli_eui_provider.h index 605ed3b5978c..c6568b1214ce 100644 --- a/cpu/native/include/native_cli_eui_provider.h +++ b/cpu/native/include/native_cli_eui_provider.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/cpu/native/include/native_internal.h b/cpu/native/include/native_internal.h index ae7deb5597be..5dbeb0dac043 100644 --- a/cpu/native/include/native_internal.h +++ b/cpu/native/include/native_internal.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2013, 2014 Ludwig Knüpfer - * Copyright (C) 2025 carl-tud - * - * This file is subject to the terms and 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-FileCopyrightText: 2025 carl-tud + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/native/include/netdev_tap.h b/cpu/native/include/netdev_tap.h index 9100892b0273..b40e5b928266 100644 --- a/cpu/native/include/netdev_tap.h +++ b/cpu/native/include/netdev_tap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 Kaspar Schleiser - * - * This file is subject to the terms and 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 Kaspar Schleiser + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/native/include/netdev_tap_params.h b/cpu/native/include/netdev_tap_params.h index d4b072e77ba9..17c6aa9bfbdb 100644 --- a/cpu/native/include/netdev_tap_params.h +++ b/cpu/native/include/netdev_tap_params.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/cpu/native/include/periph_conf.h b/cpu/native/include/periph_conf.h index ac808ed2403f..141bc73e9de1 100644 --- a/cpu/native/include/periph_conf.h +++ b/cpu/native/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * 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. + * SPDX-FileCopyrightText: 2014 Ludwig Knüpfer + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/native/include/periph_cpu.h b/cpu/native/include/periph_cpu.h index 32c0f5ccf027..4d42b59caafb 100644 --- a/cpu/native/include/periph_cpu.h +++ b/cpu/native/include/periph_cpu.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/cpu/native/include/socket_zep.h b/cpu/native/include/socket_zep.h index 71d4091d64c1..6e819c75f57a 100644 --- a/cpu/native/include/socket_zep.h +++ b/cpu/native/include/socket_zep.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/cpu/native/include/socket_zep_params.h b/cpu/native/include/socket_zep_params.h index ba6f4847ae8e..5b35279a2ff9 100644 --- a/cpu/native/include/socket_zep_params.h +++ b/cpu/native/include/socket_zep_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/cpu/native/include/spidev_linux.h b/cpu/native/include/spidev_linux.h index 28cad2de4ccb..841a2b86f888 100644 --- a/cpu/native/include/spidev_linux.h +++ b/cpu/native/include/spidev_linux.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Frank Hessel - * - * This file is subject to the terms and 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 Frank Hessel + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/native/include/syscalls.h b/cpu/native/include/syscalls.h index d50034a315a0..485613f50d96 100644 --- a/cpu/native/include/syscalls.h +++ b/cpu/native/include/syscalls.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/cpu/native/include/thread_arch.h b/cpu/native/include/thread_arch.h index 52fe60819a0c..9bd233967655 100644 --- a/cpu/native/include/thread_arch.h +++ b/cpu/native/include/thread_arch.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2021 Koen Zandberg - * 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 Koen Zandberg + * SPDX-FileCopyrightText: 2021 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/native/include/tty_uart.h b/cpu/native/include/tty_uart.h index 768dca2ec981..f2285646cdff 100644 --- a/cpu/native/include/tty_uart.h +++ b/cpu/native/include/tty_uart.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 Takuo Yonezawa - * - * This file is subject to the terms and 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 Takuo Yonezawa + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/native/include/util/ucontext.h b/cpu/native/include/util/ucontext.h index 2b43640c1d66..3beb61e9d0b0 100644 --- a/cpu/native/include/util/ucontext.h +++ b/cpu/native/include/util/ucontext.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2013 - 2016 Ludwig Knüpfer - * Copyright (C) 2025 carl-tud - * - * This file is subject to the terms and 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 Ludwig Knüpfer + * SPDX-FileCopyrightText: 2025 carl-tud + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/native/include/util/valgrind.h b/cpu/native/include/util/valgrind.h index ad4985226fd3..ae4ca0506765 100644 --- a/cpu/native/include/util/valgrind.h +++ b/cpu/native/include/util/valgrind.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2025 carl-tud - * - * This file is subject to the terms and 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 carl-tud + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/native/irq.c b/cpu/native/irq.c index cc55e409ed98..ecbb61965c31 100644 --- a/cpu/native/irq.c +++ b/cpu/native/irq.c @@ -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 */ /** diff --git a/cpu/native/mtd/mtd_native.c b/cpu/native/mtd/mtd_native.c index 11db5d0a4a85..47de1885deb9 100644 --- a/cpu/native/mtd/mtd_native.c +++ b/cpu/native/mtd/mtd_native.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 OTA keys S.A. - * - * This file is subject to the terms and 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 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/native/netdev_tap/netdev_tap.c b/cpu/native/netdev_tap/netdev_tap.c index 8ddf7fc77a35..54993b66121d 100644 --- a/cpu/native/netdev_tap/netdev_tap.c +++ b/cpu/native/netdev_tap/netdev_tap.c @@ -1,12 +1,9 @@ /* - * Copyright (C) 2015 Ludwig Knüpfer , - * Martine Lenders - * Kaspar Schleiser - * Ell-i open source co-operative - * - * This file is subject to the terms and 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 Ludwig Knüpfer , + * SPDX-FileCopyrightText: 2015 Martine Lenders + * SPDX-FileCopyrightText: 2015 Kaspar Schleiser + * SPDX-FileCopyrightText: 2015 Ell-i open source co-operative + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/native/panic.c b/cpu/native/panic.c index 6d1be76732d2..ac4c4a9ff6ee 100644 --- a/cpu/native/panic.c +++ b/cpu/native/panic.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014, 2015 Freie Universitaet Berlin (FUB) and 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-2015 Freie Universität Berlin (FUB) and INRIA + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/native/periph/can.c b/cpu/native/periph/can.c index a5fd61b2c99a..6ec74747fe92 100644 --- a/cpu/native/periph/can.c +++ b/cpu/native/periph/can.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 OTA keys S.A. - * - * This file is subject to the terms and 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 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/native/periph/cpuid.c b/cpu/native/periph/cpuid.c index 1eebe4494c8d..d0d1f685cbd6 100644 --- a/cpu/native/periph/cpuid.c +++ b/cpu/native/periph/cpuid.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 Martine Lenders - * - * This file is subject to the terms and 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 Martine Lenders + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/native/periph/eeprom.c b/cpu/native/periph/eeprom.c index ea9f7cb6df54..be035664a059 100644 --- a/cpu/native/periph/eeprom.c +++ b/cpu/native/periph/eeprom.c @@ -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 */ /** diff --git a/cpu/native/periph/flashpage.c b/cpu/native/periph/flashpage.c index 3fb820009139..ee829216c2ee 100644 --- a/cpu/native/periph/flashpage.c +++ b/cpu/native/periph/flashpage.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/cpu/native/periph/gpio_linux.c b/cpu/native/periph/gpio_linux.c index 024a8ac4c980..7feb7ff98033 100644 --- a/cpu/native/periph/gpio_linux.c +++ b/cpu/native/periph/gpio_linux.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/cpu/native/periph/gpio_mock.c b/cpu/native/periph/gpio_mock.c index ecaf7555dd3a..1bacf92b9fb5 100644 --- a/cpu/native/periph/gpio_mock.c +++ b/cpu/native/periph/gpio_mock.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 Takuo Yonezawa - * - * This file is subject to the terms and 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 Takuo Yonezawa + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/native/periph/hwrng.c b/cpu/native/periph/hwrng.c index f4301b3c2e5b..99a6250262a8 100644 --- a/cpu/native/periph/hwrng.c +++ b/cpu/native/periph/hwrng.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014 Ludwig Knüpfer - * 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 Ludwig Knüpfer + * SPDX-FileCopyrightText: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/native/periph/pm.c b/cpu/native/periph/pm.c index 7fda4515b0c4..4d5c63b44797 100644 --- a/cpu/native/periph/pm.c +++ b/cpu/native/periph/pm.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Kaspar Schleiser - * - * This file is subject to the terms and 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 Kaspar Schleiser + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/native/periph/pwm.c b/cpu/native/periph/pwm.c index cb92aecf9da1..e45903b20666 100644 --- a/cpu/native/periph/pwm.c +++ b/cpu/native/periph/pwm.c @@ -1,9 +1,6 @@ /* - * 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. + * SPDX-FileCopyrightText: 2018 Gilles DOFFE + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/native/periph/qdec.c b/cpu/native/periph/qdec.c index 47c6d29c101b..1a0675eba36f 100644 --- a/cpu/native/periph/qdec.c +++ b/cpu/native/periph/qdec.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 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. + * SPDX-FileCopyrightText: 2017 Gilles DOFFE + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/native/periph/rtc.c b/cpu/native/periph/rtc.c index aa4bcd1b7419..3d0edb6d4f7f 100644 --- a/cpu/native/periph/rtc.c +++ b/cpu/native/periph/rtc.c @@ -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 */ /** diff --git a/cpu/native/periph/spidev_linux.c b/cpu/native/periph/spidev_linux.c index e204e46c210f..571efbf73796 100644 --- a/cpu/native/periph/spidev_linux.c +++ b/cpu/native/periph/spidev_linux.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Frank Hessel - * - * This file is subject to the terms and 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 Frank Hessel + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/native/periph/timer.c b/cpu/native/periph/timer.c index 507aa63830a2..a3f867ea3281 100644 --- a/cpu/native/periph/timer.c +++ b/cpu/native/periph/timer.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2013 Ludwig Knüpfer - * 2015 Kaspar Schleiser - * - * This file is subject to the terms and 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-FileCopyrightText: 2015 Kaspar Schleiser + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/native/periph/uart.c b/cpu/native/periph/uart.c index a1b29944095f..d836c544459d 100644 --- a/cpu/native/periph/uart.c +++ b/cpu/native/periph/uart.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 Takuo Yonezawa - * - * This file is subject to the terms and 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 Takuo Yonezawa + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/native/socket_zep/socket_zep.c b/cpu/native/socket_zep/socket_zep.c index 751c5d3ca1e4..1e3ace727894 100644 --- a/cpu/native/socket_zep/socket_zep.c +++ b/cpu/native/socket_zep/socket_zep.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/cpu/native/startup.c b/cpu/native/startup.c index 758e133a2bd3..7c3ff65f1106 100644 --- a/cpu/native/startup.c +++ b/cpu/native/startup.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2013 Ludwig Knüpfer - * 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: 2013 Ludwig Knüpfer + * SPDX-FileCopyrightText: 2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/native/stdio_native/stdio_native.c b/cpu/native/stdio_native/stdio_native.c index 78cd63959904..c8c030b9e1ca 100644 --- a/cpu/native/stdio_native/stdio_native.c +++ b/cpu/native/stdio_native/stdio_native.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2019 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/native/syscalls.c b/cpu/native/syscalls.c index 25828f49c6c4..659ddba13531 100644 --- a/cpu/native/syscalls.c +++ b/cpu/native/syscalls.c @@ -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 */ /** diff --git a/cpu/native/vfs/native_vfs.c b/cpu/native/vfs/native_vfs.c index 8d4adf6a72b0..f0230fa75282 100644 --- a/cpu/native/vfs/native_vfs.c +++ b/cpu/native/vfs/native_vfs.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Kaspar Schleiser - * - * This file is subject to the terms and 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 Kaspar Schleiser + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf51/Kconfig b/cpu/nrf51/Kconfig index 231b816daec1..635d00eab153 100644 --- a/cpu/nrf51/Kconfig +++ b/cpu/nrf51/Kconfig @@ -1,10 +1,6 @@ -# Copyright (c) 2020 Freie Universitaet Berlin -# 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 Freie Universität Berlin +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config CPU_FAM_NRF51 bool diff --git a/cpu/nrf51/cpu.c b/cpu/nrf51/cpu.c index 8b91680b3cf6..1e867fcffca7 100644 --- a/cpu/nrf51/cpu.c +++ b/cpu/nrf51/cpu.c @@ -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 */ /** diff --git a/cpu/nrf51/include/cpu_conf.h b/cpu/nrf51/include/cpu_conf.h index 516f460d42f1..91f1d235bcdd 100644 --- a/cpu/nrf51/include/cpu_conf.h +++ b/cpu/nrf51/include/cpu_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/cpu/nrf51/include/periph_cpu.h b/cpu/nrf51/include/periph_cpu.h index dad692b9e890..893767846aa6 100644 --- a/cpu/nrf51/include/periph_cpu.h +++ b/cpu/nrf51/include/periph_cpu.h @@ -1,9 +1,6 @@ /* - * 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-2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/nrf51/periph/adc.c b/cpu/nrf51/periph/adc.c index d17fee83c938..d0478ae56c82 100644 --- a/cpu/nrf51/periph/adc.c +++ b/cpu/nrf51/periph/adc.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014-2016 Freie Universität Berlin - * 2015 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: 2014-2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2015 Ludwig Knüpfer + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf51/periph/i2c.c b/cpu/nrf51/periph/i2c.c index 4bfd80165542..15763d791cff 100644 --- a/cpu/nrf51/periph/i2c.c +++ b/cpu/nrf51/periph/i2c.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/cpu/nrf51/periph/pwm.c b/cpu/nrf51/periph/pwm.c index 05e1028b383d..8f9d9587e4ec 100644 --- a/cpu/nrf51/periph/pwm.c +++ b/cpu/nrf51/periph/pwm.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf51/periph/spi.c b/cpu/nrf51/periph/spi.c index c3efd1e99d6b..28b56b95fe68 100644 --- a/cpu/nrf51/periph/spi.c +++ b/cpu/nrf51/periph/spi.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/cpu/nrf51/vectors.c b/cpu/nrf51/vectors.c index a20debc3d3cf..a14fdd3801fe 100644 --- a/cpu/nrf51/vectors.c +++ b/cpu/nrf51/vectors.c @@ -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 */ /** diff --git a/cpu/nrf52/Kconfig b/cpu/nrf52/Kconfig index d8d82763d7aa..b89f1961a6ee 100644 --- a/cpu/nrf52/Kconfig +++ b/cpu/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 CPU_FAM_NRF52 bool diff --git a/cpu/nrf52/cpu.c b/cpu/nrf52/cpu.c index 7f34a4d231ef..39c2ffbe51df 100644 --- a/cpu/nrf52/cpu.c +++ b/cpu/nrf52/cpu.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2015 Jan Wagner - * 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: 2015 Jan Wagner + * SPDX-FileCopyrightText: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf52/include/cpu_conf.h b/cpu/nrf52/include/cpu_conf.h index 145111a86591..ea49ae61dd61 100644 --- a/cpu/nrf52/include/cpu_conf.h +++ b/cpu/nrf52/include/cpu_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016 Freie Universität Berlin - * 2020 Philipp-Alexander Blum - * - * This file is subject to the terms and 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: 2020 Philipp-Alexander Blum + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/nrf52/include/nrf802154.h b/cpu/nrf52/include/nrf802154.h index b93a0e68230f..c6c4d96b4309 100644 --- a/cpu/nrf52/include/nrf802154.h +++ b/cpu/nrf52/include/nrf802154.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2019 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/nrf52/include/openwsn_defs.h b/cpu/nrf52/include/openwsn_defs.h index 67dbe7217b86..ff163c1f839e 100644 --- a/cpu/nrf52/include/openwsn_defs.h +++ b/cpu/nrf52/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/cpu/nrf52/include/periph_cpu.h b/cpu/nrf52/include/periph_cpu.h index c6a4a65c9c25..9d7fb083a3a2 100644 --- a/cpu/nrf52/include/periph_cpu.h +++ b/cpu/nrf52/include/periph_cpu.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2015-2018 Freie Universität Berlin - * 2020 Philipp-Alexander Blum - * - * This file is subject to the terms and 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-FileCopyrightText: 2020 Philipp-Alexander Blum + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/nrf52/periph/adc.c b/cpu/nrf52/periph/adc.c index f2ef2c662cc6..389c902c9862 100644 --- a/cpu/nrf52/periph/adc.c +++ b/cpu/nrf52/periph/adc.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2017 HAW Hamburg - * 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 HAW Hamburg + * SPDX-FileCopyrightText: 2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf52/radio/nrf802154/Kconfig b/cpu/nrf52/radio/nrf802154/Kconfig index c9143d3c5861..2a3b6b092c7b 100644 --- a/cpu/nrf52/radio/nrf802154/Kconfig +++ b/cpu/nrf52/radio/nrf802154/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 menu "nRF802154" depends on USEMODULE_NRF802154 diff --git a/cpu/nrf52/radio/nrf802154/nrf802154_radio.c b/cpu/nrf52/radio/nrf802154/nrf802154_radio.c index b4ed30399a1b..1491f6e1791d 100644 --- a/cpu/nrf52/radio/nrf802154/nrf802154_radio.c +++ b/cpu/nrf52/radio/nrf802154/nrf802154_radio.c @@ -1,9 +1,6 @@ /* - * 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 */ /** diff --git a/cpu/nrf52/spi_twi_irq.c b/cpu/nrf52/spi_twi_irq.c index daa703636218..cc98b974a4e6 100644 --- a/cpu/nrf52/spi_twi_irq.c +++ b/cpu/nrf52/spi_twi_irq.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/cpu/nrf52/vectors/vectors_nrf52805xxaa.c b/cpu/nrf52/vectors/vectors_nrf52805xxaa.c index eb0667cd4ea9..cecd2f441b45 100644 --- a/cpu/nrf52/vectors/vectors_nrf52805xxaa.c +++ b/cpu/nrf52/vectors/vectors_nrf52805xxaa.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/cpu/nrf52/vectors/vectors_nrf52810xxaa.c b/cpu/nrf52/vectors/vectors_nrf52810xxaa.c index 48ee91ae3cfd..de54976ce2fa 100644 --- a/cpu/nrf52/vectors/vectors_nrf52810xxaa.c +++ b/cpu/nrf52/vectors/vectors_nrf52810xxaa.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016 Freie Universität Berlin - * 2020 Philipp-Alexander Blum - * - * This file is subject to the terms and 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: 2020 Philipp-Alexander Blum + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf52/vectors/vectors_nrf52811xxaa.c b/cpu/nrf52/vectors/vectors_nrf52811xxaa.c index fc8a6d2fa315..bbf00ff14190 100644 --- a/cpu/nrf52/vectors/vectors_nrf52811xxaa.c +++ b/cpu/nrf52/vectors/vectors_nrf52811xxaa.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016 Freie Universität Berlin - * 2020 Philipp-Alexander Blum - * - * This file is subject to the terms and 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: 2020 Philipp-Alexander Blum + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf52/vectors/vectors_nrf52820xxaa.c b/cpu/nrf52/vectors/vectors_nrf52820xxaa.c index 1d7bf77b116b..89bc5fd23430 100644 --- a/cpu/nrf52/vectors/vectors_nrf52820xxaa.c +++ b/cpu/nrf52/vectors/vectors_nrf52820xxaa.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/cpu/nrf52/vectors/vectors_nrf52832xxaa.c b/cpu/nrf52/vectors/vectors_nrf52832xxaa.c index 70f54afe5200..3dd2976f6aee 100644 --- a/cpu/nrf52/vectors/vectors_nrf52832xxaa.c +++ b/cpu/nrf52/vectors/vectors_nrf52832xxaa.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/cpu/nrf52/vectors/vectors_nrf52833xxaa.c b/cpu/nrf52/vectors/vectors_nrf52833xxaa.c index 986591289eca..592ce4b2810b 100644 --- a/cpu/nrf52/vectors/vectors_nrf52833xxaa.c +++ b/cpu/nrf52/vectors/vectors_nrf52833xxaa.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/cpu/nrf52/vectors/vectors_nrf52840xxaa.c b/cpu/nrf52/vectors/vectors_nrf52840xxaa.c index e9a1eba85780..e4a081eb946c 100644 --- a/cpu/nrf52/vectors/vectors_nrf52840xxaa.c +++ b/cpu/nrf52/vectors/vectors_nrf52840xxaa.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/cpu/nrf53/Kconfig b/cpu/nrf53/Kconfig index 119eff11a5a8..c2719a00aea8 100644 --- a/cpu/nrf53/Kconfig +++ b/cpu/nrf53/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2023 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: 2023 Mesotic SAS +# SPDX-License-Identifier: LGPL-2.1-only # For now, define all features here # We will rely on nrf5x_common later when we support more peripherals diff --git a/cpu/nrf53/cpu.c b/cpu/nrf53/cpu.c index ee9cb09e8389..a6597e4a7359 100644 --- a/cpu/nrf53/cpu.c +++ b/cpu/nrf53/cpu.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 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: 2023 Mesotic SAS + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf53/include/cpu_conf.h b/cpu/nrf53/include/cpu_conf.h index 1578c880c0a9..5616be679f69 100644 --- a/cpu/nrf53/include/cpu_conf.h +++ b/cpu/nrf53/include/cpu_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 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: 2023 Mesotic SAS + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/nrf53/include/periph_cpu.h b/cpu/nrf53/include/periph_cpu.h index b43a48683c8f..a5c85412421c 100644 --- a/cpu/nrf53/include/periph_cpu.h +++ b/cpu/nrf53/include/periph_cpu.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 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: 2023 Mesotic SAS + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/nrf53/vectors/vectors_nrf5340_app.c b/cpu/nrf53/vectors/vectors_nrf5340_app.c index 35f233abf480..7226390771dd 100644 --- a/cpu/nrf53/vectors/vectors_nrf5340_app.c +++ b/cpu/nrf53/vectors/vectors_nrf5340_app.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 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: 2023 Mesotic SAS + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf5x_common/Kconfig b/cpu/nrf5x_common/Kconfig index 2a26d8d106e9..d01de56d5d81 100644 --- a/cpu/nrf5x_common/Kconfig +++ b/cpu/nrf5x_common/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 CPU_COMMON_NRF5X depends on !CPU_FAM_NRF53 diff --git a/cpu/nrf5x_common/clock.c b/cpu/nrf5x_common/clock.c index 3ee5691a537e..f7aa6d83803f 100644 --- a/cpu/nrf5x_common/clock.c +++ b/cpu/nrf5x_common/clock.c @@ -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 */ /** diff --git a/cpu/nrf5x_common/include/gpio_ll_arch.h b/cpu/nrf5x_common/include/gpio_ll_arch.h index 6bf9defa3a6b..5a7b72e1cc91 100644 --- a/cpu/nrf5x_common/include/gpio_ll_arch.h +++ b/cpu/nrf5x_common/include/gpio_ll_arch.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2015 Jan Wagner - * 2015-2016 Freie Universität Berlin - * 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: 2015 Jan Wagner + * SPDX-FileCopyrightText: 2015-2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2019 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/nrf5x_common/include/nrf_clock.h b/cpu/nrf5x_common/include/nrf_clock.h index 83b8d38cd890..3560422d269e 100644 --- a/cpu/nrf5x_common/include/nrf_clock.h +++ b/cpu/nrf5x_common/include/nrf_clock.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/cpu/nrf5x_common/include/nrfble.h b/cpu/nrf5x_common/include/nrfble.h index 0e094c7858dd..b2d8aa880e1f 100644 --- a/cpu/nrf5x_common/include/nrfble.h +++ b/cpu/nrf5x_common/include/nrfble.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017-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-2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/nrf5x_common/include/nrfmin.h b/cpu/nrf5x_common/include/nrfmin.h index 59514c42e26d..829fe6a6ec2e 100644 --- a/cpu/nrf5x_common/include/nrfmin.h +++ b/cpu/nrf5x_common/include/nrfmin.h @@ -1,9 +1,6 @@ /* - * 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-2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/nrf5x_common/include/nrfmin_gnrc.h b/cpu/nrf5x_common/include/nrfmin_gnrc.h index d419fa441fc8..7f522dd547fb 100644 --- a/cpu/nrf5x_common/include/nrfmin_gnrc.h +++ b/cpu/nrf5x_common/include/nrfmin_gnrc.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/cpu/nrf5x_common/include/nrfusb.h b/cpu/nrf5x_common/include/nrfusb.h index af721eaca71d..20021639f55f 100644 --- a/cpu/nrf5x_common/include/nrfusb.h +++ b/cpu/nrf5x_common/include/nrfusb.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/cpu/nrf5x_common/include/nrfx_riot.h b/cpu/nrf5x_common/include/nrfx_riot.h index 28731ead522e..bb75c1fc12dd 100644 --- a/cpu/nrf5x_common/include/nrfx_riot.h +++ b/cpu/nrf5x_common/include/nrfx_riot.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2018 Freie Universität Berlin - * Copyright (C) 2020 Inria - * Copyright (C) 2020 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: 2018 Freie Universität Berlin + * SPDX-FileCopyrightText: 2020 Inria + * SPDX-FileCopyrightText: 2020 Koen Zandberg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/nrf5x_common/include/periph_cpu_common.h b/cpu/nrf5x_common/include/periph_cpu_common.h index 1adbec008be7..b64c8257b1fe 100644 --- a/cpu/nrf5x_common/include/periph_cpu_common.h +++ b/cpu/nrf5x_common/include/periph_cpu_common.h @@ -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 */ #pragma once diff --git a/cpu/nrf5x_common/include/timer_arch.h b/cpu/nrf5x_common/include/timer_arch.h index 534e7ebfcea4..1a4fe64209b7 100644 --- a/cpu/nrf5x_common/include/timer_arch.h +++ b/cpu/nrf5x_common/include/timer_arch.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2015 Jan Wagner - * 2015-2016 Freie Universität Berlin - * 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: 2015 Jan Wagner + * SPDX-FileCopyrightText: 2015-2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2019 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/nrf5x_common/periph/flashpage.c b/cpu/nrf5x_common/periph/flashpage.c index 9dbc611ce1b0..2c3ad468ec12 100644 --- a/cpu/nrf5x_common/periph/flashpage.c +++ b/cpu/nrf5x_common/periph/flashpage.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/cpu/nrf5x_common/periph/gpio.c b/cpu/nrf5x_common/periph/gpio.c index 7f58963f3ca7..9173c8adbeed 100644 --- a/cpu/nrf5x_common/periph/gpio.c +++ b/cpu/nrf5x_common/periph/gpio.c @@ -1,11 +1,8 @@ /* - * Copyright (C) 2015 Jan Wagner - * 2015-2016 Freie Universität Berlin - * 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: 2015 Jan Wagner + * SPDX-FileCopyrightText: 2015-2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2019 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf5x_common/periph/gpio_ll.c b/cpu/nrf5x_common/periph/gpio_ll.c index 5035a1a0793c..d4307784b23c 100644 --- a/cpu/nrf5x_common/periph/gpio_ll.c +++ b/cpu/nrf5x_common/periph/gpio_ll.c @@ -1,12 +1,9 @@ /* - * Copyright (C) 2015 Jan Wagner - * 2015-2016 Freie Universität Berlin - * 2019 Inria - * 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: 2015 Jan Wagner + * SPDX-FileCopyrightText: 2015-2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2019 Inria + * SPDX-FileCopyrightText: 2021 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf5x_common/periph/gpio_ll_irq.c b/cpu/nrf5x_common/periph/gpio_ll_irq.c index 63f78984987d..f67ce1346495 100644 --- a/cpu/nrf5x_common/periph/gpio_ll_irq.c +++ b/cpu/nrf5x_common/periph/gpio_ll_irq.c @@ -1,12 +1,9 @@ /* - * Copyright (C) 2015 Jan Wagner - * 2015-2016 Freie Universität Berlin - * 2019 Inria - * 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: 2015 Jan Wagner + * SPDX-FileCopyrightText: 2015-2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2019 Inria + * SPDX-FileCopyrightText: 2021 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf5x_common/periph/hwrng.c b/cpu/nrf5x_common/periph/hwrng.c index 7f1ba56f47d5..50175c1c985f 100644 --- a/cpu/nrf5x_common/periph/hwrng.c +++ b/cpu/nrf5x_common/periph/hwrng.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014-2016 Freie Universität Berlin - * 2015 Jan Wagner - * - * This file is subject to the terms and 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 Jan Wagner + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf5x_common/periph/i2c_nrf52_nrf9160.c b/cpu/nrf5x_common/periph/i2c_nrf52_nrf9160.c index 7d7a790bffce..1258ff4a4332 100644 --- a/cpu/nrf5x_common/periph/i2c_nrf52_nrf9160.c +++ b/cpu/nrf5x_common/periph/i2c_nrf52_nrf9160.c @@ -1,11 +1,8 @@ /* - * Copyright (C) 2017 HAW Hamburg - * 2018 Freie Universität Berlin - * 2018 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: 2017 HAW Hamburg + * SPDX-FileCopyrightText: 2018 Freie Universität Berlin + * SPDX-FileCopyrightText: 2018 Mesotic SAS + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf5x_common/periph/pm.c b/cpu/nrf5x_common/periph/pm.c index 946c74438778..bab711ef71f3 100644 --- a/cpu/nrf5x_common/periph/pm.c +++ b/cpu/nrf5x_common/periph/pm.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2017 Kaspar Schleiser - * 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: 2017 Kaspar Schleiser + * SPDX-FileCopyrightText: 2014-2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf5x_common/periph/pwm_nrfxx.c b/cpu/nrf5x_common/periph/pwm_nrfxx.c index 5b766bb1e418..9187f9c3250c 100644 --- a/cpu/nrf5x_common/periph/pwm_nrfxx.c +++ b/cpu/nrf5x_common/periph/pwm_nrfxx.c @@ -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 */ /** diff --git a/cpu/nrf5x_common/periph/qdec.c b/cpu/nrf5x_common/periph/qdec.c index 43beb17d440e..0a7d043b48be 100644 --- a/cpu/nrf5x_common/periph/qdec.c +++ b/cpu/nrf5x_common/periph/qdec.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Koen Zandberg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf5x_common/periph/rtt.c b/cpu/nrf5x_common/periph/rtt.c index de602ec32efc..7fadc9acd661 100644 --- a/cpu/nrf5x_common/periph/rtt.c +++ b/cpu/nrf5x_common/periph/rtt.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014-2017 Freie Universität Berlin - * 2015 Jan Wagner - * - * This file is subject to the terms and 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-2017 Freie Universität Berlin + * SPDX-FileCopyrightText: 2015 Jan Wagner + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf5x_common/periph/spi_nrf52_nrf9160.c b/cpu/nrf5x_common/periph/spi_nrf52_nrf9160.c index d604e7fbe385..71722ee4f30d 100644 --- a/cpu/nrf5x_common/periph/spi_nrf52_nrf9160.c +++ b/cpu/nrf5x_common/periph/spi_nrf52_nrf9160.c @@ -1,11 +1,8 @@ /* - * Copyright (C) 2014-2016 Freie Universität Berlin - * Copyright (C) 2020 Inria - * Copyright (C) 2020 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: 2014-2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2020 Inria + * SPDX-FileCopyrightText: 2020 Koen Zandberg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf5x_common/periph/temperature.c b/cpu/nrf5x_common/periph/temperature.c index dcde7f1b6106..fe023ab83601 100644 --- a/cpu/nrf5x_common/periph/temperature.c +++ b/cpu/nrf5x_common/periph/temperature.c @@ -1,10 +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 */ /** diff --git a/cpu/nrf5x_common/periph/timer.c b/cpu/nrf5x_common/periph/timer.c index ae944867d57f..332719f3caad 100644 --- a/cpu/nrf5x_common/periph/timer.c +++ b/cpu/nrf5x_common/periph/timer.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014-2016 Freie Universität Berlin - * 2015 Jan Wagner - * - * This file is subject to the terms and 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 Jan Wagner + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf5x_common/periph/uart.c b/cpu/nrf5x_common/periph/uart.c index c81b59c78db1..cbfa2bc5584f 100644 --- a/cpu/nrf5x_common/periph/uart.c +++ b/cpu/nrf5x_common/periph/uart.c @@ -1,13 +1,9 @@ /* - * Copyright (C) 2014-2017 Freie Universität Berlin - * 2015 Jan Wagner - * 2018 Inria - * 2020 Philipp-Alexander Blum - * - * - * This file is subject to the terms and 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-2017 Freie Universität Berlin + * SPDX-FileCopyrightText: 2015 Jan Wagner + * SPDX-FileCopyrightText: 2018 Inria + * SPDX-FileCopyrightText: 2020 Philipp-Alexander Blum + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf5x_common/periph/usbdev.c b/cpu/nrf5x_common/periph/usbdev.c index 1c7c1e1f989c..b78245d8755f 100644 --- a/cpu/nrf5x_common/periph/usbdev.c +++ b/cpu/nrf5x_common/periph/usbdev.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 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: 2018 Koen Zandberg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf5x_common/periph/wdt.c b/cpu/nrf5x_common/periph/wdt.c index 63c922e7af28..435be8c4ef9d 100644 --- a/cpu/nrf5x_common/periph/wdt.c +++ b/cpu/nrf5x_common/periph/wdt.c @@ -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 */ /** diff --git a/cpu/nrf5x_common/radio/nrfble/nrfble.c b/cpu/nrf5x_common/radio/nrfble/nrfble.c index 01b6a2ca7545..342d75f59928 100644 --- a/cpu/nrf5x_common/radio/nrfble/nrfble.c +++ b/cpu/nrf5x_common/radio/nrfble/nrfble.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017-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-2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf5x_common/radio/nrfmin/nrfmin.c b/cpu/nrf5x_common/radio/nrfmin/nrfmin.c index a5dc01244548..bdab0af76125 100644 --- a/cpu/nrf5x_common/radio/nrfmin/nrfmin.c +++ b/cpu/nrf5x_common/radio/nrfmin/nrfmin.c @@ -1,9 +1,6 @@ /* - * 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-2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf5x_common/radio/nrfmin/nrfmin_gnrc.c b/cpu/nrf5x_common/radio/nrfmin/nrfmin_gnrc.c index f58215f1c94d..c592866786bf 100644 --- a/cpu/nrf5x_common/radio/nrfmin/nrfmin_gnrc.c +++ b/cpu/nrf5x_common/radio/nrfmin/nrfmin_gnrc.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/cpu/nrf5x_common/shared_irq/shared_serial_irq.c b/cpu/nrf5x_common/shared_irq/shared_serial_irq.c index 8b389c6b1940..90589a7506b3 100644 --- a/cpu/nrf5x_common/shared_irq/shared_serial_irq.c +++ b/cpu/nrf5x_common/shared_irq/shared_serial_irq.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 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: 2023 Mesotic SAS + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf9160/Kconfig b/cpu/nrf9160/Kconfig index d97d7a2d0d9a..706783bc795f 100644 --- a/cpu/nrf9160/Kconfig +++ b/cpu/nrf9160/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2021 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: 2021 Mesotic SAS +# SPDX-License-Identifier: LGPL-2.1-only config CPU_FAM_NRF9160 bool diff --git a/cpu/nrf9160/cpu.c b/cpu/nrf9160/cpu.c index a61d54c8d17d..992c4df8e3f4 100644 --- a/cpu/nrf9160/cpu.c +++ b/cpu/nrf9160/cpu.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Mesotic SAS + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/nrf9160/include/cpu_conf.h b/cpu/nrf9160/include/cpu_conf.h index e27eb21c0bca..75bf27040ce7 100644 --- a/cpu/nrf9160/include/cpu_conf.h +++ b/cpu/nrf9160/include/cpu_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Mesotic SAS + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/nrf9160/include/periph_cpu.h b/cpu/nrf9160/include/periph_cpu.h index 4fa573033786..6a39d39b6eae 100644 --- a/cpu/nrf9160/include/periph_cpu.h +++ b/cpu/nrf9160/include/periph_cpu.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Mesotic SAS + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/nrf9160/vectors/vectors_nrf9160.c b/cpu/nrf9160/vectors/vectors_nrf9160.c index e6bea9edfae9..38094eceb166 100644 --- a/cpu/nrf9160/vectors/vectors_nrf9160.c +++ b/cpu/nrf9160/vectors/vectors_nrf9160.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Mesotic SAS + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/qn908x/Kconfig b/cpu/qn908x/Kconfig index bc5afb83e569..c5bcd251ef69 100644 --- a/cpu/qn908x/Kconfig +++ b/cpu/qn908x/Kconfig @@ -1,9 +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 CPU_FAM_QN908X bool diff --git a/cpu/qn908x/cpu.c b/cpu/qn908x/cpu.c index c486f3984d21..2fd14ce59e39 100644 --- a/cpu/qn908x/cpu.c +++ b/cpu/qn908x/cpu.c @@ -1,9 +1,6 @@ /* - * 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 */ /** diff --git a/cpu/qn908x/include/cpu_conf.h b/cpu/qn908x/include/cpu_conf.h index 36c4d5817849..3866ef8998b3 100644 --- a/cpu/qn908x/include/cpu_conf.h +++ b/cpu/qn908x/include/cpu_conf.h @@ -1,9 +1,6 @@ /* - * 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 */ #pragma once diff --git a/cpu/qn908x/include/flexcomm.h b/cpu/qn908x/include/flexcomm.h index 0b2a23c66671..0e19bd68b458 100644 --- a/cpu/qn908x/include/flexcomm.h +++ b/cpu/qn908x/include/flexcomm.h @@ -1,9 +1,6 @@ /* - * 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 */ #pragma once diff --git a/cpu/qn908x/include/gpio_mux.h b/cpu/qn908x/include/gpio_mux.h index 8afbaa5870dd..8014fbb9ef6c 100644 --- a/cpu/qn908x/include/gpio_mux.h +++ b/cpu/qn908x/include/gpio_mux.h @@ -1,9 +1,6 @@ /* - * 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 */ #pragma once diff --git a/cpu/qn908x/include/periph_cpu.h b/cpu/qn908x/include/periph_cpu.h index b3ec3363fc22..d80a66607611 100644 --- a/cpu/qn908x/include/periph_cpu.h +++ b/cpu/qn908x/include/periph_cpu.h @@ -1,9 +1,6 @@ /* - * 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 */ #pragma once diff --git a/cpu/qn908x/include/vectors_qn908x.h b/cpu/qn908x/include/vectors_qn908x.h index 9e9e581a0051..2a0959ccf7cb 100644 --- a/cpu/qn908x/include/vectors_qn908x.h +++ b/cpu/qn908x/include/vectors_qn908x.h @@ -1,9 +1,6 @@ /* - * 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 */ #pragma once diff --git a/cpu/qn908x/isr_qn908x.c b/cpu/qn908x/isr_qn908x.c index c7b0b7f09fb9..911e74800192 100644 --- a/cpu/qn908x/isr_qn908x.c +++ b/cpu/qn908x/isr_qn908x.c @@ -1,9 +1,6 @@ /* - * 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 */ /** diff --git a/cpu/qn908x/periph/adc.c b/cpu/qn908x/periph/adc.c index 55b0011707c1..e97e0b6e0a76 100644 --- a/cpu/qn908x/periph/adc.c +++ b/cpu/qn908x/periph/adc.c @@ -1,9 +1,6 @@ /* - * 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 */ /** diff --git a/cpu/qn908x/periph/flexcomm.c b/cpu/qn908x/periph/flexcomm.c index 0659d223ee4d..1220c3565725 100644 --- a/cpu/qn908x/periph/flexcomm.c +++ b/cpu/qn908x/periph/flexcomm.c @@ -1,9 +1,6 @@ /* - * 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 */ /** diff --git a/cpu/qn908x/periph/gpio.c b/cpu/qn908x/periph/gpio.c index 6258f325ce90..f1d463da02de 100644 --- a/cpu/qn908x/periph/gpio.c +++ b/cpu/qn908x/periph/gpio.c @@ -1,9 +1,6 @@ /* - * 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 */ /** diff --git a/cpu/qn908x/periph/gpio_mux.c b/cpu/qn908x/periph/gpio_mux.c index 330b45f5b183..0f9817013ff7 100644 --- a/cpu/qn908x/periph/gpio_mux.c +++ b/cpu/qn908x/periph/gpio_mux.c @@ -1,9 +1,6 @@ /* - * 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 */ /** diff --git a/cpu/qn908x/periph/i2c.c b/cpu/qn908x/periph/i2c.c index 84a1e1d4c2b0..0ecd70f10142 100644 --- a/cpu/qn908x/periph/i2c.c +++ b/cpu/qn908x/periph/i2c.c @@ -1,9 +1,6 @@ /* - * 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 */ /** diff --git a/cpu/qn908x/periph/rtc.c b/cpu/qn908x/periph/rtc.c index 968e881e0e72..34198b2c0e31 100644 --- a/cpu/qn908x/periph/rtc.c +++ b/cpu/qn908x/periph/rtc.c @@ -1,9 +1,6 @@ /* - * 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 */ /** diff --git a/cpu/qn908x/periph/spi.c b/cpu/qn908x/periph/spi.c index ff4f114212a3..f78cecbddcea 100644 --- a/cpu/qn908x/periph/spi.c +++ b/cpu/qn908x/periph/spi.c @@ -1,9 +1,6 @@ /* - * 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 */ /** diff --git a/cpu/qn908x/periph/timer.c b/cpu/qn908x/periph/timer.c index ef464c970a08..4b3a551d4c26 100644 --- a/cpu/qn908x/periph/timer.c +++ b/cpu/qn908x/periph/timer.c @@ -1,9 +1,6 @@ /* - * 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 */ /** diff --git a/cpu/qn908x/periph/uart.c b/cpu/qn908x/periph/uart.c index cabf0e30475a..7ec5d0a965f1 100644 --- a/cpu/qn908x/periph/uart.c +++ b/cpu/qn908x/periph/uart.c @@ -1,9 +1,6 @@ /* - * 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 */ /** diff --git a/cpu/qn908x/periph/wdt.c b/cpu/qn908x/periph/wdt.c index 5dd6f2645237..2c404c0214fc 100644 --- a/cpu/qn908x/periph/wdt.c +++ b/cpu/qn908x/periph/wdt.c @@ -1,9 +1,6 @@ /* - * 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 */ /** diff --git a/cpu/qn908x/system.c b/cpu/qn908x/system.c index 1ca9752befb6..49f6db8391ed 100644 --- a/cpu/qn908x/system.c +++ b/cpu/qn908x/system.c @@ -1,9 +1,6 @@ /* - * 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 */ /** diff --git a/cpu/qn908x/vectors.c b/cpu/qn908x/vectors.c index 77b028870073..7881518e417f 100644 --- a/cpu/qn908x/vectors.c +++ b/cpu/qn908x/vectors.c @@ -1,9 +1,6 @@ /* - * 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 */ /** diff --git a/cpu/riscv_common/Kconfig b/cpu/riscv_common/Kconfig index 2ba92a8cd731..436512b607db 100644 --- a/cpu/riscv_common/Kconfig +++ b/cpu/riscv_common/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 CPU_ARCH_RISCV bool diff --git a/cpu/riscv_common/context_frame.c b/cpu/riscv_common/context_frame.c index 2a7efa1c9d05..af1181dbb630 100644 --- a/cpu/riscv_common/context_frame.c +++ b/cpu/riscv_common/context_frame.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017, 2019 JP Bonn, Ken Rabold - * - * This file is subject to the terms and 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, 2019 JP Bonn, Ken Rabold + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/riscv_common/include/architecture_arch.h b/cpu/riscv_common/include/architecture_arch.h index 2734d9bd60e0..c30b692a0738 100644 --- a/cpu/riscv_common/include/architecture_arch.h +++ b/cpu/riscv_common/include/architecture_arch.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 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: 2020 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/riscv_common/include/atomic_utils_arch.h b/cpu/riscv_common/include/atomic_utils_arch.h index b3414c93020f..311b097002ac 100644 --- a/cpu/riscv_common/include/atomic_utils_arch.h +++ b/cpu/riscv_common/include/atomic_utils_arch.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 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: 2020 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/riscv_common/include/clic.h b/cpu/riscv_common/include/clic.h index 72341ee2737f..ec931d6e44ba 100644 --- a/cpu/riscv_common/include/clic.h +++ b/cpu/riscv_common/include/clic.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 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: 2020 Koen Zandberg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/riscv_common/include/context_frame.h b/cpu/riscv_common/include/context_frame.h index 942f6f591938..58fa447cb258 100644 --- a/cpu/riscv_common/include/context_frame.h +++ b/cpu/riscv_common/include/context_frame.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017, 2019 JP Bonn, Ken Rabold - * - * This file is subject to the terms and 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, 2019 JP Bonn, Ken Rabold + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/riscv_common/include/cpu_common.h b/cpu/riscv_common/include/cpu_common.h index d3a9f872ffbd..63c83909c160 100644 --- a/cpu/riscv_common/include/cpu_common.h +++ b/cpu/riscv_common/include/cpu_common.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020, 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: 2020 Koen Zandberg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/riscv_common/include/cpu_conf_common.h b/cpu/riscv_common/include/cpu_conf_common.h index da3f975c2469..96726fce639a 100644 --- a/cpu/riscv_common/include/cpu_conf_common.h +++ b/cpu/riscv_common/include/cpu_conf_common.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 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: 2020 Koen Zandberg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/riscv_common/include/cpucycle.h b/cpu/riscv_common/include/cpucycle.h index fd1468d2997f..e3763e450c70 100644 --- a/cpu/riscv_common/include/cpucycle.h +++ b/cpu/riscv_common/include/cpucycle.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 JP Bonn - * - * This file is subject to the terms and 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 JP Bonn + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/riscv_common/include/irq_arch.h b/cpu/riscv_common/include/irq_arch.h index 5ed8f6606d5f..98079e7e3bc4 100644 --- a/cpu/riscv_common/include/irq_arch.h +++ b/cpu/riscv_common/include/irq_arch.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2017 Ken Rabold - * 2020 Inria - * 2020 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: 2017 Ken Rabold + * SPDX-FileCopyrightText: 2020 Inria + * SPDX-FileCopyrightText: 2020 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/riscv_common/include/periph_cpu_common.h b/cpu/riscv_common/include/periph_cpu_common.h index ce6d9fc6d37d..c6d4ef65537a 100644 --- a/cpu/riscv_common/include/periph_cpu_common.h +++ b/cpu/riscv_common/include/periph_cpu_common.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 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: 2020 Koen Zandberg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/riscv_common/include/plic.h b/cpu/riscv_common/include/plic.h index 84a843a7aff2..70f052fc81a3 100644 --- a/cpu/riscv_common/include/plic.h +++ b/cpu/riscv_common/include/plic.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 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: 2020 Koen Zandberg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/riscv_common/include/pmp.h b/cpu/riscv_common/include/pmp.h index 437ec54ca7f9..4bbd7b672975 100644 --- a/cpu/riscv_common/include/pmp.h +++ b/cpu/riscv_common/include/pmp.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Bennet Blischke - * - * This file is subject to the terms and 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 Bennet Blischke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/riscv_common/include/thread_arch.h b/cpu/riscv_common/include/thread_arch.h index c47c53d6d167..1a72cffb9d88 100644 --- a/cpu/riscv_common/include/thread_arch.h +++ b/cpu/riscv_common/include/thread_arch.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2021 Koen Zandberg - * 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 Koen Zandberg + * SPDX-FileCopyrightText: 2021 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/riscv_common/irq_arch.c b/cpu/riscv_common/irq_arch.c index f37b58e55050..de5eaec7972c 100644 --- a/cpu/riscv_common/irq_arch.c +++ b/cpu/riscv_common/irq_arch.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017, 2019 Ken Rabold, JP Bonn - * - * This file is subject to the terms and 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, 2019 Ken Rabold, JP Bonn + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/riscv_common/panic.c b/cpu/riscv_common/panic.c index 50cb7456e5ef..2459bb801a77 100644 --- a/cpu/riscv_common/panic.c +++ b/cpu/riscv_common/panic.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017, 2019 Ken Rabold, JP Bonn - * - * This file is subject to the terms and 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, 2019 Ken Rabold, JP Bonn + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/riscv_common/periph/clic.c b/cpu/riscv_common/periph/clic.c index dfbcc5154b09..60670cea5914 100644 --- a/cpu/riscv_common/periph/clic.c +++ b/cpu/riscv_common/periph/clic.c @@ -1,10 +1,8 @@ /* - * Copyright (C) 2020 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: 2020 Koen Zandberg + * SPDX-License-Identifier: LGPL-2.1-only */ + /** * @ingroup cpu_riscv_common * @{ diff --git a/cpu/riscv_common/periph/coretimer.c b/cpu/riscv_common/periph/coretimer.c index b1d987ed8425..9b56db26051c 100644 --- a/cpu/riscv_common/periph/coretimer.c +++ b/cpu/riscv_common/periph/coretimer.c @@ -1,9 +1,6 @@ /* - * Copyright 2017 Ken Rabold - * - * This file is subject to the terms and 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 Ken Rabold + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/riscv_common/periph/plic.c b/cpu/riscv_common/periph/plic.c index 5855d815b3d7..69eb93994104 100644 --- a/cpu/riscv_common/periph/plic.c +++ b/cpu/riscv_common/periph/plic.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 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: 2020 Koen Zandberg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/riscv_common/periph/pmp.c b/cpu/riscv_common/periph/pmp.c index 3df14bc63e3b..d462681a358d 100644 --- a/cpu/riscv_common/periph/pmp.c +++ b/cpu/riscv_common/periph/pmp.c @@ -1,10 +1,8 @@ /* - * Copyright (C) 2023 Bennet Blischke - * - * This file is subject to the terms and 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 Bennet Blischke + * SPDX-License-Identifier: LGPL-2.1-only */ + /** * @ingroup cpu_riscv_common * @{ diff --git a/cpu/riscv_common/riscv_init.c b/cpu/riscv_common/riscv_init.c index d3a4f379e40c..33b78c743425 100644 --- a/cpu/riscv_common/riscv_init.c +++ b/cpu/riscv_common/riscv_init.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020, 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: 2020 Koen Zandberg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/riscv_common/thread_arch.c b/cpu/riscv_common/thread_arch.c index e3ecf632bf6d..c6909c5ba7e3 100644 --- a/cpu/riscv_common/thread_arch.c +++ b/cpu/riscv_common/thread_arch.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017, 2019 Ken Rabold, JP Bonn - * - * This file is subject to the terms and 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, 2019 Ken Rabold, JP Bonn + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/rpx0xx/Kconfig b/cpu/rpx0xx/Kconfig index 7030b50ef133..c25486d0e8f7 100644 --- a/cpu/rpx0xx/Kconfig +++ b/cpu/rpx0xx/Kconfig @@ -1,9 +1,5 @@ -# 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 config CPU_FAM_RPX0XX bool diff --git a/cpu/rpx0xx/clock.c b/cpu/rpx0xx/clock.c index 3af4252951ab..1952fab838ac 100644 --- a/cpu/rpx0xx/clock.c +++ b/cpu/rpx0xx/clock.c @@ -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 */ /** diff --git a/cpu/rpx0xx/cpu.c b/cpu/rpx0xx/cpu.c index 6fa88532d563..c6c38f600eea 100644 --- a/cpu/rpx0xx/cpu.c +++ b/cpu/rpx0xx/cpu.c @@ -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 */ /** diff --git a/cpu/rpx0xx/include/cpu_conf.h b/cpu/rpx0xx/include/cpu_conf.h index 5d85e5440abd..2e065dca1156 100644 --- a/cpu/rpx0xx/include/cpu_conf.h +++ b/cpu/rpx0xx/include/cpu_conf.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/cpu/rpx0xx/include/io_reg.h b/cpu/rpx0xx/include/io_reg.h index 374dd954e12b..4c7870e12b1c 100644 --- a/cpu/rpx0xx/include/io_reg.h +++ b/cpu/rpx0xx/include/io_reg.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/cpu/rpx0xx/include/periph_cpu.h b/cpu/rpx0xx/include/periph_cpu.h index d003ef9476d6..1c889cb409b3 100644 --- a/cpu/rpx0xx/include/periph_cpu.h +++ b/cpu/rpx0xx/include/periph_cpu.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/cpu/rpx0xx/include/pio/pio.h b/cpu/rpx0xx/include/pio/pio.h index 5625b0d879c9..2d3f76d5be8d 100644 --- a/cpu/rpx0xx/include/pio/pio.h +++ b/cpu/rpx0xx/include/pio/pio.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/cpu/rpx0xx/periph/adc.c b/cpu/rpx0xx/periph/adc.c index 68eebac1905d..bc4940e1f5ab 100644 --- a/cpu/rpx0xx/periph/adc.c +++ b/cpu/rpx0xx/periph/adc.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 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: 2023 Mesotic SAS + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/rpx0xx/periph/gpio.c b/cpu/rpx0xx/periph/gpio.c index 859947e12009..1164ba6ee4fb 100644 --- a/cpu/rpx0xx/periph/gpio.c +++ b/cpu/rpx0xx/periph/gpio.c @@ -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 */ /** diff --git a/cpu/rpx0xx/periph/i2c.c b/cpu/rpx0xx/periph/i2c.c index 754611b0cb0b..172a392e66ed 100644 --- a/cpu/rpx0xx/periph/i2c.c +++ b/cpu/rpx0xx/periph/i2c.c @@ -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 */ /** diff --git a/cpu/rpx0xx/periph/pio.c b/cpu/rpx0xx/periph/pio.c index b21cea73045f..febd41fe47bb 100644 --- a/cpu/rpx0xx/periph/pio.c +++ b/cpu/rpx0xx/periph/pio.c @@ -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 */ /** diff --git a/cpu/rpx0xx/periph/pwm.c b/cpu/rpx0xx/periph/pwm.c index 6c6579d5b727..be898d15ca0a 100644 --- a/cpu/rpx0xx/periph/pwm.c +++ b/cpu/rpx0xx/periph/pwm.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023-2024 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: 2023-2024 Mesotic SAS + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/rpx0xx/periph/spi.c b/cpu/rpx0xx/periph/spi.c index da174a9185fd..1db34681804b 100644 --- a/cpu/rpx0xx/periph/spi.c +++ b/cpu/rpx0xx/periph/spi.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Frank Engelhardt - * - * This file is subject to the terms and 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 Frank Engelhardt + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/rpx0xx/periph/timer.c b/cpu/rpx0xx/periph/timer.c index cbf89763b158..f05dac67991f 100644 --- a/cpu/rpx0xx/periph/timer.c +++ b/cpu/rpx0xx/periph/timer.c @@ -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 */ /** diff --git a/cpu/rpx0xx/periph/uart.c b/cpu/rpx0xx/periph/uart.c index dc9462aebf90..298b54ac0ef9 100644 --- a/cpu/rpx0xx/periph/uart.c +++ b/cpu/rpx0xx/periph/uart.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2021 Nick Weiler, Justus Krebs, Franz Freitag - * 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 Nick Weiler, Justus Krebs, Franz Freitag + * SPDX-FileCopyrightText: 2021 Otto-von-Guericke Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/rpx0xx/pio/i2c/i2c.c b/cpu/rpx0xx/pio/i2c/i2c.c index 10611073eef0..cce72b1f2fca 100644 --- a/cpu/rpx0xx/pio/i2c/i2c.c +++ b/cpu/rpx0xx/pio/i2c/i2c.c @@ -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 */ /** diff --git a/cpu/rpx0xx/pll.c b/cpu/rpx0xx/pll.c index 33c9de7a1115..48dec5c20983 100644 --- a/cpu/rpx0xx/pll.c +++ b/cpu/rpx0xx/pll.c @@ -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 */ /** diff --git a/cpu/rpx0xx/rosc.c b/cpu/rpx0xx/rosc.c index 77b997d09222..14bab9706e51 100644 --- a/cpu/rpx0xx/rosc.c +++ b/cpu/rpx0xx/rosc.c @@ -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 */ /** diff --git a/cpu/rpx0xx/vectors.c b/cpu/rpx0xx/vectors.c index fc8f8b3273e2..e2739e76690d 100644 --- a/cpu/rpx0xx/vectors.c +++ b/cpu/rpx0xx/vectors.c @@ -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 */ /** diff --git a/cpu/rpx0xx/xosc.c b/cpu/rpx0xx/xosc.c index ddf522d5efd3..5f8bacabf21b 100644 --- a/cpu/rpx0xx/xosc.c +++ b/cpu/rpx0xx/xosc.c @@ -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 */ /** diff --git a/cpu/sam0_common/Kconfig b/cpu/sam0_common/Kconfig index 38436da8aaf1..db81a336f5b4 100644 --- a/cpu/sam0_common/Kconfig +++ b/cpu/sam0_common/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 CPU_COMMON_SAM0 bool diff --git a/cpu/sam0_common/include/cpu_conf.h b/cpu/sam0_common/include/cpu_conf.h index 8d87a04720ed..2d0559dbfee0 100644 --- a/cpu/sam0_common/include/cpu_conf.h +++ b/cpu/sam0_common/include/cpu_conf.h @@ -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 */ #pragma once diff --git a/cpu/sam0_common/include/exti_config.h b/cpu/sam0_common/include/exti_config.h index cc2b3b3fa1d1..e43ab90f332d 100644 --- a/cpu/sam0_common/include/exti_config.h +++ b/cpu/sam0_common/include/exti_config.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/cpu/sam0_common/include/gpio_ll_arch.h b/cpu/sam0_common/include/gpio_ll_arch.h index 901e4e9d7219..ccbb6a2abf7a 100644 --- a/cpu/sam0_common/include/gpio_ll_arch.h +++ b/cpu/sam0_common/include/gpio_ll_arch.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2016 Freie Universität Berlin - * 2017 OTA keys S.A. - * 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: 2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2017 OTA keys S.A. + * SPDX-FileCopyrightText: 2023 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/sam0_common/include/mtd_sam0_sdhc.h b/cpu/sam0_common/include/mtd_sam0_sdhc.h index b1fb9a778b75..aa6dbc5db7dc 100644 --- a/cpu/sam0_common/include/mtd_sam0_sdhc.h +++ b/cpu/sam0_common/include/mtd_sam0_sdhc.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Benjamin Valentin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2022 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/sam0_common/include/periph_cpu_common.h b/cpu/sam0_common/include/periph_cpu_common.h index 8516c56b6b6a..3c2ac0d736ff 100644 --- a/cpu/sam0_common/include/periph_cpu_common.h +++ b/cpu/sam0_common/include/periph_cpu_common.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/cpu/sam0_common/include/sam_usb.h b/cpu/sam0_common/include/sam_usb.h index 3130aab4fd56..29b6e692cb51 100644 --- a/cpu/sam0_common/include/sam_usb.h +++ b/cpu/sam0_common/include/sam_usb.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/cpu/sam0_common/include/sdhc.h b/cpu/sam0_common/include/sdhc.h index f1f26907a154..d6c864f60f94 100644 --- a/cpu/sam0_common/include/sdhc.h +++ b/cpu/sam0_common/include/sdhc.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Alkgrove - * - * This file is subject to the terms and 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 Alkgrove + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/sam0_common/include/timer_config.h b/cpu/sam0_common/include/timer_config.h index 7a4066cff267..f621cc721929 100644 --- a/cpu/sam0_common/include/timer_config.h +++ b/cpu/sam0_common/include/timer_config.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/cpu/sam0_common/periph/adc.c b/cpu/sam0_common/periph/adc.c index 465e97e96709..945ffbfe3619 100644 --- a/cpu/sam0_common/periph/adc.c +++ b/cpu/sam0_common/periph/adc.c @@ -1,11 +1,8 @@ /* - * Copyright (C) 2017 Dan Evans - * Copyright (C) 2017 Travis Griggs - * Copyright (C) 2017 Dylan Laduranty - * - * This file is subject to the terms and 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 Dan Evans + * SPDX-FileCopyrightText: 2017 Travis Griggs + * SPDX-FileCopyrightText: 2017 Dylan Laduranty + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/sam0_common/periph/cpuid.c b/cpu/sam0_common/periph/cpuid.c index da93ac80bb0b..982a9fa1ebe5 100644 --- a/cpu/sam0_common/periph/cpuid.c +++ b/cpu/sam0_common/periph/cpuid.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/cpu/sam0_common/periph/dac.c b/cpu/sam0_common/periph/dac.c index 00b14e2301d4..4cea58aead59 100644 --- a/cpu/sam0_common/periph/dac.c +++ b/cpu/sam0_common/periph/dac.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Beuth Hochschule für Technik 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 Beuth Hochschule für Technik Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/sam0_common/periph/dma.c b/cpu/sam0_common/periph/dma.c index 31f91641ec37..9ed7bd6c9900 100644 --- a/cpu/sam0_common/periph/dma.c +++ b/cpu/sam0_common/periph/dma.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 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: 2020 Koen Zandberg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/sam0_common/periph/eth.c b/cpu/sam0_common/periph/eth.c index 990538004496..7d374e090bd7 100644 --- a/cpu/sam0_common/periph/eth.c +++ b/cpu/sam0_common/periph/eth.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 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: 2020 Mesotic SAS + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/sam0_common/periph/flashpage.c b/cpu/sam0_common/periph/flashpage.c index ba49aa3d1db0..ac1d23cce293 100644 --- a/cpu/sam0_common/periph/flashpage.c +++ b/cpu/sam0_common/periph/flashpage.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/cpu/sam0_common/periph/freqm.c b/cpu/sam0_common/periph/freqm.c index 4bea82909fe7..f9b8d3107725 100644 --- a/cpu/sam0_common/periph/freqm.c +++ b/cpu/sam0_common/periph/freqm.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 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: 2023 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/sam0_common/periph/gpio.c b/cpu/sam0_common/periph/gpio.c index 50129c130d2e..628a47edf185 100644 --- a/cpu/sam0_common/periph/gpio.c +++ b/cpu/sam0_common/periph/gpio.c @@ -1,12 +1,9 @@ /* - * Copyright (C) 2014-2015 Freie Universität Berlin - * 2015 Kaspar Schleiser - * 2015 FreshTemp, LLC. - * 2022 SSV Software Systems 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: 2014-2015 Freie Universität Berlin + * SPDX-FileCopyrightText: 2015 Kaspar Schleiser + * SPDX-FileCopyrightText: 2015 FreshTemp, LLC. + * SPDX-FileCopyrightText: 2022 SSV Software Systems GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/sam0_common/periph/gpio_ll.c b/cpu/sam0_common/periph/gpio_ll.c index f78d798fc974..c82ba90fd4c3 100644 --- a/cpu/sam0_common/periph/gpio_ll.c +++ b/cpu/sam0_common/periph/gpio_ll.c @@ -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 */ /** diff --git a/cpu/sam0_common/periph/gpio_ll_irq.c b/cpu/sam0_common/periph/gpio_ll_irq.c index 8167bda560e3..78c38e6b0c67 100644 --- a/cpu/sam0_common/periph/gpio_ll_irq.c +++ b/cpu/sam0_common/periph/gpio_ll_irq.c @@ -1,13 +1,10 @@ /* - * Copyright (C) 2015 HAW Hamburg - * 2016 INRIA - * 2023 Gerson Fernando Budke - * 2023 Hugues Larrive - * 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: 2015 HAW Hamburg + * SPDX-FileCopyrightText: 2016 INRIA + * SPDX-FileCopyrightText: 2023 Gerson Fernando Budke + * SPDX-FileCopyrightText: 2023 Hugues Larrive + * SPDX-FileCopyrightText: 2023 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/sam0_common/periph/hwrng.c b/cpu/sam0_common/periph/hwrng.c index e1578761f8a7..8e7c037c8bc3 100644 --- a/cpu/sam0_common/periph/hwrng.c +++ b/cpu/sam0_common/periph/hwrng.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 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: 2019 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/sam0_common/periph/i2c.c b/cpu/sam0_common/periph/i2c.c index 7d86239d06e9..113197296cff 100644 --- a/cpu/sam0_common/periph/i2c.c +++ b/cpu/sam0_common/periph/i2c.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014 CLENET Baptiste - * Copyright (C) 2018 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: 2014 CLENET Baptiste + * SPDX-FileCopyrightText: 2018 Mesotic SAS + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/sam0_common/periph/pwm.c b/cpu/sam0_common/periph/pwm.c index 0fc810af39b0..c101d6b3845a 100644 --- a/cpu/sam0_common/periph/pwm.c +++ b/cpu/sam0_common/periph/pwm.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014 Hamburg University of Applied Sciences - * 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 Hamburg University of Applied Sciences + * SPDX-FileCopyrightText: 2015 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/sam0_common/periph/rtc_rtt.c b/cpu/sam0_common/periph/rtc_rtt.c index dcf8252e614c..38e10b385405 100644 --- a/cpu/sam0_common/periph/rtc_rtt.c +++ b/cpu/sam0_common/periph/rtc_rtt.c @@ -1,11 +1,8 @@ /* - * Copyright (C) 2015 Kaspar Schleiser - * 2015 FreshTemp, LLC. - * 2022 SSV Software Systems 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: 2015 Kaspar Schleiser + * SPDX-FileCopyrightText: 2015 FreshTemp, LLC. + * SPDX-FileCopyrightText: 2022 SSV Software Systems GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/sam0_common/periph/spi.c b/cpu/sam0_common/periph/spi.c index 2997acde51e2..702f221bdf29 100644 --- a/cpu/sam0_common/periph/spi.c +++ b/cpu/sam0_common/periph/spi.c @@ -1,12 +1,9 @@ /* - * Copyright (C) 2014-2016 Freie Universität Berlin - * 2015 Kaspar Schleiser - * 2015 FreshTemp, LLC. - * 2022 SSV Software Systems 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: 2014-2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2015 Kaspar Schleiser + * SPDX-FileCopyrightText: 2015 FreshTemp, LLC. + * SPDX-FileCopyrightText: 2022 SSV Software Systems GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/sam0_common/periph/timer.c b/cpu/sam0_common/periph/timer.c index 6a6c94ebb399..ff7d7afd5f68 100644 --- a/cpu/sam0_common/periph/timer.c +++ b/cpu/sam0_common/periph/timer.c @@ -1,11 +1,7 @@ /* - * Copyright (C) 2019 ML!PA Consulting GmbH - * 2022 SSV Software Systems 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: 2019 ML!PA Consulting GmbH + * SPDX-FileCopyrightText: 2022 SSV Software Systems GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/sam0_common/periph/uart.c b/cpu/sam0_common/periph/uart.c index 6930d79598e3..623d666fd17c 100644 --- a/cpu/sam0_common/periph/uart.c +++ b/cpu/sam0_common/periph/uart.c @@ -1,11 +1,8 @@ /* - * Copyright (C) 2015 Freie Universität Berlin - * 2015 FreshTemp, LLC. - * 2022 SSV Software Systems 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: 2015 Freie Universität Berlin + * SPDX-FileCopyrightText: 2015 FreshTemp, LLC. + * SPDX-FileCopyrightText: 2022 SSV Software Systems GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/sam0_common/periph/usbdev.c b/cpu/sam0_common/periph/usbdev.c index b651eda4c017..f72af7da3718 100644 --- a/cpu/sam0_common/periph/usbdev.c +++ b/cpu/sam0_common/periph/usbdev.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2019 Koen Zandberg - * 2022 SSV Software Systems 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: 2019 Koen Zandberg + * SPDX-FileCopyrightText: 2022 SSV Software Systems GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/sam0_common/periph/wdt.c b/cpu/sam0_common/periph/wdt.c index b71bfab5e04f..bc42081333a4 100644 --- a/cpu/sam0_common/periph/wdt.c +++ b/cpu/sam0_common/periph/wdt.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 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: 2019 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/sam0_common/sam0_eth/eth-netdev.c b/cpu/sam0_common/sam0_eth/eth-netdev.c index 104f0e3955b9..dda8fd8f77d4 100644 --- a/cpu/sam0_common/sam0_eth/eth-netdev.c +++ b/cpu/sam0_common/sam0_eth/eth-netdev.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 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: 2020 Mesotic SAS + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/cpu/sam0_common/sam0_eth/sam0_eth_netdev.h b/cpu/sam0_common/sam0_eth/sam0_eth_netdev.h index 41667136221b..8830c2b6c98e 100644 --- a/cpu/sam0_common/sam0_eth/sam0_eth_netdev.h +++ b/cpu/sam0_common/sam0_eth/sam0_eth_netdev.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Dylan Laduranty - * - * This file is subject to the terms and 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 Dylan Laduranty + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/cpu/sam0_common/sam0_sdhc/mtd_sdhc.c b/cpu/sam0_common/sam0_sdhc/mtd_sdhc.c index 61bace3a63a0..8478d0332d99 100644 --- a/cpu/sam0_common/sam0_sdhc/mtd_sdhc.c +++ b/cpu/sam0_common/sam0_sdhc/mtd_sdhc.c @@ -1,10 +1,6 @@ /* - * Copyright (C) 2022 Benjamin Valentin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. - * + * SPDX-FileCopyrightText: 2022 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ /**