UPDATE_COPYRIGHT_USE_INTERVALS=1 \
$HOME/src/gnu/gnulib/build-aux/update-copyright \
$(git ls-files | sed -e '/^gnulib$/d
/^paxutils$/d
/^COPYING$/d
/\/fdl.texi$/d')
sed -i '2000,${
/^Copyright @copyright/d
s/^[0-9]*--\(2025 Free Software Foundation, Inc.\)/Copyright (C) \1/
}' doc/tar.texi
20 lines
409 B
Plaintext
20 lines
409 B
Plaintext
@c This is part of GNU tar manual.
|
|
@c Copyright 1992--2025 Free Software Foundation, Inc.
|
|
@c See file tar.texi for copying conditions.
|
|
|
|
@macro GNUTAR
|
|
@acronym{GNU} @command{tar}
|
|
@end macro
|
|
|
|
@macro xopindex{option,text}
|
|
@opindex \option\@r{, \text\}
|
|
@end macro
|
|
|
|
@macro opsummary{option}
|
|
@ifclear ANCHOR--\option\
|
|
@set ANCHOR--\option\ 1
|
|
@anchor{--\option\}
|
|
@end ifclear
|
|
@xopindex{\option\, summary}
|
|
@end macro
|