[licensecheck] 09/26: Tidy rpsl.

Jonas Smedegaard dr at jones.dk
Sun Feb 5 10:12:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository licensecheck.

commit dbadc2ab39e87bd8258be5c6aba8d3048b601f15
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Nov 28 13:20:21 2016 +0100

    Tidy rpsl.
---
 lib/App/Licensecheck.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/App/Licensecheck.pm b/lib/App/Licensecheck.pm
index d224e65..b31b2b5 100755
--- a/lib/App/Licensecheck.pm
+++ b/lib/App/Licensecheck.pm
@@ -816,7 +816,7 @@ sub parse_license
 			when (/$L{re}{$id}\W*\(?$L{re}{version}{-keep}\)?/) {
 
 				# skip referenced license
-				if ( 'mpl' eq $id and $licensetext =~ /$L{re}{rpsl}/) {
+				if ( 'mpl' eq $id and $licensetext =~ /$L{re}{rpsl}/ ) {
 					continue;
 				}
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/licensecheck.git



More information about the Pkg-perl-cvs-commits mailing list