* [PATCH] AppArmor: Add missing SPDX id line to sig_names.h
@ 2026-02-04 21:58 Tim Bird
0 siblings, 0 replies; only message in thread
From: Tim Bird @ 2026-02-04 21:58 UTC (permalink / raw)
To: john.johansen, paul, jmorris, serge
Cc: linux-spdx, apparmor, linux-security-module, linux-kernel,
Tim Bird
sig_names.h is missing an SPDX-License-Identifier line.
Add one with the ID of GPL-2.0-only. This matches all
the other files in AppArmor.
Signed-off-by: Tim Bird <tim.bird@sony.com>
---
security/apparmor/include/sig_names.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/security/apparmor/include/sig_names.h b/security/apparmor/include/sig_names.h
index c772668cdc62..3f617c1a64cd 100644
--- a/security/apparmor/include/sig_names.h
+++ b/security/apparmor/include/sig_names.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
#include <linux/signal.h>
#include "signal.h"
--
2.43.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-02-04 21:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-04 21:58 [PATCH] AppArmor: Add missing SPDX id line to sig_names.h Tim Bird
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox