mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-14 09:03:50 +01:00
examples: manual addition of SPDX licenses in Rust code
This commit is contained in:
parent
595feaca69
commit
4e56a90b40
@ -1,8 +1,5 @@
|
||||
// Copyright (C) 2020 Christian Amsüss
|
||||
//
|
||||
// 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 Christian Amsüss
|
||||
// SPDX-License-Identifier: LGPL-2.1-only
|
||||
#![no_std]
|
||||
|
||||
use riot_wrappers::println;
|
||||
|
||||
@ -1,8 +1,5 @@
|
||||
// Copyright (C) 2020 Christian Amsüss
|
||||
//
|
||||
// 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 Christian Amsüss
|
||||
// SPDX-License-Identifier: LGPL-2.1-only
|
||||
#![no_std]
|
||||
|
||||
use riot_wrappers::{gcoap, gnrc, ztimer};
|
||||
|
||||
@ -1,8 +1,5 @@
|
||||
// Copyright (C) 2020 Christian Amsüss
|
||||
//
|
||||
// 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 Christian Amsüss
|
||||
// SPDX-License-Identifier: LGPL-2.1-only
|
||||
#![no_std]
|
||||
|
||||
use riot_wrappers::println;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user