diff options
author | rtoy@google.com <rtoy@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-26 19:47:36 +0000 |
---|---|---|
committer | rtoy@google.com <rtoy@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-26 19:47:36 +0000 |
commit | 736b495221e789b87cefc9c9b39601632e0e5c14 (patch) | |
tree | 241e20ab5444b456a5cb8de56bb5ce4c1007f783 /tools/checklicenses | |
parent | fb15d1ec66213a5026997b3408c7a6f4ce8ac3c4 (diff) | |
download | chromium_src-736b495221e789b87cefc9c9b39601632e0e5c14.zip chromium_src-736b495221e789b87cefc9c9b39601632e0e5c14.tar.gz chromium_src-736b495221e789b87cefc9c9b39601632e0e5c14.tar.bz2 |
Add test for Khronos Group license and whitelist it.
BUG=
TBR=brettw@chromium.org,cpu@chromium.org
Review URL: https://chromiumcodereview.appspot.com/12502025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190741 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-x | tools/checklicenses/checklicenses.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py index 4dfa7c5..bd1e045 100755 --- a/tools/checklicenses/checklicenses.py +++ b/tools/checklicenses/checklicenses.py @@ -312,6 +312,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { 'third_party/npapi/npspy/extern/java': [ 'GPL (unversioned/unknown version)', ], + 'third_party/openmax_dl/dl' : [ + 'Khronos Group', + ], 'third_party/openssl': [ # http://crbug.com/98451 'UNKNOWN', ], |