diff --git a/examples/advanced/bindist/abc/abc.c b/examples/advanced/bindist/abc/abc.c index 6a0552dd38..001bb93e0e 100644 --- a/examples/advanced/bindist/abc/abc.c +++ b/examples/advanced/bindist/abc/abc.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Kaspar Schleiser - * - * 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 Kaspar Schleiser + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/examples/advanced/bindist/main.c b/examples/advanced/bindist/main.c index e3e34de0a7..fe691ce8e9 100644 --- a/examples/advanced/bindist/main.c +++ b/examples/advanced/bindist/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Kaspar Schleiser - * - * 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 Kaspar Schleiser + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/examples/advanced/opendsme/main.c b/examples/advanced/opendsme/main.c index 569c9d6bd0..1cc9a06f5b 100644 --- a/examples/advanced/opendsme/main.c +++ b/examples/advanced/opendsme/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/examples/advanced/pio_blink/main.c b/examples/advanced/pio_blink/main.c index ccd2dd42bc..a5e39fb51b 100644 --- a/examples/advanced/pio_blink/main.c +++ b/examples/advanced/pio_blink/main.c @@ -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 */ #include "board.h" diff --git a/examples/advanced/pio_blink/rpx0xx_pio_blink/blink.c b/examples/advanced/pio_blink/rpx0xx_pio_blink/blink.c index 8101e6a1ce..23a8d41406 100644 --- a/examples/advanced/pio_blink/rpx0xx_pio_blink/blink.c +++ b/examples/advanced/pio_blink/rpx0xx_pio_blink/blink.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 Fabian Hüßler - * - * 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 Fabian Hüßler + * SPDX-License-Identifier: LGPL-2.1-only */ #include diff --git a/examples/advanced/posix_select/main.c b/examples/advanced/posix_select/main.c index f78bb0143c..394c983ced 100644 --- a/examples/advanced/posix_select/main.c +++ b/examples/advanced/posix_select/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 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 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/examples/advanced/psa_crypto/custom_atca_params.h b/examples/advanced/psa_crypto/custom_atca_params.h index 9b1d729812..9d2fc2c912 100644 --- a/examples/advanced/psa_crypto/custom_atca_params.h +++ b/examples/advanced/psa_crypto/custom_atca_params.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 HAW Hamburg - * - * This file is subject to the terms and conditions of the GNU Lesser - * General Public License v2.1. See the file LICENSE in the top level - * directory for more details. + * SPDX-FileCopyrightText: 2023 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/examples/advanced/psa_crypto/example_cipher_aes_128.c b/examples/advanced/psa_crypto/example_cipher_aes_128.c index f3f5513f3a..251057c672 100644 --- a/examples/advanced/psa_crypto/example_cipher_aes_128.c +++ b/examples/advanced/psa_crypto/example_cipher_aes_128.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 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: 2022 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/examples/advanced/psa_crypto/example_ecdsa_p256.c b/examples/advanced/psa_crypto/example_ecdsa_p256.c index 0e4e7af3cf..68772be87f 100644 --- a/examples/advanced/psa_crypto/example_ecdsa_p256.c +++ b/examples/advanced/psa_crypto/example_ecdsa_p256.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 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: 2022 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/examples/advanced/psa_crypto/example_eddsa.c b/examples/advanced/psa_crypto/example_eddsa.c index bee9bf0d0b..e20ff7fc7b 100644 --- a/examples/advanced/psa_crypto/example_eddsa.c +++ b/examples/advanced/psa_crypto/example_eddsa.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 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: 2023 TU Dresden + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/examples/advanced/psa_crypto/example_hash.c b/examples/advanced/psa_crypto/example_hash.c index 0f7990a8e9..ed11d5bd97 100644 --- a/examples/advanced/psa_crypto/example_hash.c +++ b/examples/advanced/psa_crypto/example_hash.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 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: 2023 TU Dresden + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/examples/advanced/psa_crypto/example_hmac_sha256.c b/examples/advanced/psa_crypto/example_hmac_sha256.c index a5e248d12f..794a0e473b 100644 --- a/examples/advanced/psa_crypto/example_hmac_sha256.c +++ b/examples/advanced/psa_crypto/example_hmac_sha256.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 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: 2022 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/examples/advanced/psa_crypto/main.c b/examples/advanced/psa_crypto/main.c index c6e95937cd..0ef4be2966 100644 --- a/examples/advanced/psa_crypto/main.c +++ b/examples/advanced/psa_crypto/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 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: 2022 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/examples/advanced/senml_saul/main.c b/examples/advanced/senml_saul/main.c index 940fb52b5f..a346f32f6c 100644 --- a/examples/advanced/senml_saul/main.c +++ b/examples/advanced/senml_saul/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Silke Hofstra - * - * 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 Silke Hofstra + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/examples/advanced/suit_update/coap_handler.c b/examples/advanced/suit_update/coap_handler.c index b1cd2c158d..505378c82c 100644 --- a/examples/advanced/suit_update/coap_handler.c +++ b/examples/advanced/suit_update/coap_handler.c @@ -1,11 +1,6 @@ /* - * Copyright (C) 2019 Kaspar Schleiser - * 2019 Freie Universität Berlin - * 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 Kaspar Schleiser + * SPDX-License-Identifier: LGPL-2.1-only */ #include "log.h" diff --git a/examples/advanced/suit_update/main.c b/examples/advanced/suit_update/main.c index f7b24f4a34..84589c6e6a 100644 --- a/examples/advanced/suit_update/main.c +++ b/examples/advanced/suit_update/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Kaspar Schleiser - * - * 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 Kaspar Schleiser + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/examples/advanced/thread_duel/main.c b/examples/advanced/thread_duel/main.c index 167a27692d..209e5d805b 100644 --- a/examples/advanced/thread_duel/main.c +++ b/examples/advanced/thread_duel/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 TUBA Freiberg - * - * 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 TUBA Freiberg + * SPDX-License-Identifier: LGPL-2.1-only */ #include diff --git a/examples/advanced/twr_aloha/control.c b/examples/advanced/twr_aloha/control.c index 5672f6a906..55fd238b04 100644 --- a/examples/advanced/twr_aloha/control.c +++ b/examples/advanced/twr_aloha/control.c @@ -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 */ /** diff --git a/examples/advanced/twr_aloha/control.h b/examples/advanced/twr_aloha/control.h index 2f751ff2be..6475fe4751 100644 --- a/examples/advanced/twr_aloha/control.h +++ b/examples/advanced/twr_aloha/control.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/examples/advanced/twr_aloha/main.c b/examples/advanced/twr_aloha/main.c index ed36d6152d..e2354322cc 100644 --- a/examples/advanced/twr_aloha/main.c +++ b/examples/advanced/twr_aloha/main.c @@ -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 */ /** diff --git a/examples/advanced/twr_aloha/twr_shell.c b/examples/advanced/twr_aloha/twr_shell.c index cda2bf0c47..a9efe1824c 100644 --- a/examples/advanced/twr_aloha/twr_shell.c +++ b/examples/advanced/twr_aloha/twr_shell.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/examples/advanced/usbus_minimal/main.c b/examples/advanced/usbus_minimal/main.c index 3af5fbe38e..641d7d0a90 100644 --- a/examples/advanced/usbus_minimal/main.c +++ b/examples/advanced/usbus_minimal/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 Koen Zandberg - * - * 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 Koen Zandberg + * SPDX-License-Identifier: LGPL-2.1-only */ /**