开发者

Using GNU LGPLv3 platform on back-end of a commercially-hosted solution [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

This question does not appear to be about programming within the scope defined in the help center.

Closed 7 years ago.

Improve this question

My company is wanting to productionize a suite of drawing (CAD) and mapping solutions (GIS) as a commercial solution in a hosted environment (users would access via the web on a subscription basis). On the back-en开发者_开发技巧d, we wish to implement a content/document management platform that is available under GNU LGPLv3. It is our intent to not distribute the LGPL application nor will we expose its user interface to end-users (it will be used akin to a database for our solutions). That said, does this usage comply with the license given that we will charge customers for our solution? Also, as we are not modifying the LGPL platform's source code (we are accessing it programmatically only via its published web services API), are we required to make available our source code?


Accessing GPL or LGPL services via an API doesn't require you to make the source code of your application available, as long as you don't give the code to your customers. See the related question here about MySQL.

If the platform was AGPL, I believe that would be a different story, as accessing an AGPL service via a network is considered as equivalent to distribution.


The LGPL does not prohibit commercial use. And as long as you're not distributing the software, I don't see why this should be even a question. Anyway you're merely asking for a compliance check but that can only be done by your companies lawyers, if it's an issue for them. So ask a lawyer instead, and that lawyer will ask you about the specifics of your software and then checks if it's compliant or not.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜