| Index: tools/checklicenses/checklicenses.py
|
| diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
|
| index 3b0ac8905fedb1a0be7c9dfab9701585c875a541..37270ba1848d87726579f5668f45059a1d71e730 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/src/autogen.sh' : [ # https://trac.xiph.org/ticket/2253#ticket
|
| + '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
|
|
|