Index: third_party/devscripts/licensecheck.pl |
diff --git a/third_party/devscripts/licensecheck.pl b/third_party/devscripts/licensecheck.pl |
index a59bbf96320c444ae55dd3cb961ed85831daddea..672b773bee30d638e47d0f6863b6bbe603a99075 100755 |
--- a/third_party/devscripts/licensecheck.pl |
+++ b/third_party/devscripts/licensecheck.pl |
@@ -475,7 +475,7 @@ sub parselicense($) { |
if ($licensetext =~ /is free software.? you (can|may) redistribute it and\/or modify it under the terms of (?:version [^ ]+ (?:\(?only\)? )?of )?the GNU General Public License/i) { |
$license = "GPL$gplver$extrainfo $license"; |
- } elsif ($licensetext =~ /is distributed under the terms of the GNU General Public License,/ |
+ } elsif ($licensetext =~ /is distributed under the terms of the GNU General Public License/ |
and $gplver) { |
$license = "GPL$gplver$extrainfo $license"; |
} elsif ($licensetext =~ /is distributed.*terms.*[^L]GPL/) { |