Ninka is a lightweight license identification tool for source code. It is sentence-based, and provides a simple way to identify open source licenses in a source code file. It is capable of identifying several dozen different licenses (and their variations)
Ninka is a lightweight license identification tool for source code. It is sentence-based, and provides a simple way to identify open source licenses in a source code file. It is capable of identifying several dozen different licenses (and their variations)
To install ninka, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ninka
To see what files were installed by ninka, run:
port contents ninka
To later upgrade ninka, run:
sudo port selfupdate && sudo port upgrade ninka
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.