diff options
| author | Tim Bird <tim.bird@sony.com> | 2026-02-03 16:46:24 -0700 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2026-02-04 07:23:45 -0700 |
| commit | ccd18ce290726053faff75b6fc3e541301ac99f9 (patch) | |
| tree | e2a83e5039dc665bd7e16151331ee40d2b5f8b79 /io_uring/alloc_cache.h | |
| parent | 91214661489467f8452d34edbf257488d85176e4 (diff) | |
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 <tim.bird@sony.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/alloc_cache.h')
| -rw-r--r-- | io_uring/alloc_cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io_uring/alloc_cache.h b/io_uring/alloc_cache.h index bb2f21a7bfd6..45fcd8b3b824 100644 --- a/io_uring/alloc_cache.h +++ b/io_uring/alloc_cache.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ #ifndef IOU_ALLOC_CACHE_H #define IOU_ALLOC_CACHE_H |
