From ccd18ce290726053faff75b6fc3e541301ac99f9 Mon Sep 17 00:00:00 2001 From: Tim Bird Date: Tue, 3 Feb 2026 16:46:24 -0700 Subject: io_uring: Add SPDX id lines to remaining source files 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 Signed-off-by: Jens Axboe --- io_uring/memmap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'io_uring/memmap.h') diff --git a/io_uring/memmap.h b/io_uring/memmap.h index a39d9e518905..f4cfbb6b9a1f 100644 --- a/io_uring/memmap.h +++ b/io_uring/memmap.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ #ifndef IO_URING_MEMMAP_H #define IO_URING_MEMMAP_H -- cgit v1.2.3