Chromium Code Reviews| Index: tools/checklicenses/checklicenses.py |
| diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py |
| index 68d03bd5c585b1db62333c7eeb27b6a695eabbf3..fa2aa3132ae8e4aff891d761662133f1fd69f50f 100755 |
| --- a/tools/checklicenses/checklicenses.py |
| +++ b/tools/checklicenses/checklicenses.py |
| @@ -261,6 +261,14 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { |
| 'UNKNOWN', |
| ], |
| + # The package has a compatible COPYING file and most source files conform, |
| + # but there are several exceptions. |
| + # TODO(posciak,fischman): remove this exception once upstream makes all |
| + # their files conform. |
| + 'third_party/libva/': [ # http://crbug.com/126466 |
|
Paweł Hajdan Jr.
2012/05/07 15:17:29
1. Please file an upstream bug and use the upstrea
|
| + 'UNKNOWN', |
| + ], |
| + |
| 'third_party/libvpx/source': [ # http://crbug.com/98319 |
| 'UNKNOWN', |
| ], |