From 43f41a8bec6a6cf9a0ade9023dbb026cc86cb24a Mon Sep 17 00:00:00 2001 From: Casper Andersson Date: Fri, 20 Oct 2023 23:33:55 +0200 Subject: [PATCH] license: Fix some SPDX headers Signed-off-by: Casper Andersson --- src/pkt.c | 3 ++- test/test.sh | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pkt.c b/src/pkt.c index 54ee37f..227c761 100644 --- a/src/pkt.c +++ b/src/pkt.c @@ -1,4 +1,5 @@ -// SPDX-License-Identifier: GPL-2.0-only SPDX-FileCopyrightText: 2023 Casper Andersson +// SPDX-License-Identifier: GPL-2.0-only +// SPDX-FileCopyrightText: 2023 Casper Andersson #include #include diff --git a/test/test.sh b/test/test.sh index 803e735..61e882d 100755 --- a/test/test.sh +++ b/test/test.sh @@ -1,4 +1,6 @@ #!/bin/bash +# SPDX-License-Identifier: MIT +# SPDX-FileCopyrightText: 2023 Casper Andersson tstest=$1 TEST=$2