From 7fd6abc1eb7e3b2a5f3ea1a587f6cd7e2c582c75 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Tue, 13 Feb 2018 10:45:33 +0100 Subject: [PATCH] tools: remove extra spaces from licensecheck.pl. Change-Id: Iab25373f047cc084efaf751cb9a3cfbf62fd1f7a Reviewed-on: https://code.wireshark.org/review/25767 Reviewed-by: Dario Lombardo --- tools/licensecheck.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/licensecheck.pl b/tools/licensecheck.pl index 8079780525..d44627d69f 100755 --- a/tools/licensecheck.pl +++ b/tools/licensecheck.pl @@ -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)'; }