license-checker-rseidelsohn icon indicating copy to clipboard operation
license-checker-rseidelsohn copied to clipboard

Automatically determine compatible licenses?

Open fhg-isi opened this issue 1 year ago • 2 comments

I would expect, that the license checker automatically checks if the licenses are compatible to the license of the project, similar to https://github.com/FHPythonUtils/LicenseCheck for python.

However, it seems that I need to manually specify what licenses I want to allow/forbit.

=> Is there another tool that generates those lists for me when specifying my target license and that I should use in combination with the license-checker?

fhg-isi avatar Jul 27 '23 12:07 fhg-isi

@fhg-isi Have you found any tools to help you do this?

ggorge-etiqa avatar Oct 03 '23 10:10 ggorge-etiqa

Nope. For the time being I use the manual approach of a list of allowed licenses:

https://github.com/fraunhofer-isi/micat/blob/main/front_end/check/check_licenses.js https://github.com/fraunhofer-isi/micat/blob/main/.github/workflows/front_end_license_check.yml

fhg-isi avatar Oct 09 '23 07:10 fhg-isi