[licensecheck] 21/112: Fix exclude AGPL false positives.

Jonas Smedegaard dr at jones.dk
Fri Nov 25 22:01:45 UTC 2016


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

js pushed a commit to branch master
in repository licensecheck.

commit 60793361746e0660b579ba5ef45e3b7140926802
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Sep 22 13:01:27 2016 +0200

    Fix exclude AGPL false positives.
---
 lib/App/Licensecheck.pm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/App/Licensecheck.pm b/lib/App/Licensecheck.pm
index 9dfb061..82e449e 100755
--- a/lib/App/Licensecheck.pm
+++ b/lib/App/Licensecheck.pm
@@ -499,12 +499,10 @@ sub parse_license
 		}
 		# exclude GPL-3 license
 		when ( /GNU Affero General Public License into/i ) {
-			$license = "AGPL (v$1) $license";
 			break;
 		}
 		# exclude MPL-2.0 license
 		when ( /means either [^.]+, the GNU Affero General Public License/i ) {
-			$license = "AGPL (v$1) $license";
 			break;
 		}
 		when ( /AFFERO GENERAL PUBLIC LICENSE(?:,? $ver_prefix_re($ver_re)(,? or(?: any)? (?:later|newer))?)?/i ) {

-- 
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