summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2020-03-11 07:45:46 -0600
committerJens Axboe <axboe@kernel.dk>2020-03-11 07:45:46 -0600
commitbbbdeb4720a0759ec90e3bcb20ad28d19e531346 (patch)
tree8e99ee2daac5e6abf3e5e9a05a2e230c464efcad /include
parent32b2244a840a90ea94ba42392de5c48d53f521f5 (diff)
io_uring: dual license io_uring.h uapi header
This just syncs the header it with the liburing version, so there's no confusion on the license of the header parts. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/io_uring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/io_uring.h b/include/uapi/linux/io_uring.h
index cef4c0c0f26b..6d9d2b1cc523 100644
--- a/include/uapi/linux/io_uring.h
+++ b/include/uapi/linux/io_uring.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note OR MIT */
/*
* Header file for the io_uring interface.
*