_GetLicensePath
if (_GetLicensePath(licenseURL, licensePath) == B_OK) {
_GetLicensePath("MIT", mitPath);
_GetLicensePath("GNU LGPL v2.1", lgplPath);
status_t _GetLicensePath(const char* license,