aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-02-13 10:03:24 +0100
committerDario Lombardo <lomato@gmail.com>2018-02-13 12:25:29 +0000
commit3db1c064045cb496a31adf5a2bc2faddaff4bdad (patch)
tree03dd16f3a54ef3c548101eb63f43e0e05fe06190
parentbc72f7cf5808d17e66b38fa4b98043efc5f1ce29 (diff)
tools: fix zlib check in licensecheck.pl.
Change-Id: I0b1708c6e4530115698d050e41b691af2a948578 Reviewed-on: https://code.wireshark.org/review/25766 Reviewed-by: Dario Lombardo <lomato@gmail.com>
-rwxr-xr-xtools/licensecheck.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/licensecheck.pl b/tools/licensecheck.pl
index d44627d69f..dc5428ecc6 100755
--- a/tools/licensecheck.pl
+++ b/tools/licensecheck.pl
@@ -688,7 +688,7 @@ sub parselicense {
}
if ($licensetext =~ /SPDX-License-Identifier:\s+Zlib/i) {
- $license = "Zlib";
+ $license = "zlib/libpng $license";
}
if ($licensetext =~ /SPDX-License-Identifier:\s+BSD-3-Clause/i) {