askalono icon indicating copy to clipboard operation
askalono copied to clipboard

A tool & library to detect open source licenses from texts

Results 19 askalono issues
Sort by recently updated
recently updated
newest added

## How I got here (You may safely skip this, I just include it because I imagine, many people will come here this way, and it is a way of...

I miss not having the CLA side of things in the diff tool. How can we get to a CLA-askalono? Happy to do some work if you can mentor :)

enhancement
good first issue

In the following diff, the 4's of 2014 (first copyright and second copyright line) are not present in the diff representation on the right: ![image](https://user-images.githubusercontent.com/60270728/104641095-302b7100-565e-11eb-8c58-3498a5ee0d17.png)

License file in question: https://raw.githubusercontent.com/digitalbazaar/forge/master/LICENSE Askalano detects the combination of **BSD License or the GNU General Public License (GPL) Version 2** as: ``` askalono thinks this is AGPL-1.0-only with 88.0%...

bad match

Hey @jpeddicord, looks like it's related to a branch protection rules: https://github.community/t/expected-waiting-for-status-to-be-reported/16727 > Please remove the invalid/outdated status check in the protected branch setting of the repository settings. They should...

Especially when the match is not very close it could be useful to be able to pick other near matches from a drop-down to compare to. One situation where I...

enhancement
good first issue

Command `askalono crawl {directory}` Checks the directory and if the directory has license file it exits with the results. Folder structure * root * folder1 * LICENSE1 * folder3 *...

enhancement
good first issue

This seems to find the license only in the representative license file (ex- NOTICE, LICENSE.txt). Is that right? At this time, it would be really nice to print copyright text...

enhancement
open-ended

Yes, really. Not so much for use in a browser, but to make use in Node less painful. Alternatives to _that_ root problem: * Use [neon](https://github.com/neon-bindings/neon), a cool project in...

open-ended

See this file containing multiple licenses: https://github.com/mvantellingen/python-zeep/blob/master/LICENSE It contains both MIT and BSD, but askalono is not able to detect either.

enhancement
help wanted
good first issue