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

Author

ninka was written by Daniel M. German <dmg@uvic.ca> and Yuki Manabe <y-manabe@ist.osaka-u.ac.jp>.

Description

       Scans a source file and returns the found licenses.

Examples

ninkafoo.c
           Determine the licenses in file foo.c.

       ninka-ifoo.c
           Determine the licenses in file foo.c and create intermediary files (for debugging).

       find * | xargs -n1 -I@ ninka '@'
           Determine the licenses of files in a directory.

Name

       ninka - source file license identification tool

Options

-i  create intermediary files (for debugging)

       -v  verbose

See Also

       Daniel  M.  German,  Yuki  Manabe  and  Katsuro  Inoue.  A sentence-matching method for automatic license
       identification of source code files. In 25nd IEEE/ACM  International  Conference  on  Automated  Software
       Engineering (ASE 2010).

       You can download it from http://turingmachine.org/~dmg/papers/dmg2010ninka.pdf.

Synopsys

ninka [options] filename

See Also