diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-25 14:32:47 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-25 16:21:06 +0100 |
| commit | e4a74ca87f2e8a6955b27ef0524ba7c17a4ec5e0 (patch) | |
| tree | e22a6eb24d5cc326bd95319b45cf0a73d61653b3 /man3/getpass.3 | |
| parent | 95fb8859f48ac2ad2e3da64f77ed2ed7ec09bb72 (diff) | |
| download | man-pages-e4a74ca87f2e8a6955b27ef0524ba7c17a4ec5e0.tar.gz | |
Various pages: [GPL-2.0-or-later] Use SPDX-License-Identifier
$ find man? -type f \
| xargs sed -i '/%%%LICENSE_START(GPLv2+/,/%%%LICENSE_END/c\.\\" SPDX-License-Identifier: GPL-2.0-or-later'
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man3/getpass.3')
| -rw-r--r-- | man3/getpass.3 | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/man3/getpass.3 b/man3/getpass.3 index fa20315447..95c151d6de 100644 --- a/man3/getpass.3 +++ b/man3/getpass.3 @@ -1,25 +1,6 @@ .\" Copyright (c) 2000 Andries Brouwer (aeb@cwi.nl) .\" -.\" %%%LICENSE_START(GPLv2+_DOC_FULL) -.\" This is free documentation; you can redistribute it and/or -.\" modify it under the terms of the GNU General Public License as -.\" published by the Free Software Foundation; either version 2 of -.\" the License, or (at your option) any later version. -.\" -.\" 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-or-later .\" .TH GETPASS 3 2021-03-22 "Linux" "Linux Programmer's Manual" .SH NAME |
