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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 1643523003: Add catapult/third_party/coverage to check_licenses test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | 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 065d48f4d400a2d8d4be926567146d872cdb7a32..e690db208045f2bd3b8e68560008065ee782cd9e 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -223,6 +223,12 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'UNKNOWN'
],
+ # https://bitbucket.org/ned/coveragepy/issue/313/add-license-file-containing-2-3-or-4
+ # Apache (v2.0) license, not shipped
+ 'third_party/catapult/third_party/coverage': [
+ 'Apache (v2.0)'
+ ],
+
# https://code.google.com/p/graphy/issues/detail?id=6
# Apache (v2.0)
'third_party/catapult/third_party/graphy': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698