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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 291783002: Add colorama to third_party/colorama (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/colorama/README.chromium ('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 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',
],
« no previous file with comments | « third_party/colorama/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698