FOSSology  4.4.0
Open Source License Compliance by Open Source Software
OJO Agent

Table of Contents

OJO agent uses regular expressions to find out SPDX License identifiers from a file.

The agent runs in multi-threaded mode and creates a new thread for every pfile for faster processing.

Supported actions

Command line flag Description
-h [–help] Shows help
-v [–verbose] Increase verbosity
–files arg Files to scan
-J [–json] Output JSON
-d [–directory] Directory to be scanned (recursive)
-c [ –config ] arg Path to the sysconfigdir
–scheduler_start Specifies, that the command was called by the
scheduler
–userID arg The id of the user that created the job (only in
combination with –scheduler_start)
–groupID arg The id of the group of the user that created the job
(only in combination with –scheduler_start)
–jobId arg The id of the job (only in combination with
–scheduler_start)

Agent source