diff options
Diffstat (limited to 'tools/checklicenses/checklicenses.py')
-rwxr-xr-x | tools/checklicenses/checklicenses.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py index 73d0763..31e490b 100755 --- a/tools/checklicenses/checklicenses.py +++ b/tools/checklicenses/checklicenses.py @@ -58,6 +58,7 @@ WHITELISTED_LICENSES = [ 'GPL (v2 or later) with libtool exception', 'GPL (v3 or later) with Bison parser exception', 'GPL with Bison parser exception', + 'Independent JPEG Group License', 'ISC', 'LGPL (unversioned/unknown version)', 'LGPL (v2)', @@ -206,9 +207,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { 'third_party/libjingle/source/talk': [ # http://crbug.com/98310 'UNKNOWN', ], - 'third_party/libjpeg': [ # http://crbug.com/98313 - 'UNKNOWN', - ], 'third_party/libjpeg_turbo': [ # http://crbug.com/98314 'UNKNOWN', ], |