Skip to content

Commit b303388

Browse files
examples: manual addition of SPDX licenses in other file types
1 parent 4e56a90 commit b303388

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

examples/advanced/suit_update/tests-with-config/check-config.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
#! /bin/sh
22
#
33
# check_config.sh
4-
# Copyright (C) 2021 Martine Lenders <mail@martine-lenders.eu>
5-
# Copyright (C) 2022 Inria
6-
#
7-
# Distributed under terms of the MIT license.
8-
#
4+
# SPDX-FileCopyrightText: 2021 Martine Lenders <mail@martine-lenders.eu>
5+
# SPDX-FileCopyrightText: 2022 Inria
6+
# SPDX-License-Identifier: MIT
97

108
ip link show dev "${IFACE}" > /dev/null
119
RESULT=$?

examples/lang_support/community/lua_REPL/repl.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
--[[
2+
SPDX-FileCopyrightText: 2018 Freie Universität Berlin
3+
SPDX-License-Identifier: LGPL-2.1-only
4+
]]
15
--[[
26
@file repl.lua
37
@brief Read-eval-print loop for LUA
48
@author Juan Carrano <j.carrano@fu-berlin.de>
5-
Copyright (C) 2018 Freie Universität Berlin. Distributed under the GNU Lesser General Public License v2.1.
69
]]
710

811
local _R_EVAL = 0

examples/networking/misc/lwm2m/Kconfig

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
# Copyright (c) 2021 HAW Hamburg
2-
#
3-
# This file is subject to the terms and conditions of the GNU Lesser
4-
# General Public License v2.1. See the file LICENSE in the top level
5-
# directory for more details.
6-
#
1+
# SPDX-FileCopyrightText: 2021 HAW Hamburg
2+
# SPDX-License-Identifier: LGPL-2.1-only
73

84
menu "Application configuration"
95

0 commit comments

Comments
 (0)