What are the consequences of GPL dependencies

gpllicensing

I am developing software for my company and I would like to use some libraries under GPL license.

What could be the consequences? Does it mean that the code developed above these GPL dependencies will also be under GPL? Do I have the obligation to publish the source code of these products?

Best Answer

I am not a lawyer, but.. The GNU GPL lays it's requirements out quite concisely. I'd suggest reading it, and you'll certainly need your management to read it before you go that way.

However, the GPL is a copyright license. So, if you're not distributing the derived software outside of the company, it would not generally be applicable.

If you are developing commercial software, then obviously this is not the case, but if you're developing in-house software, where you won't actually be publishing the software to anyone, then the GPL doesn't apply.

Related Topic