diff --git a/boards/derfmega128/Kconfig b/boards/derfmega128/Kconfig index f53fd9b9e1..7fa01341d7 100644 --- a/boards/derfmega128/Kconfig +++ b/boards/derfmega128/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 HAW Hamburg -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "derfmega128" if BOARD_DERFMEGA128 diff --git a/boards/derfmega128/include/board.h b/boards/derfmega128/include/board.h index 8928a86641..722cc56987 100644 --- a/boards/derfmega128/include/board.h +++ b/boards/derfmega128/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Alexander Chudov - * - * This file is subject to the terms and 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 Alexander Chudov + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/derfmega128/include/periph_conf.h b/boards/derfmega128/include/periph_conf.h index e6de85a199..e2e9038055 100644 --- a/boards/derfmega128/include/periph_conf.h +++ b/boards/derfmega128/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Alexander Chudov - * - * This file is subject to the terms and 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 Alexander Chudov + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/derfmega256/Kconfig b/boards/derfmega256/Kconfig index 7dc7d3223a..746ba889e2 100644 --- a/boards/derfmega256/Kconfig +++ b/boards/derfmega256/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 HAW Hamburg -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "derfmega256" if BOARD_DERFMEGA256 diff --git a/boards/derfmega256/include/board.h b/boards/derfmega256/include/board.h index 07948e83f4..5f237c8a1f 100644 --- a/boards/derfmega256/include/board.h +++ b/boards/derfmega256/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Alexander Chudov - * - * This file is subject to the terms and 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 Alexander Chudov + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/derfmega256/include/eui_provider_params.h b/boards/derfmega256/include/eui_provider_params.h index ef634ac3f4..0bd8f2c63f 100644 --- a/boards/derfmega256/include/eui_provider_params.h +++ b/boards/derfmega256/include/eui_provider_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 ML!PA Consulting GmbH - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2020 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/derfmega256/include/periph_conf.h b/boards/derfmega256/include/periph_conf.h index 815d86d2ef..b94b83923f 100644 --- a/boards/derfmega256/include/periph_conf.h +++ b/boards/derfmega256/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Alexander Chudov - * - * This file is subject to the terms and 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 Alexander Chudov + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/dwm1001/Kconfig b/boards/dwm1001/Kconfig index 2ebef9c59f..fe71a2f1c2 100644 --- a/boards/dwm1001/Kconfig +++ b/boards/dwm1001/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 HAW Hamburg -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "dwm1001" if BOARD_DWM1001 diff --git a/boards/dwm1001/include/board.h b/boards/dwm1001/include/board.h index 3e1126522f..c4b0ae8a93 100644 --- a/boards/dwm1001/include/board.h +++ b/boards/dwm1001/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Inria - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2020 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/dwm1001/include/gpio_params.h b/boards/dwm1001/include/gpio_params.h index 92ca45418a..7288dc812f 100644 --- a/boards/dwm1001/include/gpio_params.h +++ b/boards/dwm1001/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Gregory Holder - * - * This file is subject to the terms and 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 Gregory Holder + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/dwm1001/include/periph_conf.h b/boards/dwm1001/include/periph_conf.h index b5f4fc91cb..aeeadb170e 100644 --- a/boards/dwm1001/include/periph_conf.h +++ b/boards/dwm1001/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Inria - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2020 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/e104-bt5010a-tb/Kconfig b/boards/e104-bt5010a-tb/Kconfig index b6127d2827..e69baa331e 100644 --- a/boards/e104-bt5010a-tb/Kconfig +++ b/boards/e104-bt5010a-tb/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 Benjamin Valentin -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 Benjamin Valentin +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "e104-bt5010a-tb" if BOARD_E104_BT5010A_TB diff --git a/boards/e104-bt5011a-tb/Kconfig b/boards/e104-bt5011a-tb/Kconfig index 5f5134fecc..f0e9237656 100644 --- a/boards/e104-bt5011a-tb/Kconfig +++ b/boards/e104-bt5011a-tb/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 Benjamin Valentin -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 Benjamin Valentin +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "e104-bt5011a-tb" if BOARD_E104_BT5011A_TB diff --git a/boards/e180-zg120b-tb/Kconfig b/boards/e180-zg120b-tb/Kconfig index 4600e533a6..0cb148094c 100644 --- a/boards/e180-zg120b-tb/Kconfig +++ b/boards/e180-zg120b-tb/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 HAW Hamburg -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "e180-zg120b-tb" if BOARD_E180_ZG120B_TB diff --git a/boards/e180-zg120b-tb/board.c b/boards/e180-zg120b-tb/board.c index 4c10238a83..f7d3f99d90 100644 --- a/boards/e180-zg120b-tb/board.c +++ b/boards/e180-zg120b-tb/board.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2020 Freie Universität Berlin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2015-2020 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/e180-zg120b-tb/include/board.h b/boards/e180-zg120b-tb/include/board.h index 1bc6d92585..8efbc89702 100644 --- a/boards/e180-zg120b-tb/include/board.h +++ b/boards/e180-zg120b-tb/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2020 Freie Universität Berlin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2015-2020 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/e180-zg120b-tb/include/gpio_params.h b/boards/e180-zg120b-tb/include/gpio_params.h index cc3075ef74..c678fdc650 100644 --- a/boards/e180-zg120b-tb/include/gpio_params.h +++ b/boards/e180-zg120b-tb/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016-2020 Bas Stottelaar - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016-2020 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/e180-zg120b-tb/include/periph_conf.h b/boards/e180-zg120b-tb/include/periph_conf.h index 9f8cf3a5cc..dfc8f36fb8 100644 --- a/boards/e180-zg120b-tb/include/periph_conf.h +++ b/boards/e180-zg120b-tb/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015-2020 Freie Universität Berlin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2015-2020 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/ek-lm4f120xl/Kconfig b/boards/ek-lm4f120xl/Kconfig index 89e2724f68..d157b613ce 100644 --- a/boards/ek-lm4f120xl/Kconfig +++ b/boards/ek-lm4f120xl/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 HAW Hamburg -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "ek-lm4f120xl" if BOARD_EK_LM4F120XL diff --git a/boards/ek-lm4f120xl/include/board.h b/boards/ek-lm4f120xl/include/board.h index 70aff2cec4..41f820a417 100644 --- a/boards/ek-lm4f120xl/include/board.h +++ b/boards/ek-lm4f120xl/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 Rakendra Thapa - * - * This file is subject to the terms and 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 Rakendra Thapa + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/ek-lm4f120xl/include/gpio_params.h b/boards/ek-lm4f120xl/include/gpio_params.h index d356300553..16b3a7be98 100644 --- a/boards/ek-lm4f120xl/include/gpio_params.h +++ b/boards/ek-lm4f120xl/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Benjamin Valentin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2019 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/ek-lm4f120xl/include/periph_conf.h b/boards/ek-lm4f120xl/include/periph_conf.h index 3f75d6fcf4..a5973ee62e 100644 --- a/boards/ek-lm4f120xl/include/periph_conf.h +++ b/boards/ek-lm4f120xl/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 Rakendra Thapa - * - * This file is subject to the terms and 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 Rakendra Thapa + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/f4vi1/Kconfig b/boards/f4vi1/Kconfig index cab87b1782..4508d62381 100644 --- a/boards/f4vi1/Kconfig +++ b/boards/f4vi1/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Inria -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. -# +# SPDX-FileCopyrightText: 2020 Inria +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "f4vi1" if BOARD_F4VI1 diff --git a/boards/f4vi1/include/board.h b/boards/f4vi1/include/board.h index f1aceedae4..2e7c2df6d5 100644 --- a/boards/f4vi1/include/board.h +++ b/boards/f4vi1/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 Freie Universität Berlin - * - * This file is subject to the terms and conditions of the GNU Lesser General - * Public License v2.1. See the file LICENSE in the top level directory for more - * details. + * SPDX-FileCopyrightText: 2014 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/f4vi1/include/periph_conf.h b/boards/f4vi1/include/periph_conf.h index b67a1ebcb7..4a59ddebc9 100644 --- a/boards/f4vi1/include/periph_conf.h +++ b/boards/f4vi1/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 Freie Universität Berlin - * - * This file is subject to the terms and conditions of the GNU Lesser General - * Public License v2.1. See the file LICENSE in the top level directory for more - * details. + * SPDX-FileCopyrightText: 2014 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/gba_cartridge/Kconfig b/boards/gba_cartridge/Kconfig index 942683c947..5468b1e17c 100644 --- a/boards/gba_cartridge/Kconfig +++ b/boards/gba_cartridge/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2023 HAW Hamburg -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2023 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "gba" if BOARD_GBA diff --git a/boards/gba_cartridge/include/board.h b/boards/gba_cartridge/include/board.h index 88000065f6..65416fa5cf 100644 --- a/boards/gba_cartridge/include/board.h +++ b/boards/gba_cartridge/include/board.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/boards/gba_cartridge/include/periph_conf.h b/boards/gba_cartridge/include/periph_conf.h index 1a850f6c04..3367618084 100644 --- a/boards/gba_cartridge/include/periph_conf.h +++ b/boards/gba_cartridge/include/periph_conf.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/boards/gd32vf103c-start/include/arduino_iomap.h b/boards/gd32vf103c-start/include/arduino_iomap.h index 8aa96c01ba..c08643d0ce 100644 --- a/boards/gd32vf103c-start/include/arduino_iomap.h +++ b/boards/gd32vf103c-start/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 Marian Buschsieweke - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2024 Marian Buschsieweke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/gd32vf103c-start/include/board.h b/boards/gd32vf103c-start/include/board.h index 61364e085e..05fe5d293d 100644 --- a/boards/gd32vf103c-start/include/board.h +++ b/boards/gd32vf103c-start/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 Marian Buschsieweke - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2024 Marian Buschsieweke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/gd32vf103c-start/include/gpio_params.h b/boards/gd32vf103c-start/include/gpio_params.h index 8ac21fad67..aae3efc4d1 100644 --- a/boards/gd32vf103c-start/include/gpio_params.h +++ b/boards/gd32vf103c-start/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 Marian Buschsieweke - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2024 Marian Buschsieweke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/gd32vf103c-start/include/periph_conf.h b/boards/gd32vf103c-start/include/periph_conf.h index d098fca0a7..36f63dc181 100644 --- a/boards/gd32vf103c-start/include/periph_conf.h +++ b/boards/gd32vf103c-start/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/generic-cc2538-cc2592-dk/Kconfig b/boards/generic-cc2538-cc2592-dk/Kconfig index f0d48e5d8c..567ac29c0e 100644 --- a/boards/generic-cc2538-cc2592-dk/Kconfig +++ b/boards/generic-cc2538-cc2592-dk/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 HAW Hamburg -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "generic-cc2538-cc2592-dk" if BOARD_GENERIC_CC2538_CC2592_DK diff --git a/boards/generic-cc2538-cc2592-dk/include/board.h b/boards/generic-cc2538-cc2592-dk/include/board.h index ca70132b4e..9ca8078333 100644 --- a/boards/generic-cc2538-cc2592-dk/include/board.h +++ b/boards/generic-cc2538-cc2592-dk/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 Marian Buschsieweke - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2024 Marian Buschsieweke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/generic-cc2538-cc2592-dk/include/gpio_params.h b/boards/generic-cc2538-cc2592-dk/include/gpio_params.h index 7b14d979f6..7faa80b78f 100644 --- a/boards/generic-cc2538-cc2592-dk/include/gpio_params.h +++ b/boards/generic-cc2538-cc2592-dk/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 Marian Buschsieweke - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2024 Marian Buschsieweke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/generic-cc2538-cc2592-dk/include/periph_conf.h b/boards/generic-cc2538-cc2592-dk/include/periph_conf.h index d27d672fa5..c8cb19b388 100644 --- a/boards/generic-cc2538-cc2592-dk/include/periph_conf.h +++ b/boards/generic-cc2538-cc2592-dk/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 Marian Buschsieweke - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2024 Marian Buschsieweke + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/hamilton/Kconfig b/boards/hamilton/Kconfig index 52016ddf25..f4cf260be0 100644 --- a/boards/hamilton/Kconfig +++ b/boards/hamilton/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 HAW Hamburg -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "hamilton" if BOARD_HAMILTON diff --git a/boards/hamilton/include/board.h b/boards/hamilton/include/board.h index 2a3e2ad89c..ca236184ce 100644 --- a/boards/hamilton/include/board.h +++ b/boards/hamilton/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 UC Berkeley - * - * This file is subject to the terms and 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 UC Berkeley + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/hamilton/include/gpio_params.h b/boards/hamilton/include/gpio_params.h index 00398cc47a..9addcf1c54 100644 --- a/boards/hamilton/include/gpio_params.h +++ b/boards/hamilton/include/gpio_params.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2015 Freie Universität Berlin - * 2015 Kaspar Schleiser - * 2016 UC Berkeley - * - * This file is subject to the terms and 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 Kaspar Schleiser + * SPDX-FileCopyrightText: 2016 UC Berkeley + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/hamilton/include/periph_conf.h b/boards/hamilton/include/periph_conf.h index 37e1d34431..140f3a3aae 100644 --- a/boards/hamilton/include/periph_conf.h +++ b/boards/hamilton/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014-2015 Freie Universität Berlin - * 2016 UC Berkeley - * - * This file is subject to the terms and 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: 2016 UC Berkeley + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/hifive1/Kconfig b/boards/hifive1/Kconfig index 7fda98b5fb..d278ebe944 100644 --- a/boards/hifive1/Kconfig +++ b/boards/hifive1/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Inria -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. -# +# SPDX-FileCopyrightText: 2020 Inria +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "hifive1" if BOARD_HIFIVE1 diff --git a/boards/hifive1/include/board.h b/boards/hifive1/include/board.h index e1de7e11a5..ba131f94fc 100644 --- a/boards/hifive1/include/board.h +++ b/boards/hifive1/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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 */ #pragma once diff --git a/boards/hifive1/include/periph_conf.h b/boards/hifive1/include/periph_conf.h index 11a4f6f965..9f0560fcad 100644 --- a/boards/hifive1/include/periph_conf.h +++ b/boards/hifive1/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2017 Ken Rabold - * 2019 Inria - * - * This file is subject to the terms and conditions of the GNU Lesser General - * Public License v2.1. See the file LICENSE in the top level directory for more - * details. + * SPDX-FileCopyrightText: 2017 Ken Rabold + * SPDX-FileCopyrightText: 2019 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/hifive1b/Kconfig b/boards/hifive1b/Kconfig index 8e92f720e4..4ce7ab305f 100644 --- a/boards/hifive1b/Kconfig +++ b/boards/hifive1b/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Inria -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. -# +# SPDX-FileCopyrightText: 2020 Inria +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "hifive1b" if BOARD_HIFIVE1B diff --git a/boards/hifive1b/include/arduino_iomap.h b/boards/hifive1b/include/arduino_iomap.h index fa2faf6ab0..d48444bec5 100644 --- a/boards/hifive1b/include/arduino_iomap.h +++ b/boards/hifive1b/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Inria - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2019 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/hifive1b/include/board.h b/boards/hifive1b/include/board.h index eeb9d01f4f..3f71c99e89 100644 --- a/boards/hifive1b/include/board.h +++ b/boards/hifive1b/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 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: 2019 Ken Rabold + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/hifive1b/include/periph_conf.h b/boards/hifive1b/include/periph_conf.h index 6e4d643586..822c64c98b 100644 --- a/boards/hifive1b/include/periph_conf.h +++ b/boards/hifive1b/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2019 Ken Rabold - * 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 Ken Rabold + * SPDX-FileCopyrightText: 2019 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/hip-badge/Kconfig b/boards/hip-badge/Kconfig index 026d05e0d4..7be182f251 100644 --- a/boards/hip-badge/Kconfig +++ b/boards/hip-badge/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2023 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: 2023 Benjamin Valentin +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "hip-badge" if BOARD_HIP_BADGE diff --git a/boards/hip-badge/include/board.h b/boards/hip-badge/include/board.h index 7868b45efe..4ea76214ff 100644 --- a/boards/hip-badge/include/board.h +++ b/boards/hip-badge/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 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: 2023 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/hip-badge/include/gpio_params.h b/boards/hip-badge/include/gpio_params.h index 0b9d6084c2..d0f9f0b18c 100644 --- a/boards/hip-badge/include/gpio_params.h +++ b/boards/hip-badge/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 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: 2023 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/hip-badge/include/periph_conf.h b/boards/hip-badge/include/periph_conf.h index 888ea4032c..136218585f 100644 --- a/boards/hip-badge/include/periph_conf.h +++ b/boards/hip-badge/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 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: 2023 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once