Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Ninka - source file license identification tool

Description

       Scans a source file and returns the found licenses.

Name

       Ninka - source file license identification tool

Synopsis

           use Ninka;

           my $input_file = 'some/path/file_of_interest';
           my $create_intermediary_files = 0;
           my $verbose = 0;

           my $license_result = Ninka::process_file($input_file, $create_intermediary_files, $verbose);

See Also