Chromium Code Reviews| Index: tools/checklicenses/checklicenses.py |
| diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py |
| index 17da23bfa6fc2663c2174e774428fc6bcace5538..f2897f2d495feb41a22fc02f197bb22e64f874a5 100755 |
| --- a/tools/checklicenses/checklicenses.py |
| +++ b/tools/checklicenses/checklicenses.py |
| @@ -638,6 +638,10 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { |
| # https://github.com/PyCQA/pylint/issues/894 |
| 'UNKNOWN', |
| ], |
| + |
| + 'courgette/third_party/divsufsort': [ # http://crbug.com/608885 |
|
Paweł Hajdan Jr.
2016/07/22 13:23:52
No, this needs to be *upstream* bug report about m
Lei Zhang
2016/07/26 17:38:11
631482
huangs
2016/07/26 20:24:19
Can remove this now that we put back license boile
|
| + 'UNKNOWN', |
| + ], |
| } |
| EXCLUDED_PATHS = [ |