tools: remove extra spaces from licensecheck.pl.

Change-Id: Iab25373f047cc084efaf751cb9a3cfbf62fd1f7a
Reviewed-on: https://code.wireshark.org/review/25767
Reviewed-by: Dario Lombardo <lomato@gmail.com>
This commit is contained in:
Dario Lombardo 2018-02-13 10:45:33 +01:00
parent d2af01684c
commit 7fd6abc1eb
1 changed files with 0 additions and 3 deletions

View File

@ -670,8 +670,6 @@ sub parselicense {
$license = "GPL$gplver$extrainfo $license";
}
if ($licensetext =~ /is distributed under the terms of the GNU General Public License,/
and length $gplver) {
$license = "GPL$gplver$extrainfo $license";
@ -697,7 +695,6 @@ sub parselicense {
$license = 'BSD (3 clause)';
}
if ($licensetext =~ /SPDX-License-Identifier:\s+MIT/i) {
$license = 'MIT/X11 (BSD like)';
}