X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b9e14de6cf08a19fa5d98742b71c5580a50a40d8..1323c13978b7280ddf034e8f527f48d17487b5a2:/build-aux/update-copyright diff --git a/build-aux/update-copyright b/build-aux/update-copyright index 4eb4b93ea6..8cc36e22d5 100755 --- a/build-aux/update-copyright +++ b/build-aux/update-copyright @@ -124,7 +124,7 @@ use strict; use warnings; my $copyright_re = 'Copyright'; -my $circle_c_re = '(?:\([cC]\)|@copyright{}|\\\\\(co|©)'; +my $circle_c_re = '(?:\([cC]\)|@copyright\{}|\\\\\(co|©)'; my $holder = $ENV{UPDATE_COPYRIGHT_HOLDER}; $holder ||= 'Free Software Foundation, Inc.'; my $prefix_max = 5;