public function __construct()
 {
     $this->Name = "agent_dep5";
     $this->Title = _("DEP5 copyright file generation");
     $this->AgentName = "dep5";
     parent::__construct();
 }
 public function __construct()
 {
     $this->Name = "agent_adj2nest";
     $this->Title = 'adj2nest';
     $this->AgentName = "adj2nest";
     parent::__construct();
 }
 public function __construct()
 {
     $this->Name = "agent_readmeoss";
     $this->Title = _("ReadMeOSS generation");
     $this->AgentName = "readmeoss";
     parent::__construct();
 }
 public function __construct()
 {
     $this->Name = "agent_bucket";
     $this->Title = _("Bucket Analysis");
     $this->AgentName = "buckets";
     parent::__construct();
 }
 public function __construct()
 {
     $this->Name = "agent_copyright";
     $this->Title = _("Copyright/Email/URL/Author Analysis");
     $this->AgentName = "copyright";
     parent::__construct();
 }
 public function __construct()
 {
     $this->Name = "agent_pkgagent";
     $this->Title = _("Package Analysis (Parse package headers)");
     $this->AgentName = "pkgagent";
     parent::__construct();
 }
Exemple #7
0
 public function __construct()
 {
     $this->Name = "agent_monk";
     $this->Title = _("Monk License Analysis, scanning for licenses performing a text comparison");
     $this->AgentName = "monk";
     parent::__construct();
 }
 public function __construct()
 {
     $this->Name = "agent_nomos";
     $this->Title = _("Nomos License Analysis, scanning for licenses using regular expressions");
     $this->AgentName = "nomos";
     parent::__construct();
 }
 public function __construct()
 {
     $this->Name = "agent_mimetype";
     $this->Title = _("MIME-type Analysis (Determine mimetype of every file.  Not needed for licenses or buckets)");
     $this->AgentName = "mimetype";
     parent::__construct();
 }
 public function __construct()
 {
     $this->Name = "agent_unpack";
     $this->Title = _("Schedule an Unpack");
     $this->AgentName = "ununpack";
     parent::__construct();
 }
 function __construct()
 {
     $this->Name = "agent_deciderjob";
     $this->Title = _("Automatic User License Decider");
     $this->AgentName = AGENT_DECIDER_JOB_NAME;
     parent::__construct();
 }
 function __construct()
 {
     $this->Name = "agent_decider";
     $this->Title = _("Automatic Concluded License Decider, based on scanners Matches");
     $this->AgentName = AGENT_DECIDER_NAME;
     parent::__construct();
 }
 public function __construct()
 {
     $this->Name = "agent_spdx2";
     $this->Title = _("SPDX2 generation");
     $this->AgentName = "spdx2";
     parent::__construct();
 }
 public function __construct()
 {
     $this->Name = "agent_monk_bulk";
     $this->Title = _("Monk Bulk License Clearing");
     $this->AgentName = "monkbulk";
     parent::__construct();
 }
 public function __construct()
 {
     $this->Name = "agent_spdx2tv";
     $this->Title = _("SPDX2 generation in Tag:Value format");
     $this->AgentName = "spdx2tv";
     parent::__construct();
 }
Exemple #16
0
 public function __construct()
 {
     $this->Name = "agent_ninka";
     $this->Title = _("Ninka License Analysis");
     $this->AgentName = "ninka";
     parent::__construct();
 }
 public function __construct()
 {
     $this->Name = "agent_reuser";
     $this->Title = _("Reuse of License Clearing");
     $this->AgentName = "reuser";
     parent::__construct();
     $this->uploadDao = $GLOBALS['container']->get('dao.upload');
 }