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

Unified Diff: android_webview/tools/webview_licenses.py

Issue 11742039: Fix License string in scrypt/README.chromium, update Android WebView checker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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/scrypt/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/tools/webview_licenses.py
diff --git a/android_webview/tools/webview_licenses.py b/android_webview/tools/webview_licenses.py
index c6d24658cef7e8a897a5d213a82d7d799dccecb3..8a763cadf0a46a86ff69ebe9ca7e282e989f958f 100755
--- a/android_webview/tools/webview_licenses.py
+++ b/android_webview/tools/webview_licenses.py
@@ -41,7 +41,7 @@ def GetIncompatibleDirectories():
whitelist = [
'Apache( Version)? 2(\.0)?',
- '(New )?BSD( 3-Clause)?( with advertising clause)?',
+ '(New )?BSD( [23]-Clause)?( with advertising clause)?',
'L?GPL ?v?2(\.[01])?( or later)?',
'MIT(/X11)?(-like)?',
'MPL 1\.1 ?/ ?GPL 2(\.0)? ?/ ?LGPL 2\.1',
« no previous file with comments | « no previous file | third_party/scrypt/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698