aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild-aux/update-copyright4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/update-copyright b/build-aux/update-copyright
index 42f26933835..0c3b8864a2b 100755
--- a/build-aux/update-copyright
+++ b/build-aux/update-copyright
@@ -138,7 +138,7 @@
138eval 'exec perl -wSx -0777 -pi "$0" "$@"' 138eval 'exec perl -wSx -0777 -pi "$0" "$@"'
139 if 0; 139 if 0;
140 140
141my $VERSION = '2024-07-04.10:56'; # UTC 141my $VERSION = '2025-01-01.07:36'; # UTC
142# The definition above must lie within the first 8 lines in order 142# The definition above must lie within the first 8 lines in order
143# for the Emacs time-stamp write hook (at end) to update it. 143# for the Emacs time-stamp write hook (at end) to update it.
144# If you change this file with Emacs, please let the write hook 144# If you change this file with Emacs, please let the write hook
@@ -235,7 +235,7 @@ while (/(^|\n)(.{0,$prefix_max})$copyright_re/cg)
235 else 235 else
236 { 236 {
237 my $ndash = ($ARGV =~ /\.tex(i(nfo)?)?$/ ? "--" 237 my $ndash = ($ARGV =~ /\.tex(i(nfo)?)?$/ ? "--"
238 : $ARGV =~ /\.(\d[a-z]*|man)$/ ? "\\(en" 238 : $ARGV =~ /\.(\d[a-z]*|man)(\.in)?$/ && $ARGV !~ /ChangeLog\./ ? "\\(en"
239 : "-"); 239 : "-");
240 240
241 $stmt =~ 241 $stmt =~