logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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