aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checklicenses.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checklicenses.py')
-rwxr-xr-xtools/checklicenses.py45
1 files changed, 35 insertions, 10 deletions
diff --git a/tools/checklicenses.py b/tools/checklicenses.py
index ba8af699b4..c840565d7c 100755
--- a/tools/checklicenses.py
+++ b/tools/checklicenses.py
@@ -127,6 +127,15 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'dtds': [
'UNKNOWN',
],
+ 'diameter/dictionary.dtd': [
+ 'UNKNOWN',
+ ],
+ 'wimaxasncp/dictionary.dtd': [
+ 'UNKNOWN',
+ ],
+ 'docbook/custom_layer_pdf.xsl': [
+ 'UNKNOWN',
+ ],
'fix': [
'UNKNOWN',
],
@@ -142,34 +151,47 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'packaging/macosx': [
'UNKNOWN',
],
- 'version.h': [
+ 'epan/except.c': [
'UNKNOWN',
],
- 'tools/lemon': [
+ 'epan/except.h': [
'UNKNOWN',
],
- 'epan/except.c': [
+ 'cmake/TestFileOffsetBits.c': [
'UNKNOWN',
],
- 'epan/except.h': [
+ 'cmake/TestWindowsFSeek.c': [
'UNKNOWN',
],
'plugins/mate/mate_grammar.c': [
'GPL (v2 or later) LGPL (v2 or later)', # licensecheck bug?
],
- 'plugins/mate/mate_grammar.h': [
+ # Generated header files by lex/yacc/whatever
+ 'epan/dtd_grammar.h': [
'UNKNOWN',
],
- 'cmake/TestFileOffsetBits.c': [
+ 'epan/dfilter/grammar.h': [
'UNKNOWN',
],
- 'cmake/TestWindowsFSeek.c': [
+ 'plugins/mate/mate_grammar.h': [
+ 'UNKNOWN',
+ ],
+ 'version.h': [
'UNKNOWN',
],
+ # Special IDL license that appears to be compatible as far as I (not a
+ # lawyer) can tell. See
+ # https://www.wireshark.org/lists/wireshark-dev/201310/msg00234.html
'epan/dissectors/pidl/idl_types.h': [
- # Special IDL license that appears to be compatible as far as I (not a
- # lawyer) can tell. See
- # https://www.wireshark.org/lists/wireshark-dev/201310/msg00234.html
+ 'UNKNOWN',
+ ],
+ # Written by Ronnie Sahlberg and correctly licensed, but cannot include
+ # a license header despite the file extension as they need to be
+ # parsed by the pidl tool
+ 'epan/dissectors/pidl/mapi/request.cnf.c': [
+ 'UNKNOWN',
+ ],
+ 'epan/dissectors/pidl/mapi/response.cnf.c': [
'UNKNOWN',
],
# The following tools are under incompatible licenses (mostly GPLv3 or
@@ -180,6 +202,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'tools/html2text.py': [
'UNKNOWN',
],
+ 'tools/lemon': [
+ 'UNKNOWN',
+ ],
}