diff --git a/boards/nrf51dk/Kconfig b/boards/nrf51dk/Kconfig index d61d4506a3..d2b94eccbb 100644 --- a/boards/nrf51dk/Kconfig +++ b/boards/nrf51dk/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 "nrf51dk" if BOARD_NRF51DK diff --git a/boards/nrf51dk/include/arduino_iomap.h b/boards/nrf51dk/include/arduino_iomap.h index b423a151e9..0452d9428d 100644 --- a/boards/nrf51dk/include/arduino_iomap.h +++ b/boards/nrf51dk/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Otto-von-Guericke-Universität Magdeburg - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf51dk/include/board.h b/boards/nrf51dk/include/board.h index 9c2048b52e..1cf0e94c8b 100644 --- a/boards/nrf51dk/include/board.h +++ b/boards/nrf51dk/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Inria - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf51dk/include/gpio_params.h b/boards/nrf51dk/include/gpio_params.h index 94d625cd05..f5bc03762d 100644 --- a/boards/nrf51dk/include/gpio_params.h +++ b/boards/nrf51dk/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Inria - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf51dk/include/periph_conf.h b/boards/nrf51dk/include/periph_conf.h index 0aefc0a0db..d25eaf6982 100644 --- a/boards/nrf51dk/include/periph_conf.h +++ b/boards/nrf51dk/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Inria - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf51dongle/Kconfig b/boards/nrf51dongle/Kconfig index 9ccbeccf71..5d68605510 100644 --- a/boards/nrf51dongle/Kconfig +++ b/boards/nrf51dongle/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 "nrf51dongle" if BOARD_NRF51DONGLE diff --git a/boards/nrf51dongle/include/board.h b/boards/nrf51dongle/include/board.h index feef3e1bd5..6e7a1986be 100644 --- a/boards/nrf51dongle/include/board.h +++ b/boards/nrf51dongle/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 Freie Universität Berlin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2015 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf51dongle/include/periph_conf.h b/boards/nrf51dongle/include/periph_conf.h index 63275a4d85..f6df50cfde 100644 --- a/boards/nrf51dongle/include/periph_conf.h +++ b/boards/nrf51dongle/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 Freie Universität Berlin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2015 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf52832-mdk/Kconfig b/boards/nrf52832-mdk/Kconfig index 2bc427d5c7..3c414d3ccf 100644 --- a/boards/nrf52832-mdk/Kconfig +++ b/boards/nrf52832-mdk/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 "nrf52832-mdk" if BOARD_NRF52832_MDK diff --git a/boards/nrf52832-mdk/include/board.h b/boards/nrf52832-mdk/include/board.h index 94b9dc37d9..e8c0bb9cef 100644 --- a/boards/nrf52832-mdk/include/board.h +++ b/boards/nrf52832-mdk/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Inria - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2019 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf52832-mdk/include/gpio_params.h b/boards/nrf52832-mdk/include/gpio_params.h index 918cd2b6f3..4acce6bb4a 100644 --- a/boards/nrf52832-mdk/include/gpio_params.h +++ b/boards/nrf52832-mdk/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Inria - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2019 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf52832-mdk/include/periph_conf.h b/boards/nrf52832-mdk/include/periph_conf.h index 7f956e03e0..00c354e05e 100644 --- a/boards/nrf52832-mdk/include/periph_conf.h +++ b/boards/nrf52832-mdk/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Inria - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2019 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf52840-mdk-dongle/Kconfig b/boards/nrf52840-mdk-dongle/Kconfig index d3e2925b55..ecb874a338 100644 --- a/boards/nrf52840-mdk-dongle/Kconfig +++ b/boards/nrf52840-mdk-dongle/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 "nrf52840-mdk-dongle" if BOARD_NRF52840_MDK_DONGLE diff --git a/boards/nrf52840-mdk-dongle/include/board.h b/boards/nrf52840-mdk-dongle/include/board.h index bd59a9531a..8cf7dd8ba9 100644 --- a/boards/nrf52840-mdk-dongle/include/board.h +++ b/boards/nrf52840-mdk-dongle/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Benjamin Valentin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2020 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf52840-mdk-dongle/include/gpio_params.h b/boards/nrf52840-mdk-dongle/include/gpio_params.h index e28199d893..783ceb6229 100644 --- a/boards/nrf52840-mdk-dongle/include/gpio_params.h +++ b/boards/nrf52840-mdk-dongle/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Benjamin Valentin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2020 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf52840-mdk-dongle/include/periph_conf.h b/boards/nrf52840-mdk-dongle/include/periph_conf.h index de8dbe4284..e979e6aa03 100644 --- a/boards/nrf52840-mdk-dongle/include/periph_conf.h +++ b/boards/nrf52840-mdk-dongle/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Benjamin Valentin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2020 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf52840-mdk-dongle/include/pwm_params.h b/boards/nrf52840-mdk-dongle/include/pwm_params.h index 909a04632b..92767dff54 100644 --- a/boards/nrf52840-mdk-dongle/include/pwm_params.h +++ b/boards/nrf52840-mdk-dongle/include/pwm_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Benjamin Valentin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2020 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf52840-mdk-dongle/reset.c b/boards/nrf52840-mdk-dongle/reset.c index 7440faba3b..74fbd199dd 100644 --- a/boards/nrf52840-mdk-dongle/reset.c +++ b/boards/nrf52840-mdk-dongle/reset.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Benjamin Valentin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2020 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/nrf52840-mdk/Kconfig b/boards/nrf52840-mdk/Kconfig index bb45ea9cad..780c1f22e5 100644 --- a/boards/nrf52840-mdk/Kconfig +++ b/boards/nrf52840-mdk/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 "nrf52840-mdk" if BOARD_NRF52840_MDK diff --git a/boards/nrf52840-mdk/include/board.h b/boards/nrf52840-mdk/include/board.h index 236bf5dbdb..87e087b5c3 100644 --- a/boards/nrf52840-mdk/include/board.h +++ b/boards/nrf52840-mdk/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Inria - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf52840-mdk/include/gpio_params.h b/boards/nrf52840-mdk/include/gpio_params.h index d2c03d5f0a..4dc0c10a30 100644 --- a/boards/nrf52840-mdk/include/gpio_params.h +++ b/boards/nrf52840-mdk/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Inria - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf52840-mdk/include/periph_conf.h b/boards/nrf52840-mdk/include/periph_conf.h index 46f67dc26b..9376ad98a6 100644 --- a/boards/nrf52840-mdk/include/periph_conf.h +++ b/boards/nrf52840-mdk/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Inria - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf52840dk/Kconfig b/boards/nrf52840dk/Kconfig index 5cdea4fe52..94cc65d72c 100644 --- a/boards/nrf52840dk/Kconfig +++ b/boards/nrf52840dk/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 "nrf52840dk" if BOARD_NRF52840DK diff --git a/boards/nrf52840dk/include/arduino_iomap.h b/boards/nrf52840dk/include/arduino_iomap.h index cda027363c..810881e5e9 100644 --- a/boards/nrf52840dk/include/arduino_iomap.h +++ b/boards/nrf52840dk/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Otto-von-Guericke-Universität Magdeburg - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 Otto-von-Guericke-Universität Magdeburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf52840dk/include/board.h b/boards/nrf52840dk/include/board.h index b5718f6de4..238a7994bb 100644 --- a/boards/nrf52840dk/include/board.h +++ b/boards/nrf52840dk/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/nrf52840dk/include/periph_conf.h b/boards/nrf52840dk/include/periph_conf.h index 71cf0c1339..d2031568ff 100644 --- a/boards/nrf52840dk/include/periph_conf.h +++ b/boards/nrf52840dk/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Inria - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2018 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf52840dk/mtd.c b/boards/nrf52840dk/mtd.c index a3a3221fbc..0f32716e45 100644 --- a/boards/nrf52840dk/mtd.c +++ b/boards/nrf52840dk/mtd.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2020 Koen Zandberg - * 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 Koen Zandberg + * SPDX-FileCopyrightText: 2020 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/nrf52840dongle/Kconfig b/boards/nrf52840dongle/Kconfig index e3a761d7d7..5bc63f3916 100644 --- a/boards/nrf52840dongle/Kconfig +++ b/boards/nrf52840dongle/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 "nrf52840dongle" if BOARD_NRF52840DONGLE diff --git a/boards/nrf52840dongle/include/board.h b/boards/nrf52840dongle/include/board.h index d9c152b1ee..2eb2a5b6b0 100644 --- a/boards/nrf52840dongle/include/board.h +++ b/boards/nrf52840dongle/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Christian Amsüss - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2019 Christian Amsüss + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf52840dongle/include/gpio_params.h b/boards/nrf52840dongle/include/gpio_params.h index f12cfaee2d..7c473d7fee 100644 --- a/boards/nrf52840dongle/include/gpio_params.h +++ b/boards/nrf52840dongle/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Christian Amsüss - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2019 Christian Amsüss + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf52840dongle/include/periph_conf.h b/boards/nrf52840dongle/include/periph_conf.h index 157b6ae2ab..7d028700de 100644 --- a/boards/nrf52840dongle/include/periph_conf.h +++ b/boards/nrf52840dongle/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2019 Christian Amsüss - * 2021 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 Christian Amsüss + * SPDX-FileCopyrightText: 2021 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf52840dongle/include/pwm_params.h b/boards/nrf52840dongle/include/pwm_params.h index 5e047d4d3a..f312e83345 100644 --- a/boards/nrf52840dongle/include/pwm_params.h +++ b/boards/nrf52840dongle/include/pwm_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Christian Amsüss - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2020 Christian Amsüss + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf52840dongle/reset.c b/boards/nrf52840dongle/reset.c index 212c00ad0b..9bf2f32668 100644 --- a/boards/nrf52840dongle/reset.c +++ b/boards/nrf52840dongle/reset.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 Benjamin Valentin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2020 Benjamin Valentin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/nrf52dk/Kconfig b/boards/nrf52dk/Kconfig index 301b854987..ef84cc6683 100644 --- a/boards/nrf52dk/Kconfig +++ b/boards/nrf52dk/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 "nrf52dk" if BOARD_NRF52DK diff --git a/boards/nrf52dk/include/arduino_iomap.h b/boards/nrf52dk/include/arduino_iomap.h index e3085def37..cd94b68367 100644 --- a/boards/nrf52dk/include/arduino_iomap.h +++ b/boards/nrf52dk/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 Christian Amsüss - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2024 Christian Amsüss + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf52dk/include/board.h b/boards/nrf52dk/include/board.h index 581d2ab58c..e25359cda5 100644 --- a/boards/nrf52dk/include/board.h +++ b/boards/nrf52dk/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016-2017 Freie Universität Berlin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016-2017 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf52dk/include/periph_conf.h b/boards/nrf52dk/include/periph_conf.h index af289d3939..11f6c2e43e 100644 --- a/boards/nrf52dk/include/periph_conf.h +++ b/boards/nrf52dk/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016-2018 Freie Universität Berlin - * 2018 Inria - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016-2018 Freie Universität Berlin + * SPDX-FileCopyrightText: 2018 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nrf5340dk-app/Kconfig b/boards/nrf5340dk-app/Kconfig index 01618e5798..af3b816648 100644 --- a/boards/nrf5340dk-app/Kconfig +++ b/boards/nrf5340dk-app/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 config BOARD default "nrf5340dk-app" if BOARD_NRF5340DK_APP diff --git a/boards/nrf5340dk-app/board.c b/boards/nrf5340dk-app/board.c index 582bc63837..0c76d2324f 100644 --- a/boards/nrf5340dk-app/board.c +++ b/boards/nrf5340dk-app/board.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/boards/nrf5340dk-app/include/board.h b/boards/nrf5340dk-app/include/board.h index e3061d20d4..4ed762a997 100644 --- a/boards/nrf5340dk-app/include/board.h +++ b/boards/nrf5340dk-app/include/board.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/boards/nrf5340dk-app/include/periph_conf.h b/boards/nrf5340dk-app/include/periph_conf.h index e864d9b46a..8ce7ff0072 100644 --- a/boards/nrf5340dk-app/include/periph_conf.h +++ b/boards/nrf5340dk-app/include/periph_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/boards/nrf9160dk/Kconfig b/boards/nrf9160dk/Kconfig index 0deb951ae9..2c09e610a6 100644 --- a/boards/nrf9160dk/Kconfig +++ b/boards/nrf9160dk/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 BOARD default "nrf9160dk" if BOARD_NRF9160DK diff --git a/boards/nrf9160dk/include/board.h b/boards/nrf9160dk/include/board.h index 5aed4bbb23..a493deb23d 100644 --- a/boards/nrf9160dk/include/board.h +++ b/boards/nrf9160dk/include/board.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/boards/nrf9160dk/include/periph_conf.h b/boards/nrf9160dk/include/periph_conf.h index 4609400b75..1dc30b217f 100644 --- a/boards/nrf9160dk/include/periph_conf.h +++ b/boards/nrf9160dk/include/periph_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