Merge pull request #4334 from sloriot/CGAL-SPDX_cleanup_fixes

Fix some remaining license notice + add a missing LicenseRef-Commercial
This commit is contained in:
Laurent Rineau
2019-11-06 17:45:23 +01:00
4 changed files with 8 additions and 15 deletions
+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)";
}