The following commit has been merged in the master branch:
commit ef96f9c40d8bff1f96a392207e810e04362d383f
Author: Benjamin Drung <[email protected]>
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

_______________________________________________
devscripts-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel

Reply via email to