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': [ |