Chromium Code Reviews

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: colorama:44 Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« 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..1d68ae80ba92b6ad498ecd4d60c34773309e0705 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -362,6 +362,10 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/sqlite': [
'UNKNOWN',
],
+ # https://code.google.com/p/colorama/issues/detail?id=44
Paweł Hajdan Jr. 2013/09/04 22:53:40 nit: Add empty line above to make it unambiguous t
M-A Ruel 2013/09/04 23:12:46 Done.
+ 'tools/swarm_client/third_party/colorama': [
+ 'UNKNOWN',
+ ],
Paweł Hajdan Jr. 2013/09/04 22:53:40 nit: And empty line below for the same reason. Th
M-A Ruel 2013/09/04 23:12:46 Done.
'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