[libstring-copyright-perl] 03/08: Fix skip chatter after boilerplate.
Jonas Smedegaard
dr at jones.dk
Wed Dec 7 01:13:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libstring-copyright-perl.
commit e9cba1328929653fb829f2ee6ae08ab3c99c0005
Author: Jonas Smedegaard <dr at jones.dk>
Date: Wed Nov 30 19:23:44 2016 +0100
Fix skip chatter after boilerplate.
---
lib/String/Copyright.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/String/Copyright.pm b/lib/String/Copyright.pm
index bf3c078..b8b3a04 100644
--- a/lib/String/Copyright.pm
+++ b/lib/String/Copyright.pm
@@ -201,7 +201,7 @@ sub _generate_copyright
$owners =~ s/^$owner_intro_re//g;
$owners =~ s/\s{2,}/ /g;
$owners =~ s/^$owner_intro_re//g;
- $owners =~ s/$boilerplate_re//g;
+ $owners =~ s/$boilerplate_re.*//g;
}
# split owner into owner_id and owner
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libstring-copyright-perl.git
More information about the Pkg-perl-cvs-commits
mailing list