summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2020-02-11 20:02:03 -0700
committerJens Axboe <axboe@kernel.dk>2020-02-11 20:02:03 -0700
commitd7e3848eca430de20c4a9ec1b7649ad02217e084 (patch)
tree39db7f28feeeea5a4445e33714195c1b9b24800f
parentd0e4cfa2c666b0bb4c959ef77e4d2f62ba7f1e1f (diff)
downloadliburing-d7e3848eca430de20c4a9ec1b7649ad02217e084.tar.gz
liburing-d7e3848eca430de20c4a9ec1b7649ad02217e084.tar.bz2
io_uring.h: make GPL-2.0 OR MIT
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--src/include/liburing/io_uring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/liburing/io_uring.h b/src/include/liburing/io_uring.h
index 3f7961c..424fb4b 100644
--- a/src/include/liburing/io_uring.h
+++ b/src/include/liburing/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.
*