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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 1087283003: Whitelist more license types for naitve_client/toolchain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_breakpad_arm
Patch Set: Created 5 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 1e2cea879b129a039599292876138b1d12488b6a..da3d7942782dc87ffaff782e8c874aa02ad2a03a 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -134,8 +134,10 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
],
'native_client/toolchain': [
'BSD GPL (v2 or later)',
+ 'BSD MIT/X11 (BSD like)',
'BSD (2 clause) GPL (v2 or later)',
'BSD (3 clause) GPL (v2 or later)',
+ 'BSD (4 clause) ISC',
'BSL (v1.0) GPL',
'BSL (v1.0) GPL (v3.1)',
'GPL',
@@ -144,6 +146,7 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'GPL (v2 or later)',
'GPL (v3.1)',
'GPL (v3 or later)',
+ 'MPL (v1.1) LGPL (unversioned/unknown version)',
],
'third_party/WebKit': [
'UNKNOWN',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698