On Tue, Nov 15, 2022, 12:24 Miro Hrončok <mhroncok@redhat.com> wrote:
On 14. 11. 22 20:53, Miroslav Suchý wrote:
> 1) You can use https://github.com/spdx/spdx-license-diff and use it to identify
> your license. This is a Chrome and Firefox plugin and allows you to select the
> text; and in the context menu, you can choose to identify the license. It will
> print, e.g., that it matches 60% of the MIT-feh license and highlight the
> difference. Or...

Do we have a command line tool for this? Does licensecheck support SPDX
identifiers?

(I find the use of browser extension for this very weird. I have the LICENSE
file unpackaged with the sources on my machine, I am not browsing it on the web.)

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue


I package askalono-cli which can detect license texts and outputs an SPDX identifier:  https://github.com/jpeddicord/askalono

We use it in go2rpm. 

Best regards, 

Robert-André