[PATCH] ipc: Add SPDX license id to mqueue.c
From: Tim Bird
Date: Sat Jan 17 2026 - 15:28:09 EST
Add GPL-2.0 license id to file, replacing reference to
GPL in the header comment.
Signed-off-by: Tim Bird <tim.bird@xxxxxxxx>
---
ipc/mqueue.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/ipc/mqueue.c b/ipc/mqueue.c
index c4f6d65596cf..da2f6a289cc8 100644
--- a/ipc/mqueue.c
+++ b/ipc/mqueue.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* POSIX message queues filesystem for Linux.
*
@@ -9,8 +10,6 @@
* Manfred Spraul (manfred@xxxxxxxxxxxxxxxx)
*
* Audit: George Wilson (ltcgcw@xxxxxxxxxx)
- *
- * This file is released under the GPL.
*/
#include <linux/capability.h>
--
2.43.0