Skip to content

Commit 5d70928

Browse files
committed
Sync build-aux/update-copyright from Gnulib
* build-aux/update-copyright: Copy from Gnulib. This should simplify this year's updating.
1 parent 643e323 commit 5d70928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-aux/update-copyright

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
eval 'exec perl -wSx -0777 -pi "$0" "$@"'
139139
if 0;
140140

141-
my $VERSION = '2024-07-04.10:56'; # UTC
141+
my $VERSION = '2025-01-01.07:36'; # UTC
142142
# The definition above must lie within the first 8 lines in order
143143
# for the Emacs time-stamp write hook (at end) to update it.
144144
# If you change this file with Emacs, please let the write hook
@@ -235,7 +235,7 @@ while (/(^|\n)(.{0,$prefix_max})$copyright_re/cg)
235235
else
236236
{
237237
my $ndash = ($ARGV =~ /\.tex(i(nfo)?)?$/ ? "--"
238-
: $ARGV =~ /\.(\d[a-z]*|man)$/ ? "\\(en"
238+
: $ARGV =~ /\.(\d[a-z]*|man)(\.in)?$/ && $ARGV !~ /ChangeLog\./ ? "\\(en"
239239
: "-");
240240

241241
$stmt =~

0 commit comments

Comments
 (0)