| Index: tools/checklicenses/checklicenses.py
|
| diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
|
| index fe08d7068dc80e0f8e950c45602ed22add231c76..8051f3da8859815343082972ffae4a6653973c86 100755
|
| --- a/tools/checklicenses/checklicenses.py
|
| +++ b/tools/checklicenses/checklicenses.py
|
| @@ -458,6 +458,10 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
|
| 'third_party/modp_b64': [
|
| 'UNKNOWN',
|
| ],
|
| + # Missing license headers in openh264 sources: https://github.com/cisco/openh264/issues/2233
|
| + 'third_party/openh264/src': [
|
| + 'UNKNOWN',
|
| + ],
|
| 'third_party/openmax_dl/dl' : [
|
| 'Khronos Group',
|
| ],
|
|
|