-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Trying to get ruby-vips usage approval through legal, and finding it somewhat frustrating in our discussions. I figured I'd ask here, for the potential benefit of the community.
ruby-vips is MIT, and libvips is LGPL.
We don't allow LGPL licenses in our apps, but there's debate on where our usage falls and understandably legal will always err on the side of conservative, so we've thus far been unable to get approval.
The plan is to use ruby-vips within a Rails app, but since ruby-vips is built using resources within libvips, our proposed usage has been rejected because of the question: "is it MIT or LGPL all the way down?"
We think that's somewhat of a strange question though, since Rails ships (and has shipped) with vips as the default, so does that mean the default Rails setup isn't MIT either? I'm hoping to find some resource, documentation, or legal clarification somewhere that I can share with my legal team to dispute their findings, or alternatively, something that helps me feel like they've made the right call in this instance.
Thanks in advance!