diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-25 14:30:42 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-25 16:21:06 +0100 |
| commit | 95fb8859f48ac2ad2e3da64f77ed2ed7ec09bb72 (patch) | |
| tree | caecce59fb2353b9554156884837e58e80cdf171 /man5 | |
| parent | 47009d5ecdb65b0642038d8607c317263182564d (diff) | |
| download | man-pages-95fb8859f48ac2ad2e3da64f77ed2ed7ec09bb72.tar.gz | |
Various pages: [GPL-1.0-or-later] Use SPDX-License-Identifier
$ find man? -type f \
| xargs sed -i '/%%%LICENSE_START(GPL_NOVERSION_ONELINE/,/%%%LICENSE_END/c\.\\" SPDX-License-Identifier: GPL-1.0-or-later'
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man5')
| -rw-r--r-- | man5/hosts.equiv.5 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/man5/hosts.equiv.5 b/man5/hosts.equiv.5 index 2aa59be58e..23beeaf7fb 100644 --- a/man5/hosts.equiv.5 +++ b/man5/hosts.equiv.5 @@ -1,8 +1,6 @@ .\" Copyright (c) 1995 Peter Tobias <tobias@et-inf.fho-emden.de> .\" -.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) -.\" This file may be distributed under the GNU General Public License. -.\" %%%LICENSE_END +.\" SPDX-License-Identifier: GPL-1.0-or-later .TH HOSTS.EQUIV 5 2020-06-09 "Linux" "Linux Programmer's Manual" .SH NAME hosts.equiv \- list of hosts and users that are granted "trusted" |
