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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 14296005: Make the build work with speech-dispatcher >= 0.8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: I am already an AUTHOR now Created 7 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 | « third_party/speech-dispatcher/libspeechd.h ('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 bd1e045c96bb8312bdefa8e8df5834e530a5e72b..3f01865900d8c28d52fcf4aacdec01c21bfe52a9 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -361,6 +361,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/smhasher/src': [ # http://crbug.com/98465
'UNKNOWN',
],
+ 'third_party/speech-dispatcher/libspeechd.h': [
+ 'GPL (v2 or later)',
+ ],
'third_party/sqlite': [
'UNKNOWN',
],
« no previous file with comments | « third_party/speech-dispatcher/libspeechd.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698