1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 10:03:50 +01:00

tests/{riotboot*,rust*,turo*}: use SPDX copyright tags

This commit is contained in:
Marian Buschsieweke 2025-11-19 17:48:51 +01:00
parent f799f7465a
commit 05f0217306
No known key found for this signature in database
GPG Key ID: 758BD52517F79C41
10 changed files with 17 additions and 35 deletions

View File

@ -1,10 +1,7 @@
/* /*
* Copyright (C) 2018 Inria * SPDX-FileCopyrightText: 2018 Inria
* Federico Pellegrin <fede@evolware.org> * SPDX-FileCopyrightText: 2018 Federico Pellegrin <fede@evolware.org>
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/ */
/** /**

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2019 Kaspar Schleiser <kaspar@schleiser.de> * SPDX-FileCopyrightText: 2019 Kaspar Schleiser <kaspar@schleiser.de>
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/ */
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2016 Kaspar Schleiser <kaspar@schleiser.de> * SPDX-FileCopyrightText: 2016 Kaspar Schleiser <kaspar@schleiser.de>
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/ */
/** /**

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2018 Inria * SPDX-FileCopyrightText: 2018 Inria
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/ */
/** /**

View File

@ -1,8 +1,5 @@
// Copyright (C) 2020 Christian Amsüss // SPDX-FileCopyrightText: 2020 Christian Amsüss
// // SPDX-License-Identifier: LGPL-2.1-only
// This file is subject to the terms and conditions of the GNU Lesser
// General Public License v2.1. See the file LICENSE in the top level
// directory for more details.
#![no_std] #![no_std]
use riot_wrappers::println; use riot_wrappers::println;

View File

@ -1,9 +1,6 @@
/* /*
* Copyright (C) 2021 HAW Hamburg * SPDX-FileCopyrightText: 2021 HAW Hamburg
* * SPDX-License-Identifier: LGPL-2.1-only
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/ */
/** /**

View File

@ -1,5 +1,5 @@
/* /*
* SPDX-FileCopyrightText: 2015 Martin Lenders * SPDX-FileCopyrightText: 2015 Martine Lenders
* SPDX-License-Identifier: LGPL-2.1-only * SPDX-License-Identifier: LGPL-2.1-only
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* SPDX-FileCopyrightText: 2015 Martin Lenders * SPDX-FileCopyrightText: 2015 Martine Lenders
* SPDX-License-Identifier: LGPL-2.1-only * SPDX-License-Identifier: LGPL-2.1-only
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* SPDX-FileCopyrightText: 2015 Martin Lenders * SPDX-FileCopyrightText: 2015 Martine Lenders
* SPDX-License-Identifier: LGPL-2.1-only * SPDX-License-Identifier: LGPL-2.1-only
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* SPDX-FileCopyrightText: 2014 Martin Lenders * SPDX-FileCopyrightText: 2014 Martine Lenders
* SPDX-License-Identifier: LGPL-2.1-only * SPDX-License-Identifier: LGPL-2.1-only
*/ */