Returns the OSI Approved status for a license by identifier.
string $identifier:
bool
public function isOsiApprovedByIdentifier($identifier) { return $this->licenses[strtolower($identifier)][2]; }