From 067609c69caf2f1cad676b87a905cf59dafe1bb8 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 10 Apr 2020 17:34:38 +0200 Subject: 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 --- man/io_uring_enter.2 | 4 +--- man/io_uring_register.2 | 4 +--- 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 .\" 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 .\" 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 .\" 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 -- cgit v1.2.3