Index: tools/checklicenses/checklicenses.py |
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py |
index ea935559a702d9743b7bdf4937b315f245279fb6..ef9f82a0cfad5a5002efbdd441222487f4ac31fb 100755 |
--- a/tools/checklicenses/checklicenses.py |
+++ b/tools/checklicenses/checklicenses.py |
@@ -186,6 +186,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { |
'GPL (v2 or later)', |
'UNKNOWN', # http://crbug.com/98123 |
], |
+ 'third_party/fontconfig': [ # http://crbug.com/332244 |
Paweł Hajdan Jr.
2014/01/08 13:50:06
Please file an upstream bug for files that do not
Paweł Hajdan Jr.
2014/01/09 11:02:18
Please do this. I'm fine with the licensecheck.pl
|
+ 'UNKNOWN', |
+ ], |
'third_party/freetype2': [ # http://crbug.com/177319 |
'UNKNOWN', |
], |