diff options
| author | Paul Eggert | 2025-01-01 07:34:51 +0000 |
|---|---|---|
| committer | Paul Eggert | 2024-12-31 23:37:57 -0800 |
| commit | 5d70928f2afea5ee4e1aa117aa9cfded56193b56 (patch) | |
| tree | 7f312118738e008ec82c0621467baaa7bda93aad | |
| parent | 643e32340d1342cee8af3f1f604ea1c1ad12837a (diff) | |
| download | emacs-5d70928f2afea5ee4e1aa117aa9cfded56193b56.tar.gz emacs-5d70928f2afea5ee4e1aa117aa9cfded56193b56.zip | |
Sync build-aux/update-copyright from Gnulib
* build-aux/update-copyright: Copy from Gnulib.
This should simplify this year's updating.
| -rwxr-xr-x | build-aux/update-copyright | 4 |
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 @@ | |||
| 138 | eval 'exec perl -wSx -0777 -pi "$0" "$@"' | 138 | eval 'exec perl -wSx -0777 -pi "$0" "$@"' |
| 139 | if 0; | 139 | if 0; |
| 140 | 140 | ||
| 141 | my $VERSION = '2024-07-04.10:56'; # UTC | 141 | my $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 =~ |