| Index: tools/checklicenses/checklicenses.py
|
| diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
|
| index fe08d7068dc80e0f8e950c45602ed22add231c76..70fb745ec1eadd4fa7924c3ea5c43ad61ea70b14 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.
|
| + # Files missing licensing info are not shipped.
|
| + 'third_party/wayland': [ # http://crbug.com/553573
|
| + 'UNKNOWN',
|
| + ],
|
| 'third_party/webdriver': [ # http://crbug.com/98590
|
| 'UNKNOWN',
|
| ],
|
|
|