DiamondLightSource / python-copier-template

Diamond's opinionated copier template for pure Python projects managed by pip
Apache License 2.0
4 stars 2 forks source link

Add a github action for licensing compliance checker #182

Open stan-dot opened 1 month ago

stan-dot commented 1 month ago

To prevent using libraries in our projects that are not compatible with our project licenses. For instance using a library with a more restrictive license in our library with a more permissive license. The likelihood of legal action for many of those libraries might not be that great, but multiplied by many libraries and time might be costly, at least in the developer time to migrate to a compatible alternative

https://github.com/marketplace/actions/dependencies-license-compliance-checker

coretl commented 3 weeks ago

Please explain what this would give us, and how it would be helpful

stan-dot commented 3 weeks ago

I added some justification into the description. I guess the legal department would give a full answer, and netizens aren't sure either.

I remember that @garryod might have looked into this topic in the past, not sure though.