* [PATCH] selftests/exec: add missing SPDX-License-Identifier tag
@ 2026-08-11 14:35 Joyeta Modak
0 siblings, 0 replies; only message in thread
From: Joyeta Modak @ 2026-08-11 14:35 UTC (permalink / raw)
To: kees, shuah; +Cc: linux-mm, linux-kselftest, linux-kernel, Joyeta Modak
Add the missing SPDX-License-Identifier tag to
recursion-depth.c . The file uses the ISC License
as indicated by the existing license text in the
file header.
Signed-off-by: Joyeta Modak <joyetamdk@gmail.com>
---
tools/testing/selftests/exec/recursion-depth.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/testing/selftests/exec/recursion-depth.c b/tools/testing/selftests/exec/recursion-depth.c
index 7b5c4f6d1928..a6c42a9b22d7 100644
--- a/tools/testing/selftests/exec/recursion-depth.c
+++ b/tools/testing/selftests/exec/recursion-depth.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: ISC
/*
* Copyright (c) 2019 Alexey Dobriyan <adobriyan@gmail.com>
*
--
2.53.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-11 14:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-11 14:35 [PATCH] selftests/exec: add missing SPDX-License-Identifier tag Joyeta Modak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox