summaryrefslogtreecommitdiffstats
path: root/tools/checklicenses
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-01-07 18:18:25 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-08 02:20:18 +0000
commit8e1e452b62ed83f97b1009bb78d4819977d31383 (patch)
treec056deaf47d9c8c53c69b4aaa1751e7ee803eecf /tools/checklicenses
parent7d40311a9a7a1e73bb6346e1db35e4eba5c5645b (diff)
downloadchromium_src-8e1e452b62ed83f97b1009bb78d4819977d31383.zip
chromium_src-8e1e452b62ed83f97b1009bb78d4819977d31383.tar.gz
chromium_src-8e1e452b62ed83f97b1009bb78d4819977d31383.tar.bz2
Suppress PDFium checklicenses errors to prep for switching to XFA.
Review URL: https://codereview.chromium.org/1566903003 Cr-Commit-Position: refs/heads/master@{#368246}
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-xtools/checklicenses/checklicenses.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 21a3448..4346629 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -504,6 +504,17 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'UNKNOWN',
],
+ # BSD License. http://bugzilla.maptools.org/show_bug.cgi?id=2532
+ 'third_party/pdfium/third_party/libtiff/tif_ojpeg.c': [
+ 'UNKNOWN',
+ ],
+ 'third_party/pdfium/third_party/libtiff/tiffvers.h': [
+ 'UNKNOWN',
+ ],
+ 'third_party/pdfium/third_party/libtiff/uvcode.h': [
+ 'UNKNOWN',
+ ],
+
'third_party/talloc': [
'GPL (v3 or later)',
'UNKNOWN', # http://crbug.com/98588