io_uring: Add SPDX id lines to remaining source files
authorTim Bird <tim.bird@sony.com>
Tue, 3 Feb 2026 23:46:24 +0000 (16:46 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 4 Feb 2026 14:23:45 +0000 (07:23 -0700)
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>
io_uring/alloc_cache.h
io_uring/cmd_net.c
io_uring/eventfd.h
io_uring/io-wq.h
io_uring/io_uring.h
io_uring/memmap.h
io_uring/mock_file.c
io_uring/notif.c
io_uring/refs.h
io_uring/slist.h

index bb2f21a..45fcd8b 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #ifndef IOU_ALLOC_CACHE_H
 #define IOU_ALLOC_CACHE_H
 
index 19d3ce2..cb27759 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 #include <asm/ioctls.h>
 #include <linux/io_uring/net.h>
 #include <linux/errqueue.h>
index e2f1985..400eda4 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 
 struct io_ring_ctx;
 int io_eventfd_register(struct io_ring_ctx *ctx, void __user *arg,
index 94b1474..42f00a4 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #ifndef INTERNAL_IO_WQ_H
 #define INTERNAL_IO_WQ_H
 
index acdc39b..f12e597 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #ifndef IOU_CORE_H
 #define IOU_CORE_H
 
index a39d9e5..f4cfbb6 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #ifndef IO_URING_MEMMAP_H
 #define IO_URING_MEMMAP_H
 
index 3ffac8f..80c96ad 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 #include <linux/device.h>
 #include <linux/init.h>
 #include <linux/kernel.h>
index f476775..efce8ae 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 #include <linux/kernel.h>
 #include <linux/errno.h>
 #include <linux/file.h>
index 0d928d8..0fe16b6 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #ifndef IOU_REQ_REF_H
 #define IOU_REQ_REF_H
 
index 0aec510..45c21a8 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #ifndef INTERNAL_IO_SLIST_H
 #define INTERNAL_IO_SLIST_H