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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 2156223002: [Courgette] Add third party-library: libdivsufsort. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update checklicenses.py. Created 4 years, 5 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 17da23bfa6fc2663c2174e774428fc6bcace5538..f2897f2d495feb41a22fc02f197bb22e64f874a5 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -638,6 +638,10 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
# https://github.com/PyCQA/pylint/issues/894
'UNKNOWN',
],
+
+ 'courgette/third_party/divsufsort': [ # http://crbug.com/608885
Paweł Hajdan Jr. 2016/07/22 13:23:52 No, this needs to be *upstream* bug report about m
Lei Zhang 2016/07/26 17:38:11 631482
huangs 2016/07/26 20:24:19 Can remove this now that we put back license boile
+ 'UNKNOWN',
+ ],
}
EXCLUDED_PATHS = [

Powered by Google App Engine
This is Rietveld 408576698