Chromium Code Reviews| Index: tools/checklicenses/checklicenses.py |
| diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py |
| index cfd418b2e7fe10d52791adc957b7d87d436a07c2..c33b16ea5405f954f248b18a5ef658e837daf93b 100755 |
| --- a/tools/checklicenses/checklicenses.py |
| +++ b/tools/checklicenses/checklicenses.py |
| @@ -346,6 +346,10 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { |
| 'GPL (v3 or later)', |
| 'UNKNOWN', # http://crbug.com/98123 |
| ], |
| + # Flatbuffers is known to be licenced under an Apache (v2.0) license. |
|
Paweł Hajdan Jr.
2016/05/06 10:22:02
Do the files have license headers or do we just fa
|
| + 'third_party/flatbuffers': [ |
| + 'UNKNOWN', |
| + ], |
| 'third_party/fontconfig': [ |
| # https://bugs.freedesktop.org/show_bug.cgi?id=73401 |
| 'UNKNOWN', |