summaryrefslogtreecommitdiff
path: root/io_uring/notif.c
diff options
context:
space:
mode:
authorTim Bird <tim.bird@sony.com>2026-02-03 16:46:24 -0700
committerJens Axboe <axboe@kernel.dk>2026-02-04 07:23:45 -0700
commitccd18ce290726053faff75b6fc3e541301ac99f9 (patch)
treee2a83e5039dc665bd7e16151331ee40d2b5f8b79 /io_uring/notif.c
parent91214661489467f8452d34edbf257488d85176e4 (diff)
io_uring: Add SPDX id lines to remaining source files
Some io_uring files are missing SPDX-License-Identifier lines. Add lines with GPL-2.0 license IDs to these files. Signed-off-by: Tim Bird <tim.bird@sony.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/notif.c')
-rw-r--r--io_uring/notif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_uring/notif.c b/io_uring/notif.c
index f476775ba44b..efce8ae12eaa 100644
--- a/io_uring/notif.c
+++ b/io_uring/notif.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/file.h>