aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checklicenses.py
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-25 10:35:09 +0200
committerJeff Morriss <jeff.morriss.ws@gmail.com>2014-08-26 15:22:28 +0000
commitefd95341e81ceb39127b4df2cee855b6fd9a2b0b (patch)
tree89026657cc9b69d10bee8f945cf13170b78964db /tools/checklicenses.py
parent88a3b3027dc20b94579bcc9b1a9fd87d96b4c6ec (diff)
Add custom_layer_chm.xsl to UNKNOWN (fix checklicence)
Change-Id: I4c336f21f721443e83eca7b9bf8d7a6138b367f4 Reviewed-on: https://code.wireshark.org/review/3827 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Jeff Morriss <jeff.morriss.ws@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 6465f45c65..b242c993bc 100755
--- a/tools/checklicenses.py
+++ b/tools/checklicenses.py
@@ -137,6 +137,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'docbook/custom_layer_pdf.xsl': [
'UNKNOWN',
],
+ 'docbook/custom_layer_chm.xsl': [
+ 'UNKNOWN',
+ ],
'fix': [
'UNKNOWN',
],