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

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: add link to freedesktop.org bug 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
« no previous file with comments | « third_party/devscripts/licensecheck.pl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index ea935559a702d9743b7bdf4937b315f245279fb6..3d037d75b520b95ad00a4443c2390da116c77ec0 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -186,6 +186,11 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'GPL (v2 or later)',
'UNKNOWN', # http://crbug.com/98123
],
+ # http://crbug.com/332244
Paweł Hajdan Jr. 2014/01/09 16:07:23 nit: Please put these just above 'UNKNOWN' so it's
+ # https://bugs.freedesktop.org/show_bug.cgi?id=73401
+ 'third_party/fontconfig': [
+ 'UNKNOWN',
+ ],
'third_party/freetype2': [ # http://crbug.com/177319
'UNKNOWN',
],
« no previous file with comments | « third_party/devscripts/licensecheck.pl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698