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

Unified Diff: third_party/devscripts/licensecheck.pl

Issue 25666010: Adding third party library hidapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding third party library hidapi Created 7 years, 2 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 | « no previous file | third_party/hidapi/AUTHORS.txt » ('j') | third_party/hidapi/README.chromium » ('J')
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 ee8b6f1048ea57563f64bf2f74ffbfbd13c90812..2127a00e0edf3e971f364323787e6207bcb48022 100755
--- a/third_party/devscripts/licensecheck.pl
+++ b/third_party/devscripts/licensecheck.pl
@@ -512,7 +512,7 @@ sub parselicense($) {
} else {
$license = "BSD $license";
}
- } elsif ($licensetext =~ /Use of this source code is governed by a BSD-style license/) {
+ } elsif ($licensetext =~ /a BSD-style license/) {
$license = "BSD-like $license";
} elsif ($licensetext =~ /BSD terms apply/) {
$license = "BSD-like $license";
« no previous file with comments | « no previous file | third_party/hidapi/AUTHORS.txt » ('j') | third_party/hidapi/README.chromium » ('J')

Powered by Google App Engine
This is Rietveld 408576698