aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checklicenses.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checklicenses.py')
-rwxr-xr-xtools/checklicenses.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/checklicenses.py b/tools/checklicenses.py
index 310d9f75b0..523b4006ec 100755
--- a/tools/checklicenses.py
+++ b/tools/checklicenses.py
@@ -133,7 +133,10 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
],
'wiretap/ascend.h': [
'GPL (v3 or later)',
- ]
+ ],
+ 'packaging/macosx': [
+ 'UNKNOWN',
+ ],
}