Index: tools/checklicenses/checklicenses.py |
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py |
index 52777876ce614c9d4ccdd21b1258fabadb5a206b..e37657f2d454ccf5185107dae41a93e35ec2b3bd 100755 |
--- a/tools/checklicenses/checklicenses.py |
+++ b/tools/checklicenses/checklicenses.py |
@@ -299,6 +299,10 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { |
], |
# https://code.google.com/p/colorama/issues/detail?id=44 |
+ # https://crbug.com/374662 |
+ 'third_party/colorama/src': [ |
Lei Zhang
2014/05/20 20:39:01
Are tools/swarming_client/third_party/colorama and
cjhopman
2014/05/20 20:48:09
Yes, but tools/swarming_client is a separate repo
|
+ 'UNKOWN', |
Lei Zhang
2014/05/20 20:39:01
https://code.google.com/p/colorama/issues/detail?i
cjhopman
2014/05/20 20:48:09
Because licensecheck.pl doesn't recognize the lice
Lei Zhang
2014/05/20 22:38:00
Can you just fix licensecheck.pl instead? it's a 3
|
+ ], |
'tools/swarming_client/third_party/colorama': [ |
'UNKNOWN', |
], |