summaryrefslogtreecommitdiffstats
path: root/tools/checklicenses
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-xtools/checklicenses/checklicenses.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index ea93555..16fc1ac 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -186,6 +186,10 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'GPL (v2 or later)',
'UNKNOWN', # http://crbug.com/98123
],
+ 'third_party/fontconfig': [
+ # https://bugs.freedesktop.org/show_bug.cgi?id=73401
+ 'UNKNOWN',
+ ],
'third_party/freetype2': [ # http://crbug.com/177319
'UNKNOWN',
],