osism / openstack-image-manager

Easily manage and keep up to date a large number of images on an OpenStack environment
https://osism.tech/docs/guides/operations-guide/openstack/tools/image-manager/
Apache License 2.0
29 stars 19 forks source link

Check licenses of dependencies #663

Open mbuechse opened 1 year ago

mbuechse commented 1 year ago

Apparently, the openstack-image-manager uses a library for extracting archives, namely patool, which is under GPLv3. As far as I understand, the image manager then is regarded as a work derived from patool and therefore has to be distributed under GPL as well. Right now, however, it is distributed under Apache v2.

I think patool is easily replaced if necessary. I haven't checked any other dependencies though.

fkr commented 1 year ago

Interesting find!