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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 727003004: Add python coverage module to third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/pycoverage/tox.ini ('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 1fc824bf8ec51b95e7a25a260acf262e1285f44d..8fabb65911c9a9f06d792d726f326668cfc41796 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -300,12 +300,15 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'UNKNOWN',
],
- # http://crbug.com/222831
- # https://bitbucket.org/eliben/pyelftools/issue/12
- 'third_party/pyelftools': [
+ # https://bitbucket.org/ned/coveragepy/issue/313/add-license-file-containing-2-3-or-4
+ # BSD 2-clause license.
+ 'third_party/pycoverage': [
'UNKNOWN',
],
+ 'third_party/pyelftools': [ # http://crbug.com/222831
+ 'UNKNOWN',
+ ],
'third_party/scons-2.0.1/engine/SCons': [ # http://crbug.com/98462
'UNKNOWN',
],
« no previous file with comments | « third_party/pycoverage/tox.ini ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698