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:
parent
f799f7465a
commit
05f0217306
@ -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.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -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.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user