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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 25666010: Adding third party library hidapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update Linux backend Created 7 years 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
« third_party/hidapi/hidapi_win.c ('K') | « third_party/hidapi/hidapi_win.c ('k') | 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 b1cc0a73af6039a36ed36a21f6ccd7e8bbe684b3..c764762cf839ae68d5d7b62ba45514a04cd93163 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -48,6 +48,7 @@ WHITELISTED_LICENSES = [
'BSD (3 clause) MIT/X11 (BSD like)',
'BSD (4 clause)',
'BSD-like',
+ 'BSD-like GPL (v3)',
# TODO(phajdan.jr): Make licensecheck not print BSD-like twice.
'BSD-like MIT/X11 (BSD like)',
« third_party/hidapi/hidapi_win.c ('K') | « third_party/hidapi/hidapi_win.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698