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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 23654007: Add tools/swarm_client/third_party as unknown license. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: spacing Created 7 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 | « 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 847347c19438966e49dbe339ccbe581611065e20..e84b1499fe6c5761bd4c4c7442ffeaf146f39d50 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -362,6 +362,12 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/sqlite': [
'UNKNOWN',
],
+
+ # https://code.google.com/p/colorama/issues/detail?id=44
+ 'tools/swarm_client/third_party/colorama': [
+ 'UNKNOWN',
+ ],
+
'third_party/swig/Lib/linkruntime.c': [ # http://crbug.com/98585
'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