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 /man2/create_module.2 | |
| 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 'man2/create_module.2')
| -rw-r--r-- | man2/create_module.2 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/man2/create_module.2 b/man2/create_module.2 index 81136fe06e..2d674a844f 100644 --- a/man2/create_module.2 +++ b/man2/create_module.2 @@ -1,8 +1,6 @@ .\" Copyright (C) 1996 Free Software Foundation, Inc. .\" -.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) -.\" This file is distributed according to the GNU General Public License. -.\" %%%LICENSE_END +.\" SPDX-License-Identifier: GPL-1.0-or-later .\" .\" 2006-02-09, some reformatting by Luc Van Oostenryck; some .\" reformatting and rewordings by mtk |
