forked from pool/diffutils
ae63bd375e
Revert to version 3.3 - boo#1003528 is too long-living OBS-URL: https://build.opensuse.org/request/show/436760 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/diffutils?expand=0&rev=34
16 lines
574 B
Diff
16 lines
574 B
Diff
Subject: http://comments.gmane.org/gmane.comp.lib.gnulib.bugs/35272
|
|
|
|
Index: grep-2.21/build-aux/update-copyright
|
|
===================================================================
|
|
--- grep-2.21.orig/build-aux/update-copyright
|
|
+++ grep-2.21/build-aux/update-copyright
|
|
@@ -124,7 +124,7 @@ use strict;
|
|
use warnings;
|
|
|
|
my $copyright_re = 'Copyright';
|
|
-my $circle_c_re = '(?:\([cC]\)|@copyright{}|©)';
|
|
+my $circle_c_re = '(?:\([cC]\)|@copyright\{}|©)';
|
|
my $holder = $ENV{UPDATE_COPYRIGHT_HOLDER};
|
|
$holder ||= 'Free Software Foundation, Inc.';
|
|
my $prefix_max = 5;
|