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