diff --git a/boards/teensy31/Kconfig b/boards/teensy31/Kconfig index d7fc99d705..f3d99ad991 100644 --- a/boards/teensy31/Kconfig +++ b/boards/teensy31/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 "teensy31" if BOARD_TEENSY31 diff --git a/boards/teensy31/include/board.h b/boards/teensy31/include/board.h index 386aaeed25..2c8e19dd74 100644 --- a/boards/teensy31/include/board.h +++ b/boards/teensy31/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/teensy31/include/periph_conf.h b/boards/teensy31/include/periph_conf.h index f21d336fe3..c01a675116 100644 --- a/boards/teensy31/include/periph_conf.h +++ b/boards/teensy31/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/telosb/Kconfig b/boards/telosb/Kconfig index 28441bd462..2938b1ccae 100644 --- a/boards/telosb/Kconfig +++ b/boards/telosb/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 "telosb" if BOARD_TELOSB diff --git a/boards/telosb/board.c b/boards/telosb/board.c index ceae6f0570..b300c5ad62 100644 --- a/boards/telosb/board.c +++ b/boards/telosb/board.c @@ -1,10 +1,17 @@ /* - * board.c - Board initiazilation for the TelosB - * Copyright (C) 2013 Oliver Hahm + * SPDX-FileCopyrightText: 2013 Oliver Hahm + * SPDX-License-Identifier: LGPL-2.1-only + */ + +/** + * @ingroup boards_telosb * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * @{ + * + * @file + * @brief Board initialization for the TelosB + * + * @author Oliver Hahm */ #include "board.h" @@ -48,3 +55,5 @@ void board_init(void) { telosb_ports_init(); } + +/** @} */ diff --git a/boards/telosb/include/board.h b/boards/telosb/include/board.h index c4662be0db..5e890fab1f 100644 --- a/boards/telosb/include/board.h +++ b/boards/telosb/include/board.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2013, 2014 INRIA - * 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: 2013-2014 INRIA + * SPDX-FileCopyrightText: 2015 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/telosb/include/periph_conf.h b/boards/telosb/include/periph_conf.h index e0a697a82e..5fa98632a0 100644 --- a/boards/telosb/include/periph_conf.h +++ b/boards/telosb/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014 INRIA - * 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 INRIA + * SPDX-FileCopyrightText: 2015 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/thingy52/Kconfig b/boards/thingy52/Kconfig index ae2cccf452..54cf4fc6d3 100644 --- a/boards/thingy52/Kconfig +++ b/boards/thingy52/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 "thingy52" if BOARD_THINGY52 diff --git a/boards/thingy52/board.c b/boards/thingy52/board.c index 2397330611..44e44b9016 100644 --- a/boards/thingy52/board.c +++ b/boards/thingy52/board.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/boards/thingy52/include/board.h b/boards/thingy52/include/board.h index 5e81394d03..0bf8039715 100644 --- a/boards/thingy52/include/board.h +++ b/boards/thingy52/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Freie Universität Berlin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/thingy52/include/periph_conf.h b/boards/thingy52/include/periph_conf.h index 6816a8d276..0acac8824a 100644 --- a/boards/thingy52/include/periph_conf.h +++ b/boards/thingy52/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 Freie Universität Berlin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/ublox-c030-u201/Kconfig b/boards/ublox-c030-u201/Kconfig index 3c82259466..75b2097d27 100644 --- a/boards/ublox-c030-u201/Kconfig +++ b/boards/ublox-c030-u201/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 "ublox-c030-u201" if BOARD_UBLOX_C030_U201 diff --git a/boards/ublox-c030-u201/include/arduino_iomap.h b/boards/ublox-c030-u201/include/arduino_iomap.h index 5de6acc674..851af1d65e 100644 --- a/boards/ublox-c030-u201/include/arduino_iomap.h +++ b/boards/ublox-c030-u201/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 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: 2018 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/ublox-c030-u201/include/board.h b/boards/ublox-c030-u201/include/board.h index 899e76c196..e05c82d8e2 100644 --- a/boards/ublox-c030-u201/include/board.h +++ b/boards/ublox-c030-u201/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 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: 2018 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/ublox-c030-u201/include/gpio_params.h b/boards/ublox-c030-u201/include/gpio_params.h index e2b3f3cfd1..05e94d76c8 100644 --- a/boards/ublox-c030-u201/include/gpio_params.h +++ b/boards/ublox-c030-u201/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 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: 2018 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/ublox-c030-u201/include/periph_conf.h b/boards/ublox-c030-u201/include/periph_conf.h index 7a93a65ae7..1259af08e0 100644 --- a/boards/ublox-c030-u201/include/periph_conf.h +++ b/boards/ublox-c030-u201/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 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: 2018 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/udoo/Kconfig b/boards/udoo/Kconfig index 80314be883..17aa6d09ae 100644 --- a/boards/udoo/Kconfig +++ b/boards/udoo/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 "udoo" if BOARD_UDOO diff --git a/boards/usb-kw41z/Kconfig b/boards/usb-kw41z/Kconfig index 7acc668509..bb3596a423 100644 --- a/boards/usb-kw41z/Kconfig +++ b/boards/usb-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 "usb-kw41z" if BOARD_USB_KW41Z diff --git a/boards/usb-kw41z/include/adc_params.h b/boards/usb-kw41z/include/adc_params.h index bbc2f4e683..ccb2b33d87 100644 --- a/boards/usb-kw41z/include/adc_params.h +++ b/boards/usb-kw41z/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/usb-kw41z/include/board.h b/boards/usb-kw41z/include/board.h index dd4ef70c6d..ffb80b2215 100644 --- a/boards/usb-kw41z/include/board.h +++ b/boards/usb-kw41z/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/usb-kw41z/include/gpio_params.h b/boards/usb-kw41z/include/gpio_params.h index 1bb61539af..13eb555cbc 100644 --- a/boards/usb-kw41z/include/gpio_params.h +++ b/boards/usb-kw41z/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/usb-kw41z/include/periph_conf.h b/boards/usb-kw41z/include/periph_conf.h index 67f4b0ac49..3d1fcbba7e 100644 --- a/boards/usb-kw41z/include/periph_conf.h +++ b/boards/usb-kw41z/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/waveshare-nrf52840-eval-kit/Kconfig b/boards/waveshare-nrf52840-eval-kit/Kconfig index 44418b40ef..c92c15ca28 100644 --- a/boards/waveshare-nrf52840-eval-kit/Kconfig +++ b/boards/waveshare-nrf52840-eval-kit/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 HAW Hamburg -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "waveshare-nrf52840-eval-kit" if BOARD_WAVESHARE_NRF52840_EVAL_KIT diff --git a/boards/waveshare-nrf52840-eval-kit/include/arduino_iomap.h b/boards/waveshare-nrf52840-eval-kit/include/arduino_iomap.h index c449f91d55..4ee0fe9889 100644 --- a/boards/waveshare-nrf52840-eval-kit/include/arduino_iomap.h +++ b/boards/waveshare-nrf52840-eval-kit/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2020 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/waveshare-nrf52840-eval-kit/include/board.h b/boards/waveshare-nrf52840-eval-kit/include/board.h index 7e8ac508c2..0e97fc537d 100644 --- a/boards/waveshare-nrf52840-eval-kit/include/board.h +++ b/boards/waveshare-nrf52840-eval-kit/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2020 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/waveshare-nrf52840-eval-kit/include/gpio_params.h b/boards/waveshare-nrf52840-eval-kit/include/gpio_params.h index 3bdc087bae..d30d054f2d 100644 --- a/boards/waveshare-nrf52840-eval-kit/include/gpio_params.h +++ b/boards/waveshare-nrf52840-eval-kit/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2020 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/waveshare-nrf52840-eval-kit/include/periph_conf.h b/boards/waveshare-nrf52840-eval-kit/include/periph_conf.h index 45c46995b5..c2aabdef19 100644 --- a/boards/waveshare-nrf52840-eval-kit/include/periph_conf.h +++ b/boards/waveshare-nrf52840-eval-kit/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2018 Inria - * 2020 Gunar Schorcht - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Inria + * SPDX-FileCopyrightText: 2020 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/weact-f401cc/Kconfig b/boards/weact-f401cc/Kconfig index 0190a953bd..594f87cc79 100644 --- a/boards/weact-f401cc/Kconfig +++ b/boards/weact-f401cc/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Benjamin Valentin -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. -# +# SPDX-FileCopyrightText: 2020 Benjamin Valentin +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "weact-f401cc" if BOARD_WEACT_F401CC diff --git a/boards/weact-f401ce/Kconfig b/boards/weact-f401ce/Kconfig index 78fed3a79d..057e4f1e7f 100644 --- a/boards/weact-f401ce/Kconfig +++ b/boards/weact-f401ce/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Benjamin Valentin -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. -# +# SPDX-FileCopyrightText: 2020 Benjamin Valentin +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "weact-f401ce" if BOARD_WEACT_F401CE diff --git a/boards/weact-f411ce/Kconfig b/boards/weact-f411ce/Kconfig index 10b7580feb..5b67fc6fd8 100644 --- a/boards/weact-f411ce/Kconfig +++ b/boards/weact-f411ce/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 Benjamin Valentin -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. -# +# SPDX-FileCopyrightText: 2020 Benjamin Valentin +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "weact-f411ce" if BOARD_WEACT_F411CE diff --git a/boards/weact-g030f6/include/board.h b/boards/weact-g030f6/include/board.h index 52103706e3..33df5903c8 100644 --- a/boards/weact-g030f6/include/board.h +++ b/boards/weact-g030f6/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 ML!PA Consulting GmbH - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2024 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/weact-g030f6/include/gpio_params.h b/boards/weact-g030f6/include/gpio_params.h index 2f00415437..9087099763 100644 --- a/boards/weact-g030f6/include/gpio_params.h +++ b/boards/weact-g030f6/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 ML!PA Consulting GmbH - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2024 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/weact-g030f6/include/periph_conf.h b/boards/weact-g030f6/include/periph_conf.h index 62847cea6b..23f5956094 100644 --- a/boards/weact-g030f6/include/periph_conf.h +++ b/boards/weact-g030f6/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 ML!PA Consulting GmbH - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2024 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/wemos-zero/Kconfig b/boards/wemos-zero/Kconfig index de7164a5fa..03135b49be 100644 --- a/boards/wemos-zero/Kconfig +++ b/boards/wemos-zero/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2020 HAW Hamburg -# -# This file is subject to the terms and conditions of the GNU Lesser -# General Public License v2.1. See the file LICENSE in the top level -# directory for more details. -# +# SPDX-FileCopyrightText: 2020 HAW Hamburg +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "wemos-zero" if BOARD_WEMOS_ZERO diff --git a/boards/xg23-pk6068a/Kconfig b/boards/xg23-pk6068a/Kconfig index 392af59e96..9bffe2dc47 100644 --- a/boards/xg23-pk6068a/Kconfig +++ b/boards/xg23-pk6068a/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 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: 2022 SSV Software Systems GmbH +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "xg23-pk6068a" if BOARD_XG23_PK6068A diff --git a/boards/xg23-pk6068a/board.c b/boards/xg23-pk6068a/board.c index 39e226ba91..bef5ef6b98 100644 --- a/boards/xg23-pk6068a/board.c +++ b/boards/xg23-pk6068a/board.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2022 SSV Software Systems GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/xg23-pk6068a/include/board.h b/boards/xg23-pk6068a/include/board.h index 5bd9d670f1..3d51b5430b 100644 --- a/boards/xg23-pk6068a/include/board.h +++ b/boards/xg23-pk6068a/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2022 SSV Software Systems GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/xg23-pk6068a/include/gpio_params.h b/boards/xg23-pk6068a/include/gpio_params.h index c2283ad9e8..4fbe262501 100644 --- a/boards/xg23-pk6068a/include/gpio_params.h +++ b/boards/xg23-pk6068a/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2022 SSV Software Systems GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/xg23-pk6068a/include/periph_conf.h b/boards/xg23-pk6068a/include/periph_conf.h index fd706839c5..804bfbd6e5 100644 --- a/boards/xg23-pk6068a/include/periph_conf.h +++ b/boards/xg23-pk6068a/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2022 SSV Software Systems GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/yarm/Kconfig b/boards/yarm/Kconfig index b34aed5905..ee11c6af7f 100644 --- a/boards/yarm/Kconfig +++ b/boards/yarm/Kconfig @@ -1,8 +1,5 @@ -# Copyright (c) 2020 Antonio Galea -# -# This file is subject to the terms and 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 Antonio Galea +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "yarm" if BOARD_YARM diff --git a/boards/yarm/include/board.h b/boards/yarm/include/board.h index ea3ed2d6b4..5e9c00df8b 100644 --- a/boards/yarm/include/board.h +++ b/boards/yarm/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Antonio Galea - * - * This file is subject to the terms and 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 Antonio Galea + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/yarm/include/periph_conf.h b/boards/yarm/include/periph_conf.h index 2059a2f5db..f3ec923996 100644 --- a/boards/yarm/include/periph_conf.h +++ b/boards/yarm/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Antonio Galea - * - * This file is subject to the terms and 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 Antonio Galea + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/yunjia-nrf51822/Kconfig b/boards/yunjia-nrf51822/Kconfig index ceab6849ce..c13a3b51d2 100644 --- a/boards/yunjia-nrf51822/Kconfig +++ b/boards/yunjia-nrf51822/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 "yunjia-nrf51822" if BOARD_YUNJIA_NRF51822 diff --git a/boards/yunjia-nrf51822/include/board.h b/boards/yunjia-nrf51822/include/board.h index 331ec7b4d9..82d4aa61cd 100644 --- a/boards/yunjia-nrf51822/include/board.h +++ b/boards/yunjia-nrf51822/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/yunjia-nrf51822/include/periph_conf.h b/boards/yunjia-nrf51822/include/periph_conf.h index af328013e9..81542e78eb 100644 --- a/boards/yunjia-nrf51822/include/periph_conf.h +++ b/boards/yunjia-nrf51822/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/z1/Kconfig b/boards/z1/Kconfig index a822ab8e01..2e3d38765c 100644 --- a/boards/z1/Kconfig +++ b/boards/z1/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 "z1" if BOARD_Z1 diff --git a/boards/z1/board.c b/boards/z1/board.c index 075c5fdcf2..0599316119 100644 --- a/boards/z1/board.c +++ b/boards/z1/board.c @@ -1,12 +1,6 @@ /* - * board.c - Board initialization for the Zolertia Z1 - * Copyright (C) 2014 INRIA - * - * Author : Kévin Roussel - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2014 INRIA + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/z1/include/board.h b/boards/z1/include/board.h index 1a602bee99..36ee534037 100644 --- a/boards/z1/include/board.h +++ b/boards/z1/include/board.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014 INRIA - * 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 INRIA + * SPDX-FileCopyrightText: 2015 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/z1/include/periph_conf.h b/boards/z1/include/periph_conf.h index 31fbb3a2c5..a2cc3a221b 100644 --- a/boards/z1/include/periph_conf.h +++ b/boards/z1/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2014 INRIA - * 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 INRIA + * SPDX-FileCopyrightText: 2015 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/zigduino/Kconfig b/boards/zigduino/Kconfig index e1bb9c7092..10e4d79bfd 100644 --- a/boards/zigduino/Kconfig +++ b/boards/zigduino/Kconfig @@ -1,9 +1,5 @@ -# Copyright (c) 2021 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: 2021 Benjamin Valentin +# SPDX-License-Identifier: LGPL-2.1-only config BOARD default "zigduino" if BOARD_ZIGDUINO diff --git a/boards/zigduino/include/adc_params.h b/boards/zigduino/include/adc_params.h index f583545df5..129dae177b 100644 --- a/boards/zigduino/include/adc_params.h +++ b/boards/zigduino/include/adc_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/zigduino/include/board.h b/boards/zigduino/include/board.h index be32ed408b..687275d2c4 100644 --- a/boards/zigduino/include/board.h +++ b/boards/zigduino/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/zigduino/include/gpio_params.h b/boards/zigduino/include/gpio_params.h index 8992a16546..8b1f82e66b 100644 --- a/boards/zigduino/include/gpio_params.h +++ b/boards/zigduino/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/zigduino/include/periph_conf.h b/boards/zigduino/include/periph_conf.h index 52d47e9a4a..ec1431b795 100644 --- a/boards/zigduino/include/periph_conf.h +++ b/boards/zigduino/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once