Chromium Code Reviews| Index: tools/checklicenses/checklicenses.py | 
| diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py | 
| index 68d03bd5c585b1db62333c7eeb27b6a695eabbf3..db76e11bf11a693af1be802e57b02fcb3468719e 100755 | 
| --- a/tools/checklicenses/checklicenses.py | 
| +++ b/tools/checklicenses/checklicenses.py | 
| @@ -261,6 +261,45 @@ 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': [ | 
| 
 
Paweł Hajdan Jr.
2012/05/07 15:49:26
Make sure to only list files present in the CL (I
 
Ami GONE FROM CHROMIUM
2012/05/07 15:52:58
Done.
 
 | 
| + 'UNKNOWN', | 
| + ], | 
| + 'third_party/libva/va/va_dummy.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/libva/va/egl/va_egl_impl.c': [ | 
| + 'UNKNOWN', | 
| + ], | 
| + | 
| 'third_party/libvpx/source': [ # http://crbug.com/98319 | 
| 'UNKNOWN', | 
| ], |