From c12b40af369983cd51a2c880bd6b98c66553c059 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Wed, 5 Nov 2025 09:08:21 +0100 Subject: [PATCH] test/: add missing license AFL-2.1 OR GPL-2.0-or-later These files were added by an employee of codefactory.se, which use the license mentioned. Signed-off-by: Ralf Habacker --- test/spawn-test.c | 4 ++++ test/test-sleep-forever.c | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/test/spawn-test.c b/test/spawn-test.c index 8d42f067..56ce4ad7 100644 --- a/test/spawn-test.c +++ b/test/spawn-test.c @@ -1,3 +1,7 @@ +/* + * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later + */ + #include #include diff --git a/test/test-sleep-forever.c b/test/test-sleep-forever.c index d54769ab..aa4dcac0 100644 --- a/test/test-sleep-forever.c +++ b/test/test-sleep-forever.c @@ -1,3 +1,7 @@ +/* + * SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later + */ + /* This is a process that just sleeps infinitely. */ #include