Chromium Code Reviews| Index: tools/checklicenses/checklicenses.py |
| diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py |
| index 3b0ac8905fedb1a0be7c9dfab9701585c875a541..7a79dc821ae6c1f657bab748194203bc8933278f 100755 |
| --- a/tools/checklicenses/checklicenses.py |
| +++ b/tools/checklicenses/checklicenses.py |
| @@ -426,6 +426,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { |
| 'third_party/openmax_dl/dl' : [ |
| 'Khronos Group', |
| ], |
| + 'third_party/opus' : [ # https://trac.xiph.org/ticket/2253#ticket |
|
Paweł Hajdan Jr.
2016/01/28 16:51:55
Is this limited to just autogen.sh? Please narrow
flim-chromium
2016/01/29 11:33:38
Done.
|
| + 'UNKNOWN', |
| + ], |
| 'third_party/boringssl': [ |
| # There are some files in BoringSSL which came from OpenSSL and have no |
| # license in them. We don't wish to add the license header ourselves |