Ticket #1078: m4-1.4.17-perl_fix-1.patch

File m4-1.4.17-perl_fix-1.patch, 462 bytes (added by chris@…, 8 years ago)
  • build-aux/update-copyright

    old new  
    124124use warnings;
    125125
    126126my $copyright_re = 'Copyright';
    127 my $circle_c_re = '(?:\([cC]\)|@copyright{}|©)';
     127my $circle_c_re = '(?:\([cC]\)|@copyright\{}|\\\\\(co|©)';
    128128my $holder = $ENV{UPDATE_COPYRIGHT_HOLDER};
    129129$holder ||= 'Free Software Foundation, Inc.';
    130130my $prefix_max = 5;