mirror of https://github.com/CGAL/cgal
special case for Random Forest
This commit is contained in:
parent
0228f1e4ee
commit
dfe3ce485d
|
|
@ -593,6 +593,10 @@ sub parselicense {
|
|||
if ($licensetext =~ /SPDX-License-Identifier LGPL-3.0-only/i) {
|
||||
$license = "LGPL (v3)";
|
||||
}
|
||||
|
||||
if ($licensetext =~ /SPDX-License-Identifier LicenseRef-RFL/i) {
|
||||
$license = "MIT/X11 (BSD like)";
|
||||
}
|
||||
}
|
||||
|
||||
$license = "UNKNOWN" if (!length($license));
|
||||
|
|
|
|||
Loading…
Reference in New Issue