diff options
author | Guillem Jover <guillem@hadrons.org> | 2020-04-10 17:34:38 +0200 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2020-04-11 19:22:13 +0200 |
commit | 067609c69caf2f1cad676b87a905cf59dafe1bb8 (patch) | |
tree | 6d159494e71d8f778fe67f8f8e4fca414a0b2330 | |
parent | 499db809b7b04072d35d463b7b565a6d6db216fe (diff) | |
download | liburing-067609c69caf2f1cad676b87a905cf59dafe1bb8.tar.gz liburing-067609c69caf2f1cad676b87a905cf59dafe1bb8.tar.bz2 |
man: Switch to use SPDX tag markers
This unifies the license tagging on the project, and makes it clear the
license is LGPL-2.1-or-later instead of LGPL-2.1-only.
Signed-off-by: Guillem Jover <guillem@hadrons.org>
-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 |