From f69f0fdd21f2bc003edbd1ec400cdd7866fd6949 Mon Sep 17 00:00:00 2001 From: krzysztof-cabaj Date: Mon, 14 Jul 2025 15:46:19 +0200 Subject: [PATCH] boards/nucleo: move licence in .h files to SPDX --- boards/nucleo-c031c6/include/periph_conf.h | 7 ++----- boards/nucleo-f030r8/include/periph_conf.h | 7 ++----- boards/nucleo-f031k6/include/periph_conf.h | 8 +++----- boards/nucleo-f042k6/include/periph_conf.h | 7 ++----- boards/nucleo-f070rb/include/periph_conf.h | 9 +++------ boards/nucleo-f072rb/include/periph_conf.h | 7 ++----- boards/nucleo-f091rc/include/periph_conf.h | 7 ++----- boards/nucleo-f103rb/include/periph_conf.h | 7 ++----- boards/nucleo-f207zg/include/periph_conf.h | 7 ++----- boards/nucleo-f302r8/include/periph_conf.h | 11 ++++------- boards/nucleo-f303k8/include/periph_conf.h | 7 ++----- boards/nucleo-f303re/include/periph_conf.h | 9 +++------ boards/nucleo-f303ze/include/periph_conf.h | 7 ++----- boards/nucleo-f334r8/include/periph_conf.h | 7 ++----- boards/nucleo-f401re/include/periph_conf.h | 7 ++----- boards/nucleo-f410rb/include/periph_conf.h | 7 ++----- boards/nucleo-f411re/include/periph_conf.h | 7 ++----- boards/nucleo-f412zg/include/periph_conf.h | 9 +++------ boards/nucleo-f413zh/include/periph_conf.h | 9 +++------ boards/nucleo-f429zi/include/periph_conf.h | 7 ++----- boards/nucleo-f439zi/include/periph_conf.h | 7 ++----- boards/nucleo-f446re/include/periph_conf.h | 7 ++----- boards/nucleo-f446ze/include/periph_conf.h | 7 ++----- boards/nucleo-f722ze/include/periph_conf.h | 7 ++----- boards/nucleo-f746zg/include/periph_conf.h | 7 ++----- boards/nucleo-f767zi/include/periph_conf.h | 7 ++----- boards/nucleo-g070rb/include/periph_conf.h | 7 ++----- boards/nucleo-g071rb/include/periph_conf.h | 7 ++----- boards/nucleo-g431rb/include/periph_conf.h | 7 ++----- boards/nucleo-g474re/include/periph_conf.h | 7 ++----- boards/nucleo-l011k4/include/periph_conf.h | 7 ++----- boards/nucleo-l031k6/include/periph_conf.h | 9 +++------ boards/nucleo-l053r8/include/periph_conf.h | 9 +++------ boards/nucleo-l073rz/include/periph_conf.h | 9 +++------ boards/nucleo-l152re/include/periph_conf.h | 7 ++----- boards/nucleo-l412kb/include/periph_conf.h | 11 ++++------- boards/nucleo-l432kc/include/periph_conf.h | 9 +++------ boards/nucleo-l433rc/include/periph_conf.h | 7 ++----- boards/nucleo-l452re/include/periph_conf.h | 13 +++++-------- boards/nucleo-l476rg/include/periph_conf.h | 11 ++++------- boards/nucleo-l496zg/include/periph_conf.h | 7 ++----- boards/nucleo-l4r5zi/include/periph_conf.h | 7 ++----- boards/nucleo-l552ze-q/include/periph_conf.h | 7 ++----- boards/nucleo-u575zi-q/include/periph_conf.h | 7 ++----- boards/nucleo-wl55jc/board.c | 7 ++----- boards/nucleo-wl55jc/include/arduino_iomap.h | 7 ++----- boards/nucleo-wl55jc/include/board.h | 7 ++----- boards/nucleo-wl55jc/include/gpio_params.h | 7 ++----- boards/nucleo-wl55jc/include/periph_conf.h | 7 ++----- 49 files changed, 116 insertions(+), 262 deletions(-) diff --git a/boards/nucleo-c031c6/include/periph_conf.h b/boards/nucleo-c031c6/include/periph_conf.h index 296f9720e7..2232f07045 100644 --- a/boards/nucleo-c031c6/include/periph_conf.h +++ b/boards/nucleo-c031c6/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 BISSELL Homecare, Inc. - * - * This file is subject to the terms and 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 BISSELL Homecare, Inc. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-f030r8/include/periph_conf.h b/boards/nucleo-f030r8/include/periph_conf.h index 243a483e89..41c4e83ed6 100644 --- a/boards/nucleo-f030r8/include/periph_conf.h +++ b/boards/nucleo-f030r8/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-f031k6/include/periph_conf.h b/boards/nucleo-f031k6/include/periph_conf.h index 26989499d1..810df942bc 100644 --- a/boards/nucleo-f031k6/include/periph_conf.h +++ b/boards/nucleo-f031k6/include/periph_conf.h @@ -1,9 +1,7 @@ /* - * Copyright (C) 2017 Inria - * Copyright (C) 2017 OTA keys - * This file is subject to the terms and 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-FileCopyrightText: 2017 OTA keys + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-f042k6/include/periph_conf.h b/boards/nucleo-f042k6/include/periph_conf.h index 8c78ff4b46..7eaca66b5e 100644 --- a/boards/nucleo-f042k6/include/periph_conf.h +++ b/boards/nucleo-f042k6/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 OTA keys - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016 OTA keys + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-f070rb/include/periph_conf.h b/boards/nucleo-f070rb/include/periph_conf.h index ad588ad45d..e959e20c9f 100644 --- a/boards/nucleo-f070rb/include/periph_conf.h +++ b/boards/nucleo-f070rb/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016 Freie Universität Berlin - * Copyright (C) 2016 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 Freie Universität Berlin + * SPDX-FileCopyrightText: 2016 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-f072rb/include/periph_conf.h b/boards/nucleo-f072rb/include/periph_conf.h index 589453c927..e5ddddeaed 100644 --- a/boards/nucleo-f072rb/include/periph_conf.h +++ b/boards/nucleo-f072rb/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/nucleo-f091rc/include/periph_conf.h b/boards/nucleo-f091rc/include/periph_conf.h index 5aadfc9249..9a2e8f1b0b 100644 --- a/boards/nucleo-f091rc/include/periph_conf.h +++ b/boards/nucleo-f091rc/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/nucleo-f103rb/include/periph_conf.h b/boards/nucleo-f103rb/include/periph_conf.h index 7c2eae6e9c..8a2d69a388 100644 --- a/boards/nucleo-f103rb/include/periph_conf.h +++ b/boards/nucleo-f103rb/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 TriaGnoSys GmbH - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2015 TriaGnoSys GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-f207zg/include/periph_conf.h b/boards/nucleo-f207zg/include/periph_conf.h index e8650603ec..78339b5a37 100644 --- a/boards/nucleo-f207zg/include/periph_conf.h +++ b/boards/nucleo-f207zg/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016-2017 OTA keys S.A. - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016-2017 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-f302r8/include/periph_conf.h b/boards/nucleo-f302r8/include/periph_conf.h index 6cfd539d7c..064b65647a 100644 --- a/boards/nucleo-f302r8/include/periph_conf.h +++ b/boards/nucleo-f302r8/include/periph_conf.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2017 Inria - * Copyright (C) 2015 Freie Universität Berlin - * Copyright (C) 2015 Hamburg University of Applied Sciences - * - * This file is subject to the terms and 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-FileCopyrightText: 2015 Freie Universität Berlin + * SPDX-FileCopyrightText: 2015 Hamburg University of Applied Sciences + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-f303k8/include/periph_conf.h b/boards/nucleo-f303k8/include/periph_conf.h index 7ad8be578c..cd3b455ca0 100644 --- a/boards/nucleo-f303k8/include/periph_conf.h +++ b/boards/nucleo-f303k8/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/nucleo-f303re/include/periph_conf.h b/boards/nucleo-f303re/include/periph_conf.h index 1dfa690f6d..afb1ccb55c 100644 --- a/boards/nucleo-f303re/include/periph_conf.h +++ b/boards/nucleo-f303re/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2015 Freie Universität Berlin - * Copyright (C) 2015 Hamburg University of Applied Sciences - * - * This file is subject to the terms and 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 Hamburg University of Applied Sciences + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-f303ze/include/periph_conf.h b/boards/nucleo-f303ze/include/periph_conf.h index 3b25e81853..4710f41460 100644 --- a/boards/nucleo-f303ze/include/periph_conf.h +++ b/boards/nucleo-f303ze/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/nucleo-f334r8/include/periph_conf.h b/boards/nucleo-f334r8/include/periph_conf.h index 68b9809fa4..aece32c060 100644 --- a/boards/nucleo-f334r8/include/periph_conf.h +++ b/boards/nucleo-f334r8/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/nucleo-f401re/include/periph_conf.h b/boards/nucleo-f401re/include/periph_conf.h index 92fe613fef..a53e163fde 100644 --- a/boards/nucleo-f401re/include/periph_conf.h +++ b/boards/nucleo-f401re/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 Lari Lehtomäki - * - * This file is subject to the terms and 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 Lari Lehtomäki + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-f410rb/include/periph_conf.h b/boards/nucleo-f410rb/include/periph_conf.h index 150a86aba1..85272ed2e4 100644 --- a/boards/nucleo-f410rb/include/periph_conf.h +++ b/boards/nucleo-f410rb/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-f411re/include/periph_conf.h b/boards/nucleo-f411re/include/periph_conf.h index 4f3aea9c35..752afe6ac5 100644 --- a/boards/nucleo-f411re/include/periph_conf.h +++ b/boards/nucleo-f411re/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-f412zg/include/periph_conf.h b/boards/nucleo-f412zg/include/periph_conf.h index 69d01f85de..26a83b4e8d 100644 --- a/boards/nucleo-f412zg/include/periph_conf.h +++ b/boards/nucleo-f412zg/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016 Inria - * Copyright (C) 2017 OTA keys S.A. - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016 Inria + * SPDX-FileCopyrightText: 2017 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-f413zh/include/periph_conf.h b/boards/nucleo-f413zh/include/periph_conf.h index a57d11a995..429d798fd2 100644 --- a/boards/nucleo-f413zh/include/periph_conf.h +++ b/boards/nucleo-f413zh/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016 Inria - * Copyright (C) 2017 OTA keys S.A. - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2016 Inria + * SPDX-FileCopyrightText: 2017 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-f429zi/include/periph_conf.h b/boards/nucleo-f429zi/include/periph_conf.h index 93ce828dbd..bca21c0727 100644 --- a/boards/nucleo-f429zi/include/periph_conf.h +++ b/boards/nucleo-f429zi/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/nucleo-f439zi/include/periph_conf.h b/boards/nucleo-f439zi/include/periph_conf.h index be25b1974f..6610c18d64 100644 --- a/boards/nucleo-f439zi/include/periph_conf.h +++ b/boards/nucleo-f439zi/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 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: 2022 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-f446re/include/periph_conf.h b/boards/nucleo-f446re/include/periph_conf.h index 8ca842ff23..c330f710cf 100644 --- a/boards/nucleo-f446re/include/periph_conf.h +++ b/boards/nucleo-f446re/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 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 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-f446ze/include/periph_conf.h b/boards/nucleo-f446ze/include/periph_conf.h index 578bded799..466adae62c 100644 --- a/boards/nucleo-f446ze/include/periph_conf.h +++ b/boards/nucleo-f446ze/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/nucleo-f722ze/include/periph_conf.h b/boards/nucleo-f722ze/include/periph_conf.h index 29a8d8bf20..90d19937ab 100644 --- a/boards/nucleo-f722ze/include/periph_conf.h +++ b/boards/nucleo-f722ze/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/nucleo-f746zg/include/periph_conf.h b/boards/nucleo-f746zg/include/periph_conf.h index 5999d7a88c..a59011a59b 100644 --- a/boards/nucleo-f746zg/include/periph_conf.h +++ b/boards/nucleo-f746zg/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/nucleo-f767zi/include/periph_conf.h b/boards/nucleo-f767zi/include/periph_conf.h index db02f6b96d..439501b802 100644 --- a/boards/nucleo-f767zi/include/periph_conf.h +++ b/boards/nucleo-f767zi/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/nucleo-g070rb/include/periph_conf.h b/boards/nucleo-g070rb/include/periph_conf.h index 9e84ac678b..bb389de5cb 100644 --- a/boards/nucleo-g070rb/include/periph_conf.h +++ b/boards/nucleo-g070rb/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/nucleo-g071rb/include/periph_conf.h b/boards/nucleo-g071rb/include/periph_conf.h index 469ce12cde..0b933f204e 100644 --- a/boards/nucleo-g071rb/include/periph_conf.h +++ b/boards/nucleo-g071rb/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/nucleo-g431rb/include/periph_conf.h b/boards/nucleo-g431rb/include/periph_conf.h index 95adfa5f0c..e49bf694b9 100644 --- a/boards/nucleo-g431rb/include/periph_conf.h +++ b/boards/nucleo-g431rb/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/nucleo-g474re/include/periph_conf.h b/boards/nucleo-g474re/include/periph_conf.h index 7fc17c9a87..0ca2ec8fe1 100644 --- a/boards/nucleo-g474re/include/periph_conf.h +++ b/boards/nucleo-g474re/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/nucleo-l011k4/include/periph_conf.h b/boards/nucleo-l011k4/include/periph_conf.h index 894550ac48..1b04042f0a 100644 --- a/boards/nucleo-l011k4/include/periph_conf.h +++ b/boards/nucleo-l011k4/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/nucleo-l031k6/include/periph_conf.h b/boards/nucleo-l031k6/include/periph_conf.h index 8128f59df5..f76f0d33b0 100644 --- a/boards/nucleo-l031k6/include/periph_conf.h +++ b/boards/nucleo-l031k6/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2017 Freie Universität Berlin - * 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 Freie Universität Berlin + * SPDX-FileCopyrightText: 2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-l053r8/include/periph_conf.h b/boards/nucleo-l053r8/include/periph_conf.h index 2d3a65cf11..c21ad3e1ee 100644 --- a/boards/nucleo-l053r8/include/periph_conf.h +++ b/boards/nucleo-l053r8/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2017 Freie Universität Berlin - * 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 Freie Universität Berlin + * SPDX-FileCopyrightText: 2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-l073rz/include/periph_conf.h b/boards/nucleo-l073rz/include/periph_conf.h index 04f208829b..8b2656369b 100644 --- a/boards/nucleo-l073rz/include/periph_conf.h +++ b/boards/nucleo-l073rz/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2017 Freie Universität Berlin - * 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 Freie Universität Berlin + * SPDX-FileCopyrightText: 2017 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-l152re/include/periph_conf.h b/boards/nucleo-l152re/include/periph_conf.h index 1d8c5c13ae..d932947b65 100644 --- a/boards/nucleo-l152re/include/periph_conf.h +++ b/boards/nucleo-l152re/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014-2016 Freie Universität Berlin - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2014-2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-l412kb/include/periph_conf.h b/boards/nucleo-l412kb/include/periph_conf.h index 704a84bb55..3a83df6e51 100644 --- a/boards/nucleo-l412kb/include/periph_conf.h +++ b/boards/nucleo-l412kb/include/periph_conf.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2019 twostairs - * Copyright (C) 2017 Inria - * Copyright (C) 2017 OTA keys - * - * This file is subject to the terms and 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 twostairs + * SPDX-FileCopyrightText: 2017 Inria + * SPDX-FileCopyrightText: 2017 OTA keys + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-l432kc/include/periph_conf.h b/boards/nucleo-l432kc/include/periph_conf.h index 3a2bcc7623..e462ba6969 100644 --- a/boards/nucleo-l432kc/include/periph_conf.h +++ b/boards/nucleo-l432kc/include/periph_conf.h @@ -1,10 +1,7 @@ /* - * Copyright (C) 2017 Inria - * Copyright (C) 2017 OTA keys - * - * This file is subject to the terms and 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-FileCopyrightText: 2017 OTA keys + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-l433rc/include/periph_conf.h b/boards/nucleo-l433rc/include/periph_conf.h index 118859fadf..a73a890682 100644 --- a/boards/nucleo-l433rc/include/periph_conf.h +++ b/boards/nucleo-l433rc/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/nucleo-l452re/include/periph_conf.h b/boards/nucleo-l452re/include/periph_conf.h index 339aa9f87e..1a287fdd8e 100644 --- a/boards/nucleo-l452re/include/periph_conf.h +++ b/boards/nucleo-l452re/include/periph_conf.h @@ -1,12 +1,9 @@ /* - * Copyright (C) 2017 Freie Universität Berlin - * Copyright (C) 2017 Inria - * Copyright (C) 2017 HAW-Hamburg - * Copyright (C) 2018 Fundacion Inria Chile - * - * This file is subject to the terms and 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-FileCopyrightText: 2017 Inria + * SPDX-FileCopyrightText: 2017 HAW-Hamburg + * SPDX-FileCopyrightText: 2018 Fundacion Inria Chile + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-l476rg/include/periph_conf.h b/boards/nucleo-l476rg/include/periph_conf.h index 94c79509e1..c3501210eb 100644 --- a/boards/nucleo-l476rg/include/periph_conf.h +++ b/boards/nucleo-l476rg/include/periph_conf.h @@ -1,11 +1,8 @@ /* - * Copyright (C) 2017 Freie Universität Berlin - * Copyright (C) 2017 Inria - * Copyright (C) 2017 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: 2017 Freie Universität Berlin + * SPDX-FileCopyrightText: 2017 Inria + * SPDX-FileCopyrightText: 2017 HAW-Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-l496zg/include/periph_conf.h b/boards/nucleo-l496zg/include/periph_conf.h index 14b79cc1fa..1f15996d33 100644 --- a/boards/nucleo-l496zg/include/periph_conf.h +++ b/boards/nucleo-l496zg/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/nucleo-l4r5zi/include/periph_conf.h b/boards/nucleo-l4r5zi/include/periph_conf.h index 323f9bbcc5..bbde4c9b50 100644 --- a/boards/nucleo-l4r5zi/include/periph_conf.h +++ b/boards/nucleo-l4r5zi/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/nucleo-l552ze-q/include/periph_conf.h b/boards/nucleo-l552ze-q/include/periph_conf.h index abebd8c2e6..c54d766026 100644 --- a/boards/nucleo-l552ze-q/include/periph_conf.h +++ b/boards/nucleo-l552ze-q/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/nucleo-u575zi-q/include/periph_conf.h b/boards/nucleo-u575zi-q/include/periph_conf.h index 57eb763bd9..d4e33dad47 100644 --- a/boards/nucleo-u575zi-q/include/periph_conf.h +++ b/boards/nucleo-u575zi-q/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 TU Dresden - * - * This file is subject to the terms and 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 TU Dresden + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-wl55jc/board.c b/boards/nucleo-wl55jc/board.c index 49fe7bd9a5..9407f65685 100644 --- a/boards/nucleo-wl55jc/board.c +++ b/boards/nucleo-wl55jc/board.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2021 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/boards/nucleo-wl55jc/include/arduino_iomap.h b/boards/nucleo-wl55jc/include/arduino_iomap.h index d05cb4b5e2..199b462294 100644 --- a/boards/nucleo-wl55jc/include/arduino_iomap.h +++ b/boards/nucleo-wl55jc/include/arduino_iomap.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2021 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-wl55jc/include/board.h b/boards/nucleo-wl55jc/include/board.h index 6b8f4c9d98..9fbc7ed3c0 100644 --- a/boards/nucleo-wl55jc/include/board.h +++ b/boards/nucleo-wl55jc/include/board.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2021 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-wl55jc/include/gpio_params.h b/boards/nucleo-wl55jc/include/gpio_params.h index 3139e5aafa..b24559a7e9 100644 --- a/boards/nucleo-wl55jc/include/gpio_params.h +++ b/boards/nucleo-wl55jc/include/gpio_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2021 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/boards/nucleo-wl55jc/include/periph_conf.h b/boards/nucleo-wl55jc/include/periph_conf.h index 6762591744..a016b3b8cc 100644 --- a/boards/nucleo-wl55jc/include/periph_conf.h +++ b/boards/nucleo-wl55jc/include/periph_conf.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2021 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once