summaryrefslogtreecommitdiff
path: root/chromium/third_party/devscripts
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/devscripts')
-rwxr-xr-xchromium/third_party/devscripts/licensecheck.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/devscripts/licensecheck.pl b/chromium/third_party/devscripts/licensecheck.pl
index a59bbf96320..672b773bee3 100755
--- a/chromium/third_party/devscripts/licensecheck.pl
+++ b/chromium/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/) {