Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: tools/checklicenses/checklicenses.py

Issue 127213003: Whitelist third_party/fontconfig in licensecheck (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
],
« third_party/devscripts/licensecheck.pl ('K') | « third_party/devscripts/licensecheck.pl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698