pharext\SourceDir\Basic::getLicense PHP Method

getLicense() public method

public getLicense ( )
    public function getLicense()
    {
        if ($file = $this->findLicense($this->getBaseDir())) {
            return $this->readLicense($file);
        }
        return "UNKNOWN";
    }