diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-03 02:04:49 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-03 02:04:49 +0000 |
commit | f8cf39e898a387e3fa25614581771496f722e0b0 (patch) | |
tree | 40a6688c7207d2ea33e522086d6bbcd5b84d1987 /tools/checklicenses | |
parent | 2b780aa9fad7c56b44b088ff578b24b300bcc4e0 (diff) | |
download | chromium_src-f8cf39e898a387e3fa25614581771496f722e0b0.zip chromium_src-f8cf39e898a387e3fa25614581771496f722e0b0.tar.gz chromium_src-f8cf39e898a387e3fa25614581771496f722e0b0.tar.bz2 |
PDF: Remove third_party/pdfium from the checklicenses.py suppressions list.
All licensing issues were fixed in pdfium/checklicenses last week.
BUG=374943
TBR=jam@chromium.org
Review URL: https://codereview.chromium.org/307933013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274407 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-x | tools/checklicenses/checklicenses.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py index 3c288d5..f037d8b 100755 --- a/tools/checklicenses/checklicenses.py +++ b/tools/checklicenses/checklicenses.py @@ -261,9 +261,6 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { 'third_party/ocmock/OCMock': [ # http://crbug.com/98454 'UNKNOWN', ], - 'third_party/pdfium': [ # http://crbug.com/374943 - 'UNKNOWN', - ], 'third_party/ply/__init__.py': [ 'UNKNOWN', ], |