aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checklicenses.py
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-09-07 22:06:19 +0000
committerEvan Huus <eapache@gmail.com>2013-09-07 22:06:19 +0000
commit2fd0b974f7dfd48b05dd04e43571c3f1c1617696 (patch)
tree5438c7bcc69536726ae10391b888ec44080ad76c /tools/checklicenses.py
parent9507f56495679132fc379da60b7fc84dd361bb1b (diff)
Ignore licensing in the macosx packaging - it's all copied from Inkscape (GPL)
as far as I can tell, so it doesn't have our headers. svn path=/trunk/; revision=51829
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',
+ ],
}