Skip to content

Commit ccd18ce

Browse files
tbird20daxboe
authored andcommitted
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>
1 parent 9121466 commit ccd18ce

10 files changed

Lines changed: 10 additions & 0 deletions

File tree

io_uring/alloc_cache.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 */
12
#ifndef IOU_ALLOC_CACHE_H
23
#define IOU_ALLOC_CACHE_H
34

io_uring/cmd_net.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
#include <asm/ioctls.h>
23
#include <linux/io_uring/net.h>
34
#include <linux/errqueue.h>

io_uring/eventfd.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 */
12

23
struct io_ring_ctx;
34
int io_eventfd_register(struct io_ring_ctx *ctx, void __user *arg,

io_uring/io-wq.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 */
12
#ifndef INTERNAL_IO_WQ_H
23
#define INTERNAL_IO_WQ_H
34

io_uring/io_uring.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 */
12
#ifndef IOU_CORE_H
23
#define IOU_CORE_H
34

io_uring/memmap.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 */
12
#ifndef IO_URING_MEMMAP_H
23
#define IO_URING_MEMMAP_H
34

io_uring/mock_file.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
#include <linux/device.h>
23
#include <linux/init.h>
34
#include <linux/kernel.h>

io_uring/notif.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
#include <linux/kernel.h>
23
#include <linux/errno.h>
34
#include <linux/file.h>

io_uring/refs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 */
12
#ifndef IOU_REQ_REF_H
23
#define IOU_REQ_REF_H
34

io_uring/slist.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: GPL-2.0 */
12
#ifndef INTERNAL_IO_SLIST_H
23
#define INTERNAL_IO_SLIST_H
34

0 commit comments

Comments
 (0)