ipc/mqueue.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
Add GPL-2.0 license id to file, replacing reference to
GPL in the header comment.
Signed-off-by: Tim Bird <tim.bird@sony.com>
---
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@colorfullife.com)
*
* Audit: George Wilson (ltcgcw@us.ibm.com)
- *
- * This file is released under the GPL.
*/
#include <linux/capability.h>
--
2.43.0
On Sat, 17 Jan 2026 13:27:59 -0700, Tim Bird wrote:
> Add GPL-2.0 license id to file, replacing reference to
> GPL in the header comment.
>
>
Applied to the kernel-7.0.misc branch of the vfs/vfs.git tree.
Patches in the kernel-7.0.misc branch should appear in linux-next soon.
Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.
It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.
Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: kernel-7.0.misc
[1/1] ipc: Add SPDX license id to mqueue.c
https://git.kernel.org/vfs/vfs/c/f54c7e54d2de
© 2016 - 2026 Red Hat, Inc.