Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

io_uring/query: add query.h copyright notice

Add a copyright notice to io_uring's query uapi header.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Pavel Begunkov and committed by
Jens Axboe
6b34f8ed c2921467

+3
+3
include/uapi/linux/io_uring/query.h
··· 1 1 /* SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) OR MIT */ 2 2 /* 3 3 * Header file for the io_uring query interface. 4 + * 5 + * Copyright (C) 2026 Pavel Begunkov <asml.silence@gmail.com> 6 + * Copyright (C) Meta Platforms, Inc. 4 7 */ 5 8 #ifndef LINUX_IO_URING_QUERY_H 6 9 #define LINUX_IO_URING_QUERY_H