diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-25 14:35:00 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-25 16:21:07 +0100 |
| commit | c850ff7ed609852ef67c8eca65f40e6c5549df90 (patch) | |
| tree | e55bd93e8fe8338c147b421f67f59ba5fb457510 | |
| parent | e4a74ca87f2e8a6955b27ef0524ba7c17a4ec5e0 (diff) | |
| download | man-pages-c850ff7ed609852ef67c8eca65f40e6c5549df90.tar.gz | |
Various pages: [GPL-2.0-only] Use SPDX-License-Identifier
$ find man? -type f \
| xargs sed -i '/%%%LICENSE_START(GPLv2/,/%%%LICENSE_END/c\.\\" SPDX-License-Identifier: GPL-2.0-only'
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
| -rw-r--r-- | man2/fallocate.2 | 4 | ||||
| -rw-r--r-- | man2/setns.2 | 4 | ||||
| -rw-r--r-- | man4/cciss.4 | 4 | ||||
| -rw-r--r-- | man4/hpsa.4 | 4 | ||||
| -rw-r--r-- | man4/smartpqi.4 | 4 | ||||
| -rw-r--r-- | man5/gai.conf.5 | 15 | ||||
| -rw-r--r-- | man5/nss.5 | 15 | ||||
| -rw-r--r-- | man7/cpuset.7 | 20 |
8 files changed, 8 insertions, 62 deletions
diff --git a/man2/fallocate.2 b/man2/fallocate.2 index b4cb3516f5..eec06ddba8 100644 --- a/man2/fallocate.2 +++ b/man2/fallocate.2 @@ -1,9 +1,7 @@ .\" Copyright (c) 2007 Silicon Graphics, Inc. All Rights Reserved .\" Written by Dave Chinner <dgc@sgi.com> .\" -.\" %%%LICENSE_START(GPLv2_ONELINE) -.\" May be distributed as per GNU General Public License version 2. -.\" %%%LICENSE_END +.\" SPDX-License-Identifier: GPL-2.0-only .\" .\" 2011-09-19: Added FALLOC_FL_PUNCH_HOLE .\" 2011-09-19: Substantial restructuring of the page diff --git a/man2/setns.2 b/man2/setns.2 index 535271eaec..24e5c155e0 100644 --- a/man2/setns.2 +++ b/man2/setns.2 @@ -1,9 +1,7 @@ .\" Copyright (C) 2011, Eric Biederman <ebiederm@xmission.com> .\" and Copyright (C) 2011, 2012, Michael Kerrisk <mtk.manpages@gmail.com> .\" -.\" %%%LICENSE_START(GPLv2_ONELINE) -.\" Licensed under the GPLv2 -.\" %%%LICENSE_END +.\" SPDX-License-Identifier: GPL-2.0-only .\" .TH SETNS 2 2020-08-13 "Linux" "Linux Programmer's Manual" .SH NAME diff --git a/man4/cciss.4 b/man4/cciss.4 index d4dd286367..47fd542457 100644 --- a/man4/cciss.4 +++ b/man4/cciss.4 @@ -1,9 +1,7 @@ .\" Copyright (C) 2011, Hewlett-Packard Development Company, L.P. .\" Written by Stephen M. Cameron <scameron@beardog.cce.hp.com> .\" -.\" %%%LICENSE_START(GPLv2_ONELINE) -.\" Licensed under GNU General Public License version 2 (GPLv2) -.\" %%%LICENSE_END +.\" SPDX-License-Identifier: GPL-2.0-only .\" .\" shorthand for double quote that works everywhere. .ds q \N'34' diff --git a/man4/hpsa.4 b/man4/hpsa.4 index 286f078a70..c3b686e223 100644 --- a/man4/hpsa.4 +++ b/man4/hpsa.4 @@ -1,9 +1,7 @@ .\" Copyright (C) 2011, Hewlett-Packard Development Company, L.P. .\" Written by Stephen M. Cameron <scameron@beardog.cce.hp.com> .\" -.\" %%%LICENSE_START(GPLv2_ONELINE) -.\" Licensed under GNU General Public License version 2 (GPLv2) -.\" %%%LICENSE_END +.\" SPDX-License-Identifier: GPL-2.0-only .\" .\" shorthand for double quote that works everywhere. .ds q \N'34' diff --git a/man4/smartpqi.4 b/man4/smartpqi.4 index 985b80e0bf..b17766907a 100644 --- a/man4/smartpqi.4 +++ b/man4/smartpqi.4 @@ -3,9 +3,7 @@ .\" Copyright (C) 2016, PMC-Sierra, Inc. .\" Written by Kevin Barnett <kevin.barnett@microsemi.com> .\" -.\" %%%LICENSE_START(GPLv2_ONELINE) -.\" Licensed under GNU General Public License version 2 (GPLv2) -.\" %%%LICENSE_END +.\" SPDX-License-Identifier: GPL-2.0-only .TH SMARTPQI 4 2021-03-22 "Linux" "Linux Programmer's Manual" .SH NAME smartpqi \- Microsemi Smart Family SCSI driver diff --git a/man5/gai.conf.5 b/man5/gai.conf.5 index 1db218b1b5..36f9363fd2 100644 --- a/man5/gai.conf.5 +++ b/man5/gai.conf.5 @@ -1,20 +1,7 @@ .\" Copyright (C) 2006 Red Hat, Inc. All rights reserved. .\" Author: Ulrich Drepper <drepper@redhat.com> .\" -.\" %%%LICENSE_START(GPLv2_MISC) -.\" This copyrighted material is made available to anyone wishing to use, -.\" modify, copy, or redistribute it subject to the terms and conditions of the -.\" GNU General Public License v.2. -.\" -.\" This program is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -.\" more details. -.\" -.\" You should have received a copy of the GNU General Public -.\" License along with this manual; if not, see -.\" <http://www.gnu.org/licenses/>. -.\" %%%LICENSE_END +.\" SPDX-License-Identifier: GPL-2.0-only .\" .TH GAI.CONF 5 2020-06-09 "Linux" "Linux Programmer's Manual" .SH NAME diff --git a/man5/nss.5 b/man5/nss.5 index 0019a96946..b075b29674 100644 --- a/man5/nss.5 +++ b/man5/nss.5 @@ -1,20 +1,7 @@ .\" Copyright (C) 2006 Red Hat, Inc. All rights reserved. .\" Author: Ulrich Drepper <drepper@redhat.com> .\" -.\" %%%LICENSE_START(GPLv2_MISC) -.\" This copyrighted material is made available to anyone wishing to use, -.\" modify, copy, or redistribute it subject to the terms and conditions of the -.\" GNU General Public License v.2. -.\" -.\" This program is distributed in the hope that it will be useful, but WITHOUT -.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -.\" more details. -.\" -.\" You should have received a copy of the GNU General Public -.\" License along with this manual; if not, see -.\" <http://www.gnu.org/licenses/>. -.\" %%%LICENSE_END +.\" SPDX-License-Identifier: GPL-2.0-only .\" .TH NSS 5 2020-06-09 "Linux" "Linux Programmer's Manual" .SH NAME diff --git a/man7/cpuset.7 b/man7/cpuset.7 index 9f2f766b77..9c9702af1e 100644 --- a/man7/cpuset.7 +++ b/man7/cpuset.7 @@ -2,25 +2,7 @@ .\" .\" Author: Paul Jackson (http://oss.sgi.com/projects/cpusets) .\" -.\" %%%LICENSE_START(GPLv2_MISC) -.\" This is free documentation; you can redistribute it and/or -.\" modify it under the terms of the GNU General Public License -.\" version 2 as published by the Free Software Foundation. -.\" -.\" The GNU General Public License's references to "object code" -.\" and "executables" are to be interpreted as the output of any -.\" document formatting or typesetting system, including -.\" intermediate and printed output. -.\" -.\" This manual is distributed in the hope that it will be useful, -.\" but WITHOUT ANY WARRANTY; without even the implied warranty of -.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -.\" GNU General Public License for more details. -.\" -.\" You should have received a copy of the GNU General Public -.\" License along with this manual; if not, see -.\" <http://www.gnu.org/licenses/>. -.\" %%%LICENSE_END +.\" SPDX-License-Identifier: GPL-2.0-only .\" .TH CPUSET 7 2020-11-01 "Linux" "Linux Programmer's Manual" .SH NAME |
