diff options
| author | Tim Bird <tim.bird@sony.com> | 2026-01-17 23:27:59 +0300 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2026-02-10 13:39:30 +0300 |
| commit | a344860211f5c07dc6358758e42ff70f97b364a9 (patch) | |
| tree | 82afe242f399bb2633799ddf62f475ceb2ed9d23 /ipc/mqueue.c | |
| parent | 6cbfdf89470ef3c2110f376a507d135e7a7a7378 (diff) | |
| download | linux-a344860211f5c07dc6358758e42ff70f97b364a9.tar.xz | |
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>
Diffstat (limited to 'ipc/mqueue.c')
| -rw-r--r-- | ipc/mqueue.c | 3 |
1 files changed, 1 insertions, 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> |
