diff --git a/tests/fault_handler/main.c b/tests/fault_handler/main.c index 14b2624fbc..68ddcf2697 100644 --- a/tests/fault_handler/main.c +++ b/tests/fault_handler/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 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: 2015 Eistec AB + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/leds/main.c b/tests/leds/main.c index e32eb80423..6a6add5379 100644 --- a/tests/leds/main.c +++ b/tests/leds/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/mcuboot/main.c b/tests/mcuboot/main.c index 150c459378..575ff4d1b8 100644 --- a/tests/mcuboot/main.c +++ b/tests/mcuboot/main.c @@ -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 */ /** diff --git a/tests/minimal/main.c b/tests/minimal/main.c index 93d25571ec..612deffae6 100644 --- a/tests/minimal/main.c +++ b/tests/minimal/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 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: 2015 Kaspar Schleiser + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/arduino_adafruit_sensor/main.cpp b/tests/pkg/arduino_adafruit_sensor/main.cpp index 8227bcca84..b312feadff 100644 --- a/tests/pkg/arduino_adafruit_sensor/main.cpp +++ b/tests/pkg/arduino_adafruit_sensor/main.cpp @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 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: 2021 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/c25519/main.c b/tests/pkg/c25519/main.c index a8afa9bdc1..70201753ef 100644 --- a/tests/pkg/c25519/main.c +++ b/tests/pkg/c25519/main.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2018 Freie Universität Berlin - * 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 Freie Universität Berlin + * SPDX-FileCopyrightText: 2018 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/cayenne-lpp/main.c b/tests/pkg/cayenne-lpp/main.c index 24e0fc49ba..1a6905f910 100644 --- a/tests/pkg/cayenne-lpp/main.c +++ b/tests/pkg/cayenne-lpp/main.c @@ -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 */ /** diff --git a/tests/pkg/cifra/main.c b/tests/pkg/cifra/main.c index 0eacf8ca56..4704071c37 100644 --- a/tests/pkg/cifra/main.c +++ b/tests/pkg/cifra/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 */ /** diff --git a/tests/pkg/cmsis-dsp/main.c b/tests/pkg/cmsis-dsp/main.c index 44c2846d6a..4da3f22819 100644 --- a/tests/pkg/cmsis-dsp/main.c +++ b/tests/pkg/cmsis-dsp/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 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: 2015 Eistec AB + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/cmsis-nn/main.c b/tests/pkg/cmsis-nn/main.c index b74626de27..bd45634139 100644 --- a/tests/pkg/cmsis-nn/main.c +++ b/tests/pkg/cmsis-nn/main.c @@ -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 */ /** diff --git a/tests/pkg/cmsis-nn/parameter.h b/tests/pkg/cmsis-nn/parameter.h index af3a74c2a7..c82f5ce399 100644 --- a/tests/pkg/cmsis-nn/parameter.h +++ b/tests/pkg/cmsis-nn/parameter.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/tests/pkg/cmsis-nn/weights.h b/tests/pkg/cmsis-nn/weights.h index 5d37935033..37e05dad28 100644 --- a/tests/pkg/cmsis-nn/weights.h +++ b/tests/pkg/cmsis-nn/weights.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/tests/pkg/corejson/main.c b/tests/pkg/corejson/main.c index 1d211f2a65..487b018a64 100644 --- a/tests/pkg/corejson/main.c +++ b/tests/pkg/corejson/main.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/tests/pkg/cryptoauthlib_compare_sha256/main.c b/tests/pkg/cryptoauthlib_compare_sha256/main.c index c990997076..3ca418c64a 100644 --- a/tests/pkg/cryptoauthlib_compare_sha256/main.c +++ b/tests/pkg/cryptoauthlib_compare_sha256/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 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: 2019 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/cryptoauthlib_internal-tests/main.c b/tests/pkg/cryptoauthlib_internal-tests/main.c index 2974a3da0a..51bd54ef66 100644 --- a/tests/pkg/cryptoauthlib_internal-tests/main.c +++ b/tests/pkg/cryptoauthlib_internal-tests/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 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: 2019 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/edhoc_c/common.c b/tests/pkg/edhoc_c/common.c index a242eceeb7..af768fc0ca 100644 --- a/tests/pkg/edhoc_c/common.c +++ b/tests/pkg/edhoc_c/common.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/tests/pkg/edhoc_c/edhoc_keys.h b/tests/pkg/edhoc_c/edhoc_keys.h index 8267eb6442..7413908e04 100644 --- a/tests/pkg/edhoc_c/edhoc_keys.h +++ b/tests/pkg/edhoc_c/edhoc_keys.h @@ -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 */ #pragma once diff --git a/tests/pkg/edhoc_c/initiator.c b/tests/pkg/edhoc_c/initiator.c index c0597ef375..f95cf1b3f5 100644 --- a/tests/pkg/edhoc_c/initiator.c +++ b/tests/pkg/edhoc_c/initiator.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/tests/pkg/edhoc_c/main.c b/tests/pkg/edhoc_c/main.c index a87583a6e1..a6cb147728 100644 --- a/tests/pkg/edhoc_c/main.c +++ b/tests/pkg/edhoc_c/main.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/tests/pkg/edhoc_c/responder.c b/tests/pkg/edhoc_c/responder.c index 537737c20b..1e8b82bf3c 100644 --- a/tests/pkg/edhoc_c/responder.c +++ b/tests/pkg/edhoc_c/responder.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/tests/pkg/elk/main.c b/tests/pkg/elk/main.c index b0a6896f1a..2d0507e19c 100644 --- a/tests/pkg/elk/main.c +++ b/tests/pkg/elk/main.c @@ -1,19 +1,9 @@ /* - * Copyright (C) 2013-2021 Cesanta Software Limited - * All rights reserved - * - * This software is dual-licensed: you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. For the terms of this - * license, see . - * - * You are free to use this software under the terms of the GNU General - * Public License, but WITHOUT ANY WARRANTY; without even the implied - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU General Public License for more details. - * - * Alternatively, you can license this software under a commercial - * license, please contact us at https://cesanta.com/contact.html + * SPDX-FileCopyrightText: 2013-2021 Cesanta Software Limited + * SPDX-License-Identifier: GPL-2.0-only + * SPDX-FileCopyrightText: Alternatively, you can license this software under a + * SPDX-FileCopyrightText: commercial license, please contact us at + * SPDX-FileCopyrightText: https://cesanta.com/contact.html */ /** diff --git a/tests/pkg/emlearn/main.c b/tests/pkg/emlearn/main.c index 556ef661d1..bb8fa1d9ac 100644 --- a/tests/pkg/emlearn/main.c +++ b/tests/pkg/emlearn/main.c @@ -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 */ /** diff --git a/tests/pkg/fatfs/main.c b/tests/pkg/fatfs/main.c index 5ab8eb4744..461dd7863a 100644 --- a/tests/pkg/fatfs/main.c +++ b/tests/pkg/fatfs/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Michel Rottleuthner - * - * 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 Michel Rottleuthner + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/fatfs_vfs/main.c b/tests/pkg/fatfs_vfs/main.c index ce206bf7ef..574910f52b 100644 --- a/tests/pkg/fatfs_vfs/main.c +++ b/tests/pkg/fatfs_vfs/main.c @@ -1,9 +1,6 @@ /* - * 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 HAW-Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/fff/main.c b/tests/pkg/fff/main.c index f2f344ef37..3431333813 100644 --- a/tests/pkg/fff/main.c +++ b/tests/pkg/fff/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2021 Jens Wetterich - * - * 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 Jens Wetterich + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/flashdb_fal_cfg/main.c b/tests/pkg/flashdb_fal_cfg/main.c index 2f8eb2f46c..b47c703c93 100644 --- a/tests/pkg/flashdb_fal_cfg/main.c +++ b/tests/pkg/flashdb_fal_cfg/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 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: 2023 ML!PA Consulting Gmbh + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/flashdb_vfs/kvdb_basic_sample.c b/tests/pkg/flashdb_vfs/kvdb_basic_sample.c index c2f795e343..2e0d620728 100644 --- a/tests/pkg/flashdb_vfs/kvdb_basic_sample.c +++ b/tests/pkg/flashdb_vfs/kvdb_basic_sample.c @@ -1,6 +1,5 @@ /* - * Copyright (c) 2020, Armink, - * + * SPDX-FileCopyrightText: 2020 Armink * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tests/pkg/flashdb_vfs/kvdb_type_blob_sample.c b/tests/pkg/flashdb_vfs/kvdb_type_blob_sample.c index e85692d5ef..6ab559d20d 100644 --- a/tests/pkg/flashdb_vfs/kvdb_type_blob_sample.c +++ b/tests/pkg/flashdb_vfs/kvdb_type_blob_sample.c @@ -1,6 +1,5 @@ /* - * Copyright (c) 2020, Armink, - * + * SPDX-FileCopyrightText: 2020 Armink * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tests/pkg/flashdb_vfs/kvdb_type_string_sample.c b/tests/pkg/flashdb_vfs/kvdb_type_string_sample.c index ba309a5d97..36ea17d04a 100644 --- a/tests/pkg/flashdb_vfs/kvdb_type_string_sample.c +++ b/tests/pkg/flashdb_vfs/kvdb_type_string_sample.c @@ -1,7 +1,6 @@ -#/* - * Copyright (c) 2020, Armink, - * - * SPDX-License-Identifier: Apache-2.0 +/* +* SPDX-FileCopyrightText: 2020 Armink +* SPDX-License-Identifier: Apache-2.0 */ /** diff --git a/tests/pkg/flashdb_vfs/main.c b/tests/pkg/flashdb_vfs/main.c index e8e8c1a928..1d982cfd93 100644 --- a/tests/pkg/flashdb_vfs/main.c +++ b/tests/pkg/flashdb_vfs/main.c @@ -1,6 +1,5 @@ /* - * Copyright (c) 2021, Armink, - * + * SPDX-FileCopyrightText: 2021 Armink * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tests/pkg/flashdb_vfs/tsdb_sample.c b/tests/pkg/flashdb_vfs/tsdb_sample.c index e291e8b4a1..7da2784d8b 100644 --- a/tests/pkg/flashdb_vfs/tsdb_sample.c +++ b/tests/pkg/flashdb_vfs/tsdb_sample.c @@ -1,6 +1,5 @@ /* - * Copyright (c) 2020, Armink, - * + * SPDX-FileCopyrightText: 2020 Armink * SPDX-License-Identifier: Apache-2.0 */ diff --git a/tests/pkg/hacl/main.c b/tests/pkg/hacl/main.c index 801af300e3..f9ba685d60 100644 --- a/tests/pkg/hacl/main.c +++ b/tests/pkg/hacl/main.c @@ -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 */ /** diff --git a/tests/pkg/heatshrink/main.c b/tests/pkg/heatshrink/main.c index 077b47d6b5..a6cb64c884 100644 --- a/tests/pkg/heatshrink/main.c +++ b/tests/pkg/heatshrink/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/tests/pkg/jsmn/simple.c b/tests/pkg/jsmn/simple.c index e7494f48b5..15ba100973 100644 --- a/tests/pkg/jsmn/simple.c +++ b/tests/pkg/jsmn/simple.c @@ -1,25 +1,10 @@ /* - * Copyright (c) 2010 Serge A. Zaitsev - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - * THE SOFTWARE. - * - * adapted to RIOT by Kaspar Schleiser + * SPDX-FileCopyrightText: 2010 Serge A. Zaitsev + * SPDX-License-Identifier: MIT + */ + +/* + * Adapted to RIOT by Kaspar Schleiser * * changes: - reduced nr of expected tokens to 16, stack would overflow * otherwise with default stacksize on Cortex-M diff --git a/tests/pkg/libb2/main.c b/tests/pkg/libb2/main.c index 1ac0d2c432..61b8be7654 100644 --- a/tests/pkg/libb2/main.c +++ b/tests/pkg/libb2/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 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: 2018 Silke Hofstra + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/libbase58/main.c b/tests/pkg/libbase58/main.c index 8388e0a641..43bbca540f 100644 --- a/tests/pkg/libbase58/main.c +++ b/tests/pkg/libbase58/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/tests/pkg/libcose/main.c b/tests/pkg/libcose/main.c index cbda85ab29..72b8328311 100644 --- a/tests/pkg/libcose/main.c +++ b/tests/pkg/libcose/main.c @@ -1,11 +1,9 @@ /* - * Copyright (C) 2018 Freie Universität Berlin - * 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 Freie Universität Berlin + * SPDX-FileCopyrightText: 2018 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ + /** * @ingroup tests * @{ diff --git a/tests/pkg/libcose_encrypt/main.c b/tests/pkg/libcose_encrypt/main.c index d8c373117a..0781c5f75d 100644 --- a/tests/pkg/libcose_encrypt/main.c +++ b/tests/pkg/libcose_encrypt/main.c @@ -1,11 +1,9 @@ /* - * Copyright (C) 2018 Freie Universität Berlin - * 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 Freie Universität Berlin + * SPDX-FileCopyrightText: 2018 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ + /** * @ingroup tests * @{ diff --git a/tests/pkg/libfixmath/main.c b/tests/pkg/libfixmath/main.c index d335270856..8a31ff1f3f 100644 --- a/tests/pkg/libfixmath/main.c +++ b/tests/pkg/libfixmath/main.c @@ -1,19 +1,6 @@ /* - * Copyright (C) 2014 René Kijewski - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * SPDX-FileCopyrightText: 2014 René Kijewski + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/libfixmath_unittests/main.c b/tests/pkg/libfixmath_unittests/main.c index 032e70d132..190fb29cdc 100644 --- a/tests/pkg/libfixmath_unittests/main.c +++ b/tests/pkg/libfixmath_unittests/main.c @@ -1,19 +1,6 @@ /* - * Copyright (C) 2014 René Kijewski - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * SPDX-FileCopyrightText: 2014 René Kijewski + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/libhydrogen/main.c b/tests/pkg/libhydrogen/main.c index 486e0514b5..ea5fbaff6c 100644 --- a/tests/pkg/libhydrogen/main.c +++ b/tests/pkg/libhydrogen/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 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: 2018 Silke Hofstra + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/libschc/main.c b/tests/pkg/libschc/main.c index 69117425e2..de3c6136b6 100644 --- a/tests/pkg/libschc/main.c +++ b/tests/pkg/libschc/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 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: 2022 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/libschc/unittests.c b/tests/pkg/libschc/unittests.c index ef6caa85ec..bd10515a2c 100644 --- a/tests/pkg/libschc/unittests.c +++ b/tests/pkg/libschc/unittests.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 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: 2022 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/littlefs/main.c b/tests/pkg/littlefs/main.c index dc7f63b96a..daad886633 100644 --- a/tests/pkg/littlefs/main.c +++ b/tests/pkg/littlefs/main.c @@ -1,9 +1,6 @@ /* - * 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: 2017 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/littlefs2/main.c b/tests/pkg/littlefs2/main.c index b555ff1bdd..24e83054fc 100644 --- a/tests/pkg/littlefs2/main.c +++ b/tests/pkg/littlefs2/main.c @@ -1,9 +1,6 @@ /* - * 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: 2017 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/lora-serialization/main.c b/tests/pkg/lora-serialization/main.c index a63d4d30b4..f360f99720 100644 --- a/tests/pkg/lora-serialization/main.c +++ b/tests/pkg/lora-serialization/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 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: 2018 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/lua_loader/cmodules.c b/tests/pkg/lua_loader/cmodules.c index e8edcb388d..3e2edda0d9 100644 --- a/tests/pkg/lua_loader/cmodules.c +++ b/tests/pkg/lua_loader/cmodules.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/tests/pkg/lua_loader/main.c b/tests/pkg/lua_loader/main.c index 889546bcc4..27e51fb8c1 100644 --- a/tests/pkg/lua_loader/main.c +++ b/tests/pkg/lua_loader/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/tests/pkg/lvgl/main.c b/tests/pkg/lvgl/main.c index 9bff368b1f..adb0c61dbc 100644 --- a/tests/pkg/lvgl/main.c +++ b/tests/pkg/lvgl/main.c @@ -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 */ /** diff --git a/tests/pkg/lvgl_touch/main.c b/tests/pkg/lvgl_touch/main.c index dd99e407f7..09c5218d8b 100644 --- a/tests/pkg/lvgl_touch/main.c +++ b/tests/pkg/lvgl_touch/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/tests/pkg/lwip/cli.h b/tests/pkg/lwip/cli.h index feb09a7fe7..938a9e23ab 100644 --- a/tests/pkg/lwip/cli.h +++ b/tests/pkg/lwip/cli.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Martine Lenders - * - * 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 Martine Lenders + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/tests/pkg/lwip/ip.c b/tests/pkg/lwip/ip.c index 4af76a081a..e481dfdef5 100644 --- a/tests/pkg/lwip/ip.c +++ b/tests/pkg/lwip/ip.c @@ -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 */ /** diff --git a/tests/pkg/lwip/main.c b/tests/pkg/lwip/main.c index b66c3f396b..3eb107616f 100644 --- a/tests/pkg/lwip/main.c +++ b/tests/pkg/lwip/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 Martine Lenders - * - * 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 Martine Lenders + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/lwip/tcp.c b/tests/pkg/lwip/tcp.c index 92148184f6..4652a8a5f0 100644 --- a/tests/pkg/lwip/tcp.c +++ b/tests/pkg/lwip/tcp.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/tests/pkg/lwip/udp.c b/tests/pkg/lwip/udp.c index 476c5091cd..6e3dc2ce53 100644 --- a/tests/pkg/lwip/udp.c +++ b/tests/pkg/lwip/udp.c @@ -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 */ /** diff --git a/tests/pkg/lwip/utilities.h b/tests/pkg/lwip/utilities.h index 971f552ba7..7b518ce008 100644 --- a/tests/pkg/lwip/utilities.h +++ b/tests/pkg/lwip/utilities.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Martine Lenders - * - * 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 Martine Lenders + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/tests/pkg/lwip_sock_ip/constants.h b/tests/pkg/lwip_sock_ip/constants.h index bce0f66733..f9fddf315f 100644 --- a/tests/pkg/lwip_sock_ip/constants.h +++ b/tests/pkg/lwip_sock_ip/constants.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/tests/pkg/lwip_sock_ip/main.c b/tests/pkg/lwip_sock_ip/main.c index da0c106712..5cb2cc6569 100644 --- a/tests/pkg/lwip_sock_ip/main.c +++ b/tests/pkg/lwip_sock_ip/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/lwip_sock_ip/stack.c b/tests/pkg/lwip_sock_ip/stack.c index 123f135b42..e9417ff47a 100644 --- a/tests/pkg/lwip_sock_ip/stack.c +++ b/tests/pkg/lwip_sock_ip/stack.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/lwip_sock_ip/stack.h b/tests/pkg/lwip_sock_ip/stack.h index 0aee8d0768..b08cfb6c8e 100644 --- a/tests/pkg/lwip_sock_ip/stack.h +++ b/tests/pkg/lwip_sock_ip/stack.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/tests/pkg/lwip_sock_tcp/constants.h b/tests/pkg/lwip_sock_tcp/constants.h index 78dfb35bea..c52616fb0d 100644 --- a/tests/pkg/lwip_sock_tcp/constants.h +++ b/tests/pkg/lwip_sock_tcp/constants.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/tests/pkg/lwip_sock_tcp/main.c b/tests/pkg/lwip_sock_tcp/main.c index 76639399ac..5136f5a319 100644 --- a/tests/pkg/lwip_sock_tcp/main.c +++ b/tests/pkg/lwip_sock_tcp/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/lwip_sock_tcp/stack.c b/tests/pkg/lwip_sock_tcp/stack.c index 127eff7fbb..d4c97a5c67 100644 --- a/tests/pkg/lwip_sock_tcp/stack.c +++ b/tests/pkg/lwip_sock_tcp/stack.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/lwip_sock_tcp/stack.h b/tests/pkg/lwip_sock_tcp/stack.h index 2191df8346..ef75aa8e9d 100644 --- a/tests/pkg/lwip_sock_tcp/stack.h +++ b/tests/pkg/lwip_sock_tcp/stack.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/tests/pkg/lwip_sock_udp/constants.h b/tests/pkg/lwip_sock_udp/constants.h index da83c7f985..0bc792f8b0 100644 --- a/tests/pkg/lwip_sock_udp/constants.h +++ b/tests/pkg/lwip_sock_udp/constants.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/tests/pkg/lwip_sock_udp/main.c b/tests/pkg/lwip_sock_udp/main.c index 563e353d08..b87e0568ea 100644 --- a/tests/pkg/lwip_sock_udp/main.c +++ b/tests/pkg/lwip_sock_udp/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/lwip_sock_udp/stack.c b/tests/pkg/lwip_sock_udp/stack.c index 231915d4f3..0140684e03 100644 --- a/tests/pkg/lwip_sock_udp/stack.c +++ b/tests/pkg/lwip_sock_udp/stack.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/lwip_sock_udp/stack.h b/tests/pkg/lwip_sock_udp/stack.h index 1b452f6663..f01857c328 100644 --- a/tests/pkg/lwip_sock_udp/stack.h +++ b/tests/pkg/lwip_sock_udp/stack.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/tests/pkg/lz4/main.c b/tests/pkg/lz4/main.c index 8f571c0e93..faa62378d6 100644 --- a/tests/pkg/lz4/main.c +++ b/tests/pkg/lz4/main.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/tests/pkg/mbedtls/main.c b/tests/pkg/mbedtls/main.c index 60e471506b..cd0afa8b08 100644 --- a/tests/pkg/mbedtls/main.c +++ b/tests/pkg/mbedtls/main.c @@ -1,9 +1,6 @@ /* - * 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 */ /** diff --git a/tests/pkg/micro-ecc-with-hwrng/main.c b/tests/pkg/micro-ecc-with-hwrng/main.c index 2299b6fdbe..3de6d80f58 100644 --- a/tests/pkg/micro-ecc-with-hwrng/main.c +++ b/tests/pkg/micro-ecc-with-hwrng/main.c @@ -1,29 +1,7 @@ -/*- - * Copyright 2014 Kenneth MacKay - * Copyright 2014 Frank Holtz - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * +/* + * SPDX-FileCopyrightText: 2014 Kenneth MacKay + * SPDX-FileCopyrightText: 2014 Frank Holtz + * SPDX-License-Identifier: BSD-2-Clause */ /** diff --git a/tests/pkg/micro-ecc/main.c b/tests/pkg/micro-ecc/main.c index a210937bbf..2941865ce1 100644 --- a/tests/pkg/micro-ecc/main.c +++ b/tests/pkg/micro-ecc/main.c @@ -1,29 +1,7 @@ -/*- - * Copyright 2014 Kenneth MacKay - * Copyright 2014 Frank Holtz - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * +/* + * SPDX-FileCopyrightText: 2014 Kenneth MacKay + * SPDX-FileCopyrightText: 2014 Frank Holtz + * SPDX-License-Identifier: BSD-2-Clause */ /** diff --git a/tests/pkg/microcoap/coap.c b/tests/pkg/microcoap/coap.c index a5adaae1c6..162efdcdd5 100644 --- a/tests/pkg/microcoap/coap.c +++ b/tests/pkg/microcoap/coap.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 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: 2015 Kaspar Schleiser + * SPDX-License-Identifier: LGPL-2.1-only */ #include diff --git a/tests/pkg/microcoap/main.c b/tests/pkg/microcoap/main.c index a75f00f965..5d40bb9e42 100644 --- a/tests/pkg/microcoap/main.c +++ b/tests/pkg/microcoap/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 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: 2015 Kaspar Schleiser + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/microcoap/microcoap_sock.c b/tests/pkg/microcoap/microcoap_sock.c index 85d221446b..a94339d5c5 100644 --- a/tests/pkg/microcoap/microcoap_sock.c +++ b/tests/pkg/microcoap/microcoap_sock.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2015 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: 2015 Kaspar Schleiser + * SPDX-License-Identifier: LGPL-2.1-only */ #include "net/af.h" diff --git a/tests/pkg/minmea/main.c b/tests/pkg/minmea/main.c index 43b64d15b1..1c6dc8f99d 100644 --- a/tests/pkg/minmea/main.c +++ b/tests/pkg/minmea/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 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: 2017 Kaspar Schleiser + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/mjson/main.c b/tests/pkg/mjson/main.c index 91fb5754c5..97ae6047ea 100644 --- a/tests/pkg/mjson/main.c +++ b/tests/pkg/mjson/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2023 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: 2023 Koen Zandberg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/monocypher/main.c b/tests/pkg/monocypher/main.c index 878ad6e161..e71c96f142 100644 --- a/tests/pkg/monocypher/main.c +++ b/tests/pkg/monocypher/main.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2018 Freie Universität Berlin - * 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 Freie Universität Berlin + * SPDX-FileCopyrightText: 2018 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/nanocbor/main.c b/tests/pkg/nanocbor/main.c index 9168e50a5a..dfeb40cb30 100644 --- a/tests/pkg/nanocbor/main.c +++ b/tests/pkg/nanocbor/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 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: 2018 Koen Zandberg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/nanors/main.c b/tests/pkg/nanors/main.c index e81360e685..cd8204bbc2 100644 --- a/tests/pkg/nanors/main.c +++ b/tests/pkg/nanors/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 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: 2022 ML!PA Consulting GmbH + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/nimble_autoconn_ccnl/main.c b/tests/pkg/nimble_autoconn_ccnl/main.c index 6048c61dbb..5820c5cb6a 100644 --- a/tests/pkg/nimble_autoconn_ccnl/main.c +++ b/tests/pkg/nimble_autoconn_ccnl/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/tests/pkg/nimble_autoconn_gnrc/main.c b/tests/pkg/nimble_autoconn_gnrc/main.c index cbbac5bfca..e6c4f89ea2 100644 --- a/tests/pkg/nimble_autoconn_gnrc/main.c +++ b/tests/pkg/nimble_autoconn_gnrc/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/tests/pkg/nimble_autoconn_gnrc_ext/main.c b/tests/pkg/nimble_autoconn_gnrc_ext/main.c index cbbac5bfca..e6c4f89ea2 100644 --- a/tests/pkg/nimble_autoconn_gnrc_ext/main.c +++ b/tests/pkg/nimble_autoconn_gnrc_ext/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/tests/pkg/nimble_esp_wifi_coexist/main.c b/tests/pkg/nimble_esp_wifi_coexist/main.c index 66a417908f..e0cc48fa1b 100644 --- a/tests/pkg/nimble_esp_wifi_coexist/main.c +++ b/tests/pkg/nimble_esp_wifi_coexist/main.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2019 Freie Universität Berlin - * 2022 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: 2019 Freie Universität Berlin + * SPDX-FileCopyrightText: 2022 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/nimble_ext_adv/main.c b/tests/pkg/nimble_ext_adv/main.c index 3c5cb3c2b1..9a22aa1b32 100644 --- a/tests/pkg/nimble_ext_adv/main.c +++ b/tests/pkg/nimble_ext_adv/main.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/tests/pkg/nimble_l2cap/main.c b/tests/pkg/nimble_l2cap/main.c index c83f4a3b5b..f353cd1f84 100644 --- a/tests/pkg/nimble_l2cap/main.c +++ b/tests/pkg/nimble_l2cap/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/tests/pkg/nimble_l2cap_server/include/nimble_l2cap_test_conf.h b/tests/pkg/nimble_l2cap_server/include/nimble_l2cap_test_conf.h index 196712b0eb..fd76aefed3 100644 --- a/tests/pkg/nimble_l2cap_server/include/nimble_l2cap_test_conf.h +++ b/tests/pkg/nimble_l2cap_server/include/nimble_l2cap_test_conf.h @@ -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 */ #pragma once diff --git a/tests/pkg/nimble_l2cap_server/main.c b/tests/pkg/nimble_l2cap_server/main.c index 0a03f71207..55f9a4e94a 100644 --- a/tests/pkg/nimble_l2cap_server/main.c +++ b/tests/pkg/nimble_l2cap_server/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/tests/pkg/nimble_netif_ext/main.c b/tests/pkg/nimble_netif_ext/main.c index 84b13d0531..35dced66c8 100644 --- a/tests/pkg/nimble_netif_ext/main.c +++ b/tests/pkg/nimble_netif_ext/main.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/tests/pkg/nimble_rpble_gnrc/main.c b/tests/pkg/nimble_rpble_gnrc/main.c index 5aa9d223e1..b51ff32abb 100644 --- a/tests/pkg/nimble_rpble_gnrc/main.c +++ b/tests/pkg/nimble_rpble_gnrc/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 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: 2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/nimble_rpble_gnrc_ext/main.c b/tests/pkg/nimble_rpble_gnrc_ext/main.c index 7428966008..1c7f4d100a 100644 --- a/tests/pkg/nimble_rpble_gnrc_ext/main.c +++ b/tests/pkg/nimble_rpble_gnrc_ext/main.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/tests/pkg/nimble_statconn_gnrc/main.c b/tests/pkg/nimble_statconn_gnrc/main.c index ffc45a567f..1fbb93d16c 100644 --- a/tests/pkg/nimble_statconn_gnrc/main.c +++ b/tests/pkg/nimble_statconn_gnrc/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 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: 2020 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/nimble_statconn_gnrc_ext/main.c b/tests/pkg/nimble_statconn_gnrc_ext/main.c index ffc45a567f..1fbb93d16c 100644 --- a/tests/pkg/nimble_statconn_gnrc_ext/main.c +++ b/tests/pkg/nimble_statconn_gnrc_ext/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 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: 2020 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/openwsn/main.c b/tests/pkg/openwsn/main.c index cf79aaaf06..d196bbf99d 100644 --- a/tests/pkg/openwsn/main.c +++ b/tests/pkg/openwsn/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2017 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 Hamburg University of Applied Sciences + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/openwsn/udp.c b/tests/pkg/openwsn/udp.c index f6e07349bd..1f386f496a 100644 --- a/tests/pkg/openwsn/udp.c +++ b/tests/pkg/openwsn/udp.c @@ -1,11 +1,8 @@ /* - * Copyright (C) 2015 Freie Universität Berlin - * Copyright (C) 2018 Hamburg University of Applied Sciences - * 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: 2015 Freie Universität Berlin + * SPDX-FileCopyrightText: 2018 Hamburg University of Applied Sciences + * SPDX-FileCopyrightText: 2020 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/openwsn_sock_udp/constants.h b/tests/pkg/openwsn_sock_udp/constants.h index 6473aecf7e..a2cdb1c20f 100644 --- a/tests/pkg/openwsn_sock_udp/constants.h +++ b/tests/pkg/openwsn_sock_udp/constants.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/tests/pkg/openwsn_sock_udp/external_modules/openwsn_scheduler_mock/include/scheduler_types.h b/tests/pkg/openwsn_sock_udp/external_modules/openwsn_scheduler_mock/include/scheduler_types.h index 98de9f58ae..d4a1211148 100644 --- a/tests/pkg/openwsn_sock_udp/external_modules/openwsn_scheduler_mock/include/scheduler_types.h +++ b/tests/pkg/openwsn_sock_udp/external_modules/openwsn_scheduler_mock/include/scheduler_types.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/tests/pkg/openwsn_sock_udp/external_modules/openwsn_scheduler_mock/scheduler.c b/tests/pkg/openwsn_sock_udp/external_modules/openwsn_scheduler_mock/scheduler.c index 6dff1f8be5..9f3dc6ea00 100644 --- a/tests/pkg/openwsn_sock_udp/external_modules/openwsn_scheduler_mock/scheduler.c +++ b/tests/pkg/openwsn_sock_udp/external_modules/openwsn_scheduler_mock/scheduler.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/tests/pkg/openwsn_sock_udp/main.c b/tests/pkg/openwsn_sock_udp/main.c index a0f0ed4be6..56f8817eb3 100644 --- a/tests/pkg/openwsn_sock_udp/main.c +++ b/tests/pkg/openwsn_sock_udp/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/openwsn_sock_udp/stack.c b/tests/pkg/openwsn_sock_udp/stack.c index 54f396179b..a30ef1c9d2 100644 --- a/tests/pkg/openwsn_sock_udp/stack.c +++ b/tests/pkg/openwsn_sock_udp/stack.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2016 Freie Universität Berlin - * 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: 2016 Freie Universität Berlin + * SPDX-FileCopyrightText: 2020 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/openwsn_sock_udp/stack.h b/tests/pkg/openwsn_sock_udp/stack.h index 4d35f26330..29566ce7cf 100644 --- a/tests/pkg/openwsn_sock_udp/stack.h +++ b/tests/pkg/openwsn_sock_udp/stack.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 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: 2016 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/tests/pkg/qcbor/main.c b/tests/pkg/qcbor/main.c index 9925d2bbb3..ec8cb2c731 100644 --- a/tests/pkg/qcbor/main.c +++ b/tests/pkg/qcbor/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Aydogan Ersoz - * - * 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 Aydogan Ersoz + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/qr-code-generator/main.c b/tests/pkg/qr-code-generator/main.c index a885098635..7a276d7dd0 100644 --- a/tests/pkg/qr-code-generator/main.c +++ b/tests/pkg/qr-code-generator/main.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/tests/pkg/relic/main.c b/tests/pkg/relic/main.c index 2602763891..921c52bbb4 100644 --- a/tests/pkg/relic/main.c +++ b/tests/pkg/relic/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2014 Tobias Markmann - * - * 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 Tobias Markmann + * SPDX-License-Identifier: LGPL-2.1-only */ #define TEST_RELIC_SHOW_OUTPUT (0) /**< set if encoded/decoded string is displayed */ diff --git a/tests/pkg/semtech-loramac/main.c b/tests/pkg/semtech-loramac/main.c index 24b33fd5a3..1b11281a17 100644 --- a/tests/pkg/semtech-loramac/main.c +++ b/tests/pkg/semtech-loramac/main.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2017 Inria - * 2017 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 Inria + * SPDX-FileCopyrightText: 2017 Inria Chile + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/spiffs/main.c b/tests/pkg/spiffs/main.c index 08ea7a205f..9364fb291c 100644 --- a/tests/pkg/spiffs/main.c +++ b/tests/pkg/spiffs/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 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 OTA keys S.A. + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/tiny-asn1/main.c b/tests/pkg/tiny-asn1/main.c index d69995dedc..5d391ada18 100644 --- a/tests/pkg/tiny-asn1/main.c +++ b/tests/pkg/tiny-asn1/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Mathias Tausig, FH Campus Wien - * - * 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 Mathias Tausig, FH Campus Wien + * SPDX-License-Identifier: LGPL-2.1-only */ #include diff --git a/tests/pkg/tinycbor/main.c b/tests/pkg/tinycbor/main.c index bd198001a4..7961f1c5cc 100644 --- a/tests/pkg/tinycbor/main.c +++ b/tests/pkg/tinycbor/main.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2018 Freie Universität Berlin - * 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 Freie Universität Berlin + * SPDX-FileCopyrightText: 2018 Inria + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/tinycrypt/main.c b/tests/pkg/tinycrypt/main.c index 4922986d5c..04eeb1db93 100644 --- a/tests/pkg/tinycrypt/main.c +++ b/tests/pkg/tinycrypt/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 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: 2018 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/tinydtls_sock_async/dtls-client.c b/tests/pkg/tinydtls_sock_async/dtls-client.c index 5355cb5eee..98e68d7b6e 100644 --- a/tests/pkg/tinydtls_sock_async/dtls-client.c +++ b/tests/pkg/tinydtls_sock_async/dtls-client.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2019 HAW Hamburg - * Copyright (C) 2020 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 HAW Hamburg + * SPDX-FileCopyrightText: 2020 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/tinydtls_sock_async/dtls-server.c b/tests/pkg/tinydtls_sock_async/dtls-server.c index 0796e95a12..923e5634b3 100644 --- a/tests/pkg/tinydtls_sock_async/dtls-server.c +++ b/tests/pkg/tinydtls_sock_async/dtls-server.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2019 HAW Hamburg - * Copyright (C) 2020 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 HAW Hamburg + * SPDX-FileCopyrightText: 2020 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/tinydtls_sock_async/main.c b/tests/pkg/tinydtls_sock_async/main.c index 8d8a744a2f..f1e80b9737 100644 --- a/tests/pkg/tinydtls_sock_async/main.c +++ b/tests/pkg/tinydtls_sock_async/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2019 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: 2019 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/tinydtls_sock_async/tinydtls_common.h b/tests/pkg/tinydtls_sock_async/tinydtls_common.h index 046bedd67d..c1d991d532 100644 --- a/tests/pkg/tinydtls_sock_async/tinydtls_common.h +++ b/tests/pkg/tinydtls_sock_async/tinydtls_common.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 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: 2020 Freie Universität Berlin + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/tests/pkg/tinydtls_sock_async/tinydtls_keys.h b/tests/pkg/tinydtls_sock_async/tinydtls_keys.h index 5843b3ce6f..9388a31a56 100644 --- a/tests/pkg/tinydtls_sock_async/tinydtls_keys.h +++ b/tests/pkg/tinydtls_sock_async/tinydtls_keys.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/tests/pkg/tinyusb_cdc_msc/main.c b/tests/pkg/tinyusb_cdc_msc/main.c index 37d9f0fcb4..b68959a0e4 100644 --- a/tests/pkg/tinyusb_cdc_msc/main.c +++ b/tests/pkg/tinyusb_cdc_msc/main.c @@ -1,26 +1,6 @@ /* - * The MIT License (MIT) - * - * Copyright (c) 2019 Ha Thach (tinyusb.org) - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - * THE SOFTWARE. - * + * SPDX-FileCopyrightText: 2019 Ha Thach (tinyusb.org) + * SPDX-License-Identifier: MIT */ #include diff --git a/tests/pkg/tinyusb_cdc_msc/msc_disk.c b/tests/pkg/tinyusb_cdc_msc/msc_disk.c index 2e8fd29bcb..ec1a007919 100644 --- a/tests/pkg/tinyusb_cdc_msc/msc_disk.c +++ b/tests/pkg/tinyusb_cdc_msc/msc_disk.c @@ -1,26 +1,6 @@ /* - * The MIT License (MIT) - * - * Copyright (c) 2019 Ha Thach (tinyusb.org) - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - * THE SOFTWARE. - * + * SPDX-FileCopyrightText: 2019 Ha Thach (tinyusb.org) + * SPDX-License-Identifier: MIT */ #include "tusb.h" diff --git a/tests/pkg/tinyusb_netdev/main.c b/tests/pkg/tinyusb_netdev/main.c index 2f2744d244..b145d98324 100644 --- a/tests/pkg/tinyusb_netdev/main.c +++ b/tests/pkg/tinyusb_netdev/main.c @@ -1,10 +1,7 @@ /* - * Copyright (C) 2019 Koen Zandberg - * 2022 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: 2019 Koen Zandberg + * SPDX-FileCopyrightText: 2022 Gunar Schorcht + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/tinyvcdiff/fakemtd.c b/tests/pkg/tinyvcdiff/fakemtd.c index 4bbdd810c8..8030267c23 100644 --- a/tests/pkg/tinyvcdiff/fakemtd.c +++ b/tests/pkg/tinyvcdiff/fakemtd.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Juergen Fitschen - * - * 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 Juergen Fitschen + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/tinyvcdiff/fakemtd.h b/tests/pkg/tinyvcdiff/fakemtd.h index 8ee24134f8..2e04fbba4a 100644 --- a/tests/pkg/tinyvcdiff/fakemtd.h +++ b/tests/pkg/tinyvcdiff/fakemtd.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Juergen Fitschen - * - * 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 Juergen Fitschen + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/tests/pkg/tinyvcdiff/main.c b/tests/pkg/tinyvcdiff/main.c index 25fb279b0d..2cf4638caf 100644 --- a/tests/pkg/tinyvcdiff/main.c +++ b/tests/pkg/tinyvcdiff/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2022 Juergen Fitschen - * - * 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 Juergen Fitschen + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/tweetnacl/main.c b/tests/pkg/tweetnacl/main.c index b4b1ccd7b0..76abd91e8a 100644 --- a/tests/pkg/tweetnacl/main.c +++ b/tests/pkg/tweetnacl/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/tests/pkg/u8g2/main.c b/tests/pkg/u8g2/main.c index b58565c0e5..66a43d63f1 100644 --- a/tests/pkg/u8g2/main.c +++ b/tests/pkg/u8g2/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2016 Bas Stottelaar - * - * 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 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/ucglib/logo.h b/tests/pkg/ucglib/logo.h index d8ebf51400..ea6bb4b5f2 100644 --- a/tests/pkg/ucglib/logo.h +++ b/tests/pkg/ucglib/logo.h @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Bas Stottelaar - * - * 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 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once diff --git a/tests/pkg/ucglib/main.c b/tests/pkg/ucglib/main.c index 580291611a..8092064add 100644 --- a/tests/pkg/ucglib/main.c +++ b/tests/pkg/ucglib/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2018 Bas Stottelaar - * - * 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 Bas Stottelaar + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/umorse/main.c b/tests/pkg/umorse/main.c index 29b6e12101..7d2508fde2 100644 --- a/tests/pkg/umorse/main.c +++ b/tests/pkg/umorse/main.c @@ -1,9 +1,6 @@ /* - * 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 HAW Hamburg + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/uzlib/main.c b/tests/pkg/uzlib/main.c index 0a51a6cfb7..2b59da69f3 100644 --- a/tests/pkg/uzlib/main.c +++ b/tests/pkg/uzlib/main.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/tests/pkg/wolfcrypt-ed25519-verify/main.c b/tests/pkg/wolfcrypt-ed25519-verify/main.c index e6c9e33264..c25f534651 100644 --- a/tests/pkg/wolfcrypt-ed25519-verify/main.c +++ b/tests/pkg/wolfcrypt-ed25519-verify/main.c @@ -1,10 +1,6 @@ /* - * Copyright (C) 2019 Daniele Lacamera - * - * 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 Daniele Lacamera + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/wolfcrypt-ed25519-verify/tools/ed25519_sign_msg.c b/tests/pkg/wolfcrypt-ed25519-verify/tools/ed25519_sign_msg.c index 8df1c1e183..c57a25de32 100644 --- a/tests/pkg/wolfcrypt-ed25519-verify/tools/ed25519_sign_msg.c +++ b/tests/pkg/wolfcrypt-ed25519-verify/tools/ed25519_sign_msg.c @@ -1,11 +1,8 @@ /* - * Copyright (C) 2019 Daniele Lacamera - * - * 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 Daniele Lacamera + * SPDX-License-Identifier: LGPL-2.1-only */ + #include #include diff --git a/tests/pkg/wolfssl/main.c b/tests/pkg/wolfssl/main.c index 017418de70..f47573f754 100644 --- a/tests/pkg/wolfssl/main.c +++ b/tests/pkg/wolfssl/main.c @@ -1,10 +1,6 @@ /* - * Copyright (C) 2019 Kaleb J. Himes, Daniele Lacamera - * - * - * 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 Kaleb J. Himes, Daniele Lacamera + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/xipfs/main.c b/tests/pkg/xipfs/main.c index 69e60c65d3..0dac6e679c 100644 --- a/tests/pkg/xipfs/main.c +++ b/tests/pkg/xipfs/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2024 Université de Lille - * - * 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 Université de Lille + * SPDX-License-Identifier: LGPL-2.1-only */ /** diff --git a/tests/pkg/yxml/main.c b/tests/pkg/yxml/main.c index 44bb3a11f3..cb0dc6966b 100644 --- a/tests/pkg/yxml/main.c +++ b/tests/pkg/yxml/main.c @@ -1,9 +1,6 @@ /* - * Copyright (C) 2020 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: 2020 Kaspar Schleiser + * SPDX-License-Identifier: LGPL-2.1-only */ /**