Skip to content

Commit a344860

Browse files
tbird20dbrauner
authored andcommitted
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>
1 parent 6cbfdf8 commit a344860

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ipc/mqueue.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* POSIX message queues filesystem for Linux.
34
*
@@ -9,8 +10,6 @@
910
* Manfred Spraul (manfred@colorfullife.com)
1011
*
1112
* Audit: George Wilson (ltcgcw@us.ibm.com)
12-
*
13-
* This file is released under the GPL.
1413
*/
1514

1615
#include <linux/capability.h>

0 commit comments

Comments
 (0)