Chromium Code Reviews| Index: tools/checklicenses/checklicenses.py |
| diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py |
| index fe08d7068dc80e0f8e950c45602ed22add231c76..e5a267ee335f476aa40f49d881287f508a0e0eec 100755 |
| --- a/tools/checklicenses/checklicenses.py |
| +++ b/tools/checklicenses/checklicenses.py |
| @@ -556,6 +556,11 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { |
| 'third_party/tlslite': [ |
| 'UNKNOWN', |
| ], |
| + # MIT license but some files contain no licensing info. e.g. autogen.sh. |
|
Lei Zhang
2015/11/09 17:41:28
Can you file a bug for third_party/wayland not pas
reveman
2015/11/09 19:42:32
Done. crbug.com/553573
|
| + # Files missing licensing info are not shipped. |
| + 'third_party/wayland': [ |
| + 'UNKNOWN', |
| + ], |
| 'third_party/webdriver': [ # http://crbug.com/98590 |
| 'UNKNOWN', |
| ], |