aboutsummaryrefslogtreecommitdiffstats
path: root/tools/licensecheck.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/licensecheck.pl')
-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)';
}