Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ipc: Add SPDX license id to mqueue.c

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>
Link: https://patch.msgid.link/20260117202759.692347-1-tim.bird@sony.com
Signed-off-by: Christian Brauner <brauner@kernel.org>

authored by

Tim Bird and committed by
Christian Brauner
a3448602 6cbfdf89

+1 -2
+1 -2
ipc/mqueue.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * POSIX message queues filesystem for Linux. 3 4 * ··· 10 9 * Manfred Spraul (manfred@colorfullife.com) 11 10 * 12 11 * Audit: George Wilson (ltcgcw@us.ibm.com) 13 - * 14 - * This file is released under the GPL. 15 12 */ 16 13 17 14 #include <linux/capability.h>