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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 579623003: Upgrade liblouis to 2.6.0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Simplify whitelist Created 6 years, 3 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/liblouis/tables.json ('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 ec775ebb7ee1cc6824480e607df5e532e532034b..338e4023246fea2693115441cd951a909df504fb 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -231,6 +231,16 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/libjpeg_turbo': [ # http://crbug.com/98314
'UNKNOWN',
],
+
+ # Many liblouis files are mirrored but not used in the NaCl module.
+ # They are not excluded from the mirror because of lack of infrastructure
+ # support. Getting license headers added to the files where missing is
+ # tracked in https://github.com/liblouis/liblouis/issues/22.
+ 'third_party/liblouis/src': [
+ 'GPL (v3 or later)',
+ 'UNKNOWN',
+ ],
+
'third_party/libpng': [ # http://crbug.com/98318
'UNKNOWN',
],
« no previous file with comments | « third_party/liblouis/tables.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698