aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-02-13 10:45:33 +0100
committerDario Lombardo <lomato@gmail.com>2018-02-13 09:46:18 +0000
commit7fd6abc1eb7e3b2a5f3ea1a587f6cd7e2c582c75 (patch)
treebfd4b872da9dcc3442186a52c5ae18efc244f140 /tools
parentd2af01684cc445e98fb10666ba42c8a9e4b79d81 (diff)
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>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/licensecheck.pl3
1 files changed, 0 insertions, 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)';
}