1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

examples: manual addition of SPDX licenses in other file types

This commit is contained in:
krzysztof-cabaj 2025-07-10 16:21:19 +02:00
parent 4e56a90b40
commit b3033889ac
3 changed files with 9 additions and 12 deletions

View File

@ -1,11 +1,9 @@
#! /bin/sh
#
# check_config.sh
# Copyright (C) 2021 Martine Lenders <mail@martine-lenders.eu>
# Copyright (C) 2022 Inria
#
# Distributed under terms of the MIT license.
#
# SPDX-FileCopyrightText: 2021 Martine Lenders <mail@martine-lenders.eu>
# SPDX-FileCopyrightText: 2022 Inria
# SPDX-License-Identifier: MIT
ip link show dev "${IFACE}" > /dev/null
RESULT=$?

View File

@ -1,8 +1,11 @@
--[[
SPDX-FileCopyrightText: 2018 Freie Universität Berlin
SPDX-License-Identifier: LGPL-2.1-only
]]
--[[
@file repl.lua
@brief Read-eval-print loop for LUA
@author Juan Carrano <j.carrano@fu-berlin.de>
Copyright (C) 2018 Freie Universität Berlin. Distributed under the GNU Lesser General Public License v2.1.
]]
local _R_EVAL = 0

View File

@ -1,9 +1,5 @@
# 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
menu "Application configuration"