Index: tools/checklicenses/checklicenses.py |
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py |
index ec775ebb7ee1cc6824480e607df5e532e532034b..56259cbcc90c652fba519443dffb2976c51b50b0 100755 |
--- a/tools/checklicenses/checklicenses.py |
+++ b/tools/checklicenses/checklicenses.py |
@@ -231,6 +231,38 @@ 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/build-aux': [ |
Paweł Hajdan Jr.
2014/09/17 20:23:27
Just one suppression for third_party/liblouis woul
|
+ 'GPL (v3 or later)', |
+ 'UNKNOWN', |
+ ], |
+ 'third_party/liblouis/src/contrib': [ |
+ 'UNKNOWN', |
+ ], |
+ 'third_party/liblouis/src/gnulib': [ |
+ 'GPL (v3 or later)', |
+ 'UNKNOWN', |
+ ], |
+ 'third_party/liblouis/src/tables/maketablelist.sh': [ |
+ 'UNKNOWN', |
+ ], |
+ 'third_party/liblouis/src/tests': [ |
+ 'UNKNOWN', |
+ ], |
+ 'third_party/liblouis/src/python': [ |
+ 'UNKNOWN', |
+ ], |
+ 'third_party/liblouis/src/tools': [ |
+ 'GPL (v3 or later)', |
+ ], |
+ 'third_party/liblouis/src/windows': [ |
+ 'UNKNOWN', |
+ ], |
+ |
'third_party/libpng': [ # http://crbug.com/98318 |
'UNKNOWN', |
], |