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

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: Rebase Created 7 years, 1 month 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_linux.c.patch ('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 eedf5a3d3eae2de605965b245f8edfa25227207d..8bc6454aca1a273b41b386bc188c9724623d186c 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_linux.c.patch ('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