diff options
-rw-r--r-- | man/io_uring_enter.2 | 4 | ||||
-rw-r--r-- | man/io_uring_register.2 | 4 | ||||
-rw-r--r-- | man/io_uring_setup.2 | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/man/io_uring_enter.2 b/man/io_uring_enter.2 index 0264289..6f09275 100644 --- a/man/io_uring_enter.2 +++ b/man/io_uring_enter.2 @@ -1,9 +1,7 @@ .\" Copyright (C) 2019 Jens Axboe <axboe@kernel.dk> .\" Copyright (C) 2019 Red Hat, Inc. .\" -.\" %%%LICENSE_START(LGPL_V2.1) -.\" This file is distributed according to the GNU Lesser General Public License. -.\" %%%LICENSE_END +.\" SPDX-License-Identifier: LGPL-2.0-or-later .\" .TH IO_URING_ENTER 2 2019-01-22 "Linux" "Linux Programmer's Manual" .SH NAME diff --git a/man/io_uring_register.2 b/man/io_uring_register.2 index 6512d48..e64f688 100644 --- a/man/io_uring_register.2 +++ b/man/io_uring_register.2 @@ -1,9 +1,7 @@ .\" Copyright (C) 2019 Jens Axboe <axboe@kernel.dk> .\" Copyright (C) 2019 Red Hat, Inc. .\" -.\" %%%LICENSE_START(LGPL_V2.1) -.\" This file is distributed according to the GNU Lesser General Public License. -.\" %%%LICENSE_END +.\" SPDX-License-Identifier: LGPL-2.0-or-later .\" .TH IO_URING_REGISTER 2 2019-01-17 "Linux" "Linux Programmer's Manual" .SH NAME diff --git a/man/io_uring_setup.2 b/man/io_uring_setup.2 index 20c67dc..d48bb32 100644 --- a/man/io_uring_setup.2 +++ b/man/io_uring_setup.2 @@ -2,9 +2,7 @@ .\" Copyright (C) 2019 Jon Corbet <corbet@lwn.net> .\" Copyright (C) 2019 Red Hat, Inc. .\" -.\" %%%LICENSE_START(LGPL_V2.1) -.\" This file is distributed according to the GNU Lesser General Public License. -.\" %%%LICENSE_END +.\" SPDX-License-Identifier: LGPL-2.0-or-later .\" .TH IO_URING_SETUP 2 2019-01-29 "Linux" "Linux Programmer's Manual" .SH NAME |