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