Unverified Commit a3448602 authored by Tim Bird's avatar Tim Bird Committed by Christian Brauner
Browse files

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: default avatarTim Bird <tim.bird@sony.com>
Link: https://patch.msgid.link/20260117202759.692347-1-tim.bird@sony.com


Signed-off-by: default avatarChristian Brauner <brauner@kernel.org>
parent 6cbfdf89
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
// 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>