SEMLA does not support the license annotation of 18.9.2 to define whether binary or source export is possible.
record License
String licensee = "" " Optional string to show information about the licensee ";
String id [:] " Unique machine identifications , e.g.\ MAC addresses ";
String features [:] = fill ("", 0) " Activated library license features ";
String startDate = "" " Optional start date in UTCformat YYYY -MM -DD";
String expirationDate = "" " Optional expiration date in UTCformat YYYY -MM -DD";
String operations [:] = fill ("", 0) " Library usage conditions ";
end License ;