summaryrefslogtreecommitdiffstats
path: root/tools/checklicenses
diff options
context:
space:
mode:
authorfischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-07 15:55:31 +0000
committerfischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-07 15:55:31 +0000
commitc690c71b75c3401dad731835609d11b19a0ace27 (patch)
treee2a5d1496f9d68b9b48dbc0a3b1ff8ac4d70a9df /tools/checklicenses
parent03e097b55c6ce63ef53a55ca399c0323e76a0b87 (diff)
downloadchromium_src-c690c71b75c3401dad731835609d11b19a0ace27.zip
chromium_src-c690c71b75c3401dad731835609d11b19a0ace27.tar.gz
chromium_src-c690c71b75c3401dad731835609d11b19a0ace27.tar.bz2
Add libva to chromium third_party.
BUG=126466 TEST=checklicenses passes with the new exception (pending getting upstream to conform) Review URL: https://chromiumcodereview.appspot.com/10375035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135647 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-xtools/checklicenses/checklicenses.py33
1 files changed, 33 insertions, 0 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 68d03bd..7e465d6 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -261,6 +261,39 @@ 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. https://bugs.freedesktop.org/show_bug.cgi?id=49588
+ # http://crbug.com/126466
+ 'third_party/libva/va/va_x11.h': [
+ 'UNKNOWN',
+ ],
+ 'third_party/libva/va/va_android.h': [
+ 'UNKNOWN',
+ ],
+ 'third_party/libva/va/x11/va_dricommon.h': [
+ 'UNKNOWN',
+ ],
+ 'third_party/libva/va/x11/va_dri2tokens.h': [
+ 'UNKNOWN',
+ ],
+ 'third_party/libva/va/x11/va_dri2str.h': [
+ 'UNKNOWN',
+ ],
+ 'third_party/libva/va/x11/va_dri2.h': [
+ 'UNKNOWN',
+ ],
+ 'third_party/libva/va/va_egl.h': [
+ 'UNKNOWN',
+ ],
+ 'third_party/libva/va/egl/va_egl_impl.h': [
+ 'UNKNOWN',
+ ],
+ 'third_party/libva/va/egl/va_egl_private.h': [
+ 'UNKNOWN',
+ ],
+
'third_party/libvpx/source': [ # http://crbug.com/98319
'UNKNOWN',
],