Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Anyone knows how Ninka is compared to licensecheck? #44

Open
iynehz opened this issue Jan 19, 2018 · 1 comment
Open

Question: Anyone knows how Ninka is compared to licensecheck? #44

iynehz opened this issue Jan 19, 2018 · 1 comment

Comments

@iynehz
Copy link

iynehz commented Jan 19, 2018

licensecheck: https://metacpan.org/pod/distribution/App-Licensecheck/bin/licensecheck

@jeremiah
Copy link
Contributor

jeremiah commented Jan 20, 2018

Licensecheck is a tool from Debian and is pretty useful if you're doing quick and dirty Debian packaging. ninka is much more sophisticated, it has support for creating SQL database entries, Excel files, and splits source code files into code and comments looking for 'tokens' or short sentences that it uses to identify which license the source code is under. Licensecheck uses a simpler algorithm where it is mostly doing a regular expression and key word search for words like 'license' and 'copyright'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants