File tree Expand file tree Collapse file tree 3 files changed +9
-12
lines changed
advanced/suit_update/tests-with-config Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 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
108ip link show dev " ${IFACE} " > /dev/null
119RESULT=$?
Original file line number Diff line number Diff line change 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
811local _R_EVAL = 0
Original file line number Diff line number Diff line change 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
84menu "Application configuration"
95
You can’t perform that action at this time.
0 commit comments