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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 1920403002: [content/test/gpu] Run pylint check of gpu tests in unittest instead of PRESUBMIT (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update path to LICENSE.txt of logilab/README.chromium Created 4 years, 7 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/pylint/pylint/utils.py ('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 bd46c94657f73471861fc5539387e7a67919cb67..2048f89ab82c7e6ff103b8251ec3500d808a0e1f 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -648,6 +648,25 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
# https://sourceforge.net/p/pyserial/feature-requests/35/
'UNKNOWN',
],
+ # Not shipped, GPL license but some header files contain no licensing info.
+ 'third_party/logilab/logilab/astroid': [
+ 'GPL (v2 or later)',
+ # https://github.com/PyCQA/astroid/issues/336
+ 'UNKNOWN',
+ ],
+ # Not shipped, GPL license but some header files contain no licensing info.
+ 'third_party/logilab/logilab/common': [
+ 'GPL (v2 or later)',
+ # Look for email by nednguyen@google.com in May 5th in
+ # https://lists.logilab.org/pipermail/python-projects/
+ 'UNKNOWN',
+ ],
+ # Not shipped, GPL license but some header files contain no licensing info.
+ 'third_party/pylint': [
+ 'GPL (v2 or later)',
+ # https://github.com/PyCQA/pylint/issues/894
+ 'UNKNOWN',
+ ],
}
EXCLUDED_PATHS = [
« no previous file with comments | « third_party/pylint/pylint/utils.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698