Marcus Meissner
2929704796
- Upgrade to 4.5.15 - Delete now-upstream patch: findutils-oldfind-fix-dotdot-skipping.patch - Refresh patches: findutils-4.4.2-xautofs.patch gnulib-perl522.patch OBS-URL: https://build.opensuse.org/request/show/349721 OBS-URL: https://build.opensuse.org/package/show/Base:System/findutils?expand=0&rev=62
20 lines
634 B
Diff
20 lines
634 B
Diff
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;
|