tools: fix BSD license name in licensecheck.pl.

Change-Id: I401efcbb4f8f9eec5ef38f3788e979a3752c4a7f
Reviewed-on: https://code.wireshark.org/review/25714
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Dario Lombardo 2018-02-09 14:58:53 +01:00 committed by Anders Broman
parent d2d1f793f8
commit a9733b5cd5
1 changed files with 1 additions and 1 deletions

View File

@ -694,7 +694,7 @@ sub parselicense {
}
if ($licensetext =~ /SPDX-License-Identifier:\s+BSD-3-Clause/i) {
$license = 'BSD-3-Clause';
$license = 'BSD (3 clause)';
}