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>
This commit is contained in:
Dario Lombardo 2018-02-13 10:03:24 +01:00
parent bc72f7cf58
commit 3db1c06404
1 changed files with 1 additions and 1 deletions

View File

@ -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) {