Author: schoenfeld-guest
Date: 2008-02-28 19:38:45 +0000 (Thu, 28 Feb 2008)
New Revision: 1076

Modified:
   trunk/scripts/licensecheck.pl
Log:
Fix the GPL unknown version check


Modified: trunk/scripts/licensecheck.pl
===================================================================
--- trunk/scripts/licensecheck.pl       2008-02-28 19:34:32 UTC (rev 1075)
+++ trunk/scripts/licensecheck.pl       2008-02-28 19:38:45 UTC (rev 1076)
@@ -376,7 +376,7 @@
        $license = "GPL$gplver$extrainfo $license";
     }
 
-       if ($licensetext =~ /is distributed.*terms.*GPL$/) {
+       if ($licensetext =~ /is distributed.*terms.*GPL/) {
        $license = "GPL (unversioned/unknown version)";
        }
 



-- 
To unsubscribe, send mail to [EMAIL PROTECTED]

Reply via email to