aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checklicenses.py
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-01-03 19:06:26 +0100
committerAnders Broman <a.broman58@gmail.com>2016-01-12 05:42:57 +0000
commit9a09f368079ceaf43ead855414a17a1f86b8c544 (patch)
tree0e1c119f8e9cb0b29a2c8b51bcc3c67e3a312a0f /tools/checklicenses.py
parent95d6848253fdef77e817494c4590d007706ec52f (diff)
Lemon: resync with upstream
lemon: Thu Oct 29 13:48:15 2015 lempar: Tue Nov 10 14:51:22 2015 a copy of all Wireshark changes are available https://github.com/alagoutte/sqlite/tree/wireshark Change-Id: I51f8b40a7087362502f6ce2156820a9f107ddf15 Reviewed-on: https://code.wireshark.org/review/13033 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'tools/checklicenses.py')
-rwxr-xr-xtools/checklicenses.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/checklicenses.py b/tools/checklicenses.py
index 1ba939fb95..39b1b6dfa2 100755
--- a/tools/checklicenses.py
+++ b/tools/checklicenses.py
@@ -177,6 +177,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'epan/dfilter/grammar.h': [
'UNKNOWN',
],
+ 'epan/dfilter/grammar.c': [
+ 'UNKNOWN',
+ ],
'plugins/mate/mate_grammar.h': [
'UNKNOWN',
],