also detect BSL

This commit is contained in:
Sébastien Loriot
2019-11-04 09:24:22 +01:00
parent bff5db68e1
commit 0d4963f455
+4
View File
@@ -594,6 +594,10 @@ sub parselicense {
$license = "LGPL (v3)";
}
if ($licensetext =~ /SPDX-License-Identifier BSL-1.0/i) {
$license = "BSL 1.0";
}
if ($licensetext =~ /SPDX-License-Identifier LicenseRef-RFL/i) {
$license = "MIT/X11 (BSD like)";
}