Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(380)

Unified Diff: third_party/devscripts/licensecheck.pl

Issue 1373723003: Fix javac --incremental by using jmake for dependency analysis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@aidl
Patch Set: fix license check Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/android/rules.gni ('k') | third_party/jmake/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/) {
« no previous file with comments | « build/config/android/rules.gni ('k') | third_party/jmake/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698