[SCM] Git repository for devscripts branch, master, updated. v2.12.4-159-gef96f9c

Benjamin Drung bdrung at debian.org
Sun Feb 17 19:13:48 UTC 2013


The following commit has been merged in the master branch:
commit ef96f9c40d8bff1f96a392207e810e04362d383f
Author: Benjamin Drung <bdrung at debian.org>
Date:   Sun Feb 17 20:13:41 2013 +0100

    licensecheck: The LGPL pattern match is already case-insensitive.

diff --git a/scripts/licensecheck.pl b/scripts/licensecheck.pl
index 1a209e7..8d31626 100755
--- a/scripts/licensecheck.pl
+++ b/scripts/licensecheck.pl
@@ -450,7 +450,7 @@ sub parselicense {
 	$license = "GENERATED FILE";
     }
 
-    if ($licensetext =~ /((is free software.? )?[Yy]ou can redistribute it and\/or modify it|is licensed) under the terms of (version [^ ]+ of )?the (GNU (Library |Lesser )General Public License|LGPL)/i) {
+    if ($licensetext =~ /((is free software.? )?you can redistribute it and\/or modify it|is licensed) under the terms of (version [^ ]+ of )?the (GNU (Library |Lesser )General Public License|LGPL)/i) {
 	$license = "LGPL$gplver$extrainfo $license";
     }
 

-- 
Git repository for devscripts



More information about the devscripts-devel mailing list