* find/find.1: Add copyright section, deriving first copyright year from the corresponding *.c file. * locate/locate.1: Likewise. * locate/locatedb.5: Likewise. * locate/updatedb.1: Likewise. * xargs/xargs.1: Likewise. --- find/find.1 | 7 +++++++ locate/locate.1 | 8 ++++++++ locate/locatedb.5 | 8 ++++++++ locate/updatedb.1 | 7 +++++++ xargs/xargs.1 | 7 +++++++ 5 files changed, 37 insertions(+)
diff --git a/find/find.1 b/find/find.1 index c27a628..638f847 100644 --- a/find/find.1 +++ b/find/find.1 @@ -2255,6 +2255,13 @@ instead of file names expanded by the parent shell: .B $ find . \-name \e*.c \-print .fi +.SH COPYRIGHT +Copyright \(co 1990-2017 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. + .SH "BUGS" .P There are security problems inherent in the behaviour that the POSIX diff --git a/locate/locate.1 b/locate/locate.1 index 877d20f..f563499 100644 --- a/locate/locate.1 +++ b/locate/locate.1 @@ -262,6 +262,14 @@ LL. 4.0 | Introduced the LOCATE02 database format 3.7 | Locate can search multiple databases .TE + +.SH COPYRIGHT +Copyright \(co 1994-2017 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. + .SH "BUGS" .P The locate database correctly handles filenames containing newlines, diff --git a/locate/locatedb.5 b/locate/locatedb.5 index 79c732d..df68568 100644 --- a/locate/locatedb.5 +++ b/locate/locatedb.5 @@ -138,6 +138,14 @@ and count bytes made printable: (6 = 14 - 8, and -9 = 5 - 14) .fi + +.SH COPYRIGHT +Copyright \(co 1994-2017 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. + .SH "SEE ALSO" \fBfind\fP(1), \fBlocate\fP(1), \fBlocatedb\fP(5), \fBxargs\fP(1), \fBFinding Files\fP (on-line in Info, or printed) diff --git a/locate/updatedb.1 b/locate/updatedb.1 index 518bfd8..2ef8b82 100644 --- a/locate/updatedb.1 +++ b/locate/updatedb.1 @@ -117,6 +117,13 @@ programs are properly installed at your site, the command .B info updatedb should give you access to the complete manual. +.SH COPYRIGHT +Copyright \(co 1994-2017 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. + .SH "BUGS" .P The diff --git a/xargs/xargs.1 b/xargs/xargs.1 index 3bedd67..ffd03ab 100644 --- a/xargs/xargs.1 +++ b/xargs/xargs.1 @@ -404,6 +404,13 @@ programs are properly installed at your site, the command .B info xargs should give you access to the complete manual. +.SH COPYRIGHT +Copyright \(co 1990-2017 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>. +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. + .SH "BUGS" The .B \-L -- 2.1.4