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 1373723003: Fix javac --incremental by using jmake for dependency analysis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@aidl
Patch Set: fix license check Created 5 years, 3 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 | « tools/android/eclipse/.classpath ('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 813593ff2bb43e5096f9ea3485baba9fe5b4b6c5..573c064d43aeea8445d91758176facf1b4b2280c 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -325,6 +325,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/icu': [ # http://crbug.com/98301
'UNKNOWN',
],
+ 'third_party/jmake': [ # Used only at build time.
+ 'GPL (v2)',
+ ],
'third_party/jsoncpp/source': [
# https://github.com/open-source-parsers/jsoncpp/issues/234
'UNKNOWN',
« no previous file with comments | « tools/android/eclipse/.classpath ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698