diff --git a/boards/feather-m0-lora/Kconfig b/boards/feather-m0-lora/Kconfig index a4e992f8b8..06fe89c3fc 100644 --- a/boards/feather-m0-lora/Kconfig +++ b/boards/feather-m0-lora/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 "feather-m0-lora" if BOARD_FEATHER_M0_LORA diff --git a/boards/feather-m0-wifi/Kconfig b/boards/feather-m0-wifi/Kconfig index 5892dc72bc..1deea6329a 100644 --- a/boards/feather-m0-wifi/Kconfig +++ b/boards/feather-m0-wifi/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 "feather-m0-wifi" if BOARD_FEATHER_M0_WIFI diff --git a/boards/feather-m0/Kconfig b/boards/feather-m0/Kconfig index a7f4d5213c..cf88f5fb5c 100644 --- a/boards/feather-m0/Kconfig +++ b/boards/feather-m0/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 "feather-m0" if BOARD_FEATHER_M0 diff --git a/boards/feather-m0/include/arduino_iomap.h b/boards/feather-m0/include/arduino_iomap.h index 24746ecaed..ff62da8371 100644 --- a/boards/feather-m0/include/arduino_iomap.h +++ b/boards/feather-m0/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 J. David Ibáñez - * - * This file is subject to the terms and 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 J. David Ibáñez + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/feather-m0/include/board.h b/boards/feather-m0/include/board.h index ed64c48bb2..19339a17b5 100644 --- a/boards/feather-m0/include/board.h +++ b/boards/feather-m0/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Inria - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/feather-m0/include/gpio_params.h b/boards/feather-m0/include/gpio_params.h index 4cfdafce66..5c93abaaf0 100644 --- a/boards/feather-m0/include/gpio_params.h +++ b/boards/feather-m0/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Inria - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/feather-m0/include/periph_conf.h b/boards/feather-m0/include/periph_conf.h index 81156074d1..30b9d65337 100644 --- a/boards/feather-m0/include/periph_conf.h +++ b/boards/feather-m0/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Inria - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/feather-m0/include/sdcard_spi_params.h b/boards/feather-m0/include/sdcard_spi_params.h index 2f559415b8..bf40856a5c 100644 --- a/boards/feather-m0/include/sdcard_spi_params.h +++ b/boards/feather-m0/include/sdcard_spi_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Inria - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/firefly/Kconfig b/boards/firefly/Kconfig index 1a6324ec85..5d9ce8e08d 100644 --- a/boards/firefly/Kconfig +++ b/boards/firefly/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 "firefly" if BOARD_FIREFLY diff --git a/boards/firefly/include/adc_params.h b/boards/firefly/include/adc_params.h index cf839c3a28..1a490ca10f 100644 --- a/boards/firefly/include/adc_params.h +++ b/boards/firefly/include/adc_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Eistec AB - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016 Eistec AB + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/firefly/include/board.h b/boards/firefly/include/board.h index 63dd0cd944..f6c9584336 100644 --- a/boards/firefly/include/board.h +++ b/boards/firefly/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 DAI Labor Technische 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 DAI Labor Technische Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/firefly/include/gpio_params.h b/boards/firefly/include/gpio_params.h index ae85c6f77f..8e87bedbee 100644 --- a/boards/firefly/include/gpio_params.h +++ b/boards/firefly/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 DAI Labor Technische 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 DAI Labor Technische Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/firefly/include/periph_conf.h b/boards/firefly/include/periph_conf.h index 908ba7a7cc..1306a3111a 100644 --- a/boards/firefly/include/periph_conf.h +++ b/boards/firefly/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 DAI Labor Technische 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 DAI Labor Technische Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/frdm-k22f/Kconfig b/boards/frdm-k22f/Kconfig index 4eb9278218..42b0823cfb 100644 --- a/boards/frdm-k22f/Kconfig +++ b/boards/frdm-k22f/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 "frdm-k22f" if BOARD_FRDM_K22F diff --git a/boards/frdm-k22f/include/adc_params.h b/boards/frdm-k22f/include/adc_params.h index 88ee38f428..1eed8750af 100644 --- a/boards/frdm-k22f/include/adc_params.h +++ b/boards/frdm-k22f/include/adc_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Eistec AB - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2017 Eistec AB + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/frdm-k22f/include/board.h b/boards/frdm-k22f/include/board.h index 310db2f4e4..519af446fb 100644 --- a/boards/frdm-k22f/include/board.h +++ b/boards/frdm-k22f/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Eistec AB - * - * This file is subject to the terms and conditions of the GNU Lesser General - * Public License v2.1. See the file LICENSE in the top level directory for more - * details. + * SPDX-FileCopyrightText: 2017 Eistec AB + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/frdm-k22f/include/gpio_params.h b/boards/frdm-k22f/include/gpio_params.h index 4ffd8e792c..e45f9dfd66 100644 --- a/boards/frdm-k22f/include/gpio_params.h +++ b/boards/frdm-k22f/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Eistec AB - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2017 Eistec AB + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/frdm-k22f/include/periph_conf.h b/boards/frdm-k22f/include/periph_conf.h index e298ea9b9e..c9d6b5bdad 100644 --- a/boards/frdm-k22f/include/periph_conf.h +++ b/boards/frdm-k22f/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2017 Eistec AB - * 2021-2023 Hugues Larrive - * - * This file is subject to the terms and conditions of the GNU Lesser General - * Public License v2.1. See the file LICENSE in the top level directory for more - * details. + * SPDX-FileCopyrightText: 2017 Eistec AB + * SPDX-FileCopyrightText: 2021-2023 Hugues Larrive + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/frdm-k64f/Kconfig b/boards/frdm-k64f/Kconfig index 105a536717..4ae57fedea 100644 --- a/boards/frdm-k64f/Kconfig +++ b/boards/frdm-k64f/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 "frdm-k64f" if BOARD_FRDM_K64F diff --git a/boards/frdm-k64f/board.c b/boards/frdm-k64f/board.c index a328efc479..0526c97c93 100644 --- a/boards/frdm-k64f/board.c +++ b/boards/frdm-k64f/board.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014 Freie Universität Berlin - * Copyright (C) 2014 PHYTEC Messtechnik 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 Freie Universität Berlin + * SPDX-FileCopyrightText: 2014 PHYTEC Messtechnik GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/frdm-k64f/include/adc_params.h b/boards/frdm-k64f/include/adc_params.h index c8d318413d..e676452642 100644 --- a/boards/frdm-k64f/include/adc_params.h +++ b/boards/frdm-k64f/include/adc_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Eistec AB - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Eistec AB + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/frdm-k64f/include/board.h b/boards/frdm-k64f/include/board.h index 4d091c288e..d41aac4a34 100644 --- a/boards/frdm-k64f/include/board.h +++ b/boards/frdm-k64f/include/board.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014 Freie Universität Berlin - * Copyright (C) 2015 PHYTEC Messtechnik 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 Freie Universität Berlin + * SPDX-FileCopyrightText: 2015 PHYTEC Messtechnik GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/frdm-k64f/include/periph_conf.h b/boards/frdm-k64f/include/periph_conf.h index b9875b77ee..ba8de4ee2f 100644 --- a/boards/frdm-k64f/include/periph_conf.h +++ b/boards/frdm-k64f/include/periph_conf.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2014 Freie Universität Berlin - * 2015 PHYTEC Messtechnik GmbH - * 2023 Hugues Larrive - * - * This file is subject to the terms and conditions of the GNU Lesser General - * Public License v2.1. See the file LICENSE in the top level directory for more - * details. + * SPDX-FileCopyrightText: 2014 Freie Universität Berlin + * SPDX-FileCopyrightText: 2015 PHYTEC Messtechnik GmbH + * SPDX-FileCopyrightText: 2023 Hugues Larrive + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/frdm-kl43z/Kconfig b/boards/frdm-kl43z/Kconfig index cb6f063db2..b039a20110 100644 --- a/boards/frdm-kl43z/Kconfig +++ b/boards/frdm-kl43z/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 "frdm-kl43z" if BOARD_FRDM_KL43Z diff --git a/boards/frdm-kl43z/include/adc_params.h b/boards/frdm-kl43z/include/adc_params.h index 9957738c7c..a228e5ed9b 100644 --- a/boards/frdm-kl43z/include/adc_params.h +++ b/boards/frdm-kl43z/include/adc_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Eistec AB - * - * This file is subject to the terms and conditions of the GNU Lesser General - * Public License v2.1. See the file LICENSE in the top level directory for more - * details. + * SPDX-FileCopyrightText: 2018 Eistec AB + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/frdm-kl43z/include/board.h b/boards/frdm-kl43z/include/board.h index 7987707a64..cbf7fbd9ae 100644 --- a/boards/frdm-kl43z/include/board.h +++ b/boards/frdm-kl43z/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Eistec AB - * - * This file is subject to the terms and conditions of the GNU Lesser General - * Public License v2.1. See the file LICENSE in the top level directory for more - * details. + * SPDX-FileCopyrightText: 2018 Eistec AB + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/frdm-kl43z/include/gpio_params.h b/boards/frdm-kl43z/include/gpio_params.h index 6703bbd23a..6fca6ec47a 100644 --- a/boards/frdm-kl43z/include/gpio_params.h +++ b/boards/frdm-kl43z/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Eistec AB - * - * This file is subject to the terms and conditions of the GNU Lesser General - * Public License v2.1. See the file LICENSE in the top level directory for more - * details. + * SPDX-FileCopyrightText: 2018 Eistec AB + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/frdm-kl43z/include/periph_conf.h b/boards/frdm-kl43z/include/periph_conf.h index 22ae9f9bba..c99e0312c6 100644 --- a/boards/frdm-kl43z/include/periph_conf.h +++ b/boards/frdm-kl43z/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Eistec AB - * - * This file is subject to the terms and conditions of the GNU Lesser General - * Public License v2.1. See the file LICENSE in the top level directory for more - * details. + * SPDX-FileCopyrightText: 2018 Eistec AB + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/frdm-kw41z/Kconfig b/boards/frdm-kw41z/Kconfig index 67c45ace80..3bc34795e4 100644 --- a/boards/frdm-kw41z/Kconfig +++ b/boards/frdm-kw41z/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 HAW Hamburg -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "frdm-kw41z" if BOARD_FRDM_KW41Z diff --git a/boards/frdm-kw41z/include/adc_params.h b/boards/frdm-kw41z/include/adc_params.h index b6afbf3527..22f44950b6 100644 --- a/boards/frdm-kw41z/include/adc_params.h +++ b/boards/frdm-kw41z/include/adc_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Eistec AB - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2017 Eistec AB + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/frdm-kw41z/include/board.h b/boards/frdm-kw41z/include/board.h index 39e5c60e54..9624d111c9 100644 --- a/boards/frdm-kw41z/include/board.h +++ b/boards/frdm-kw41z/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Eistec AB - * - * This file is subject to the terms and conditions of the GNU Lesser General - * Public License v2.1. See the file LICENSE in the top level directory for more - * details. + * SPDX-FileCopyrightText: 2017 Eistec AB + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/frdm-kw41z/include/gpio_params.h b/boards/frdm-kw41z/include/gpio_params.h index 5466b2d527..6eb4d5c05b 100644 --- a/boards/frdm-kw41z/include/gpio_params.h +++ b/boards/frdm-kw41z/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 SKF AB - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2017 SKF AB + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/frdm-kw41z/include/periph_conf.h b/boards/frdm-kw41z/include/periph_conf.h index 3cf67af6de..e7797643a7 100644 --- a/boards/frdm-kw41z/include/periph_conf.h +++ b/boards/frdm-kw41z/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Eistec AB - * - * This file is subject to the terms and conditions of the GNU Lesser General - * Public License v2.1. See the file LICENSE in the top level directory for more - * details. + * SPDX-FileCopyrightText: 2017 Eistec AB + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once