Index: tools/checklicenses/checklicenses.py |
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py |
index 065d48f4d400a2d8d4be926567146d872cdb7a32..9169bfde355d772e7a9a87d2e6d6227a3a4510b1 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': [ |
+ 'UNKNOWN' |
+ ], |
+ |
# https://code.google.com/p/graphy/issues/detail?id=6 |
# Apache (v2.0) |
'third_party/catapult/third_party/graphy': [ |