findutils/gnulib-perl522.patch

20 lines
634 B
Diff
Raw Normal View History

Subject: http://comments.gmane.org/gmane.comp.lib.gnulib.bugs/35272
---
build-aux/update-copyright | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: build-aux/update-copyright
===================================================================
--- build-aux/update-copyright.orig
+++ 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;