testsuite/test-remove: add license/copyright notice

Fixes: 9cb87e2d ("testsuite: Improve fake_delete behavior")
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/316
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
This commit is contained in:
Emil Velikov 2025-03-11 13:21:16 +00:00 committed by Lucas De Marchi
parent 7fe9be0046
commit a0a004e735

View File

@ -1,3 +1,8 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
/*
* Copyright © 2025 Intel Corporation
*/
#include <errno.h>
#include <inttypes.h>
#include <stddef.h>