From: Jens Axboe Date: Wed, 11 Mar 2020 13:45:46 +0000 (-0600) Subject: io_uring: dual license io_uring.h uapi header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bbbdeb4720a0759ec90e3bcb20ad28d19e531346;p=linux.git 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 --- diff --git a/include/uapi/linux/io_uring.h b/include/uapi/linux/io_uring.h index cef4c0c0f26b5..6d9d2b1cc5232 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. *