|
|
|
|
|
by doubletwoyou
531 days ago
|
|
I think you might be thinking of the LGPL, where it’s fine to use a piece of code if you dynamically link to it (and maybe something about providing relinkable object files, but I’m not too clear about that). The GPL, on the other hand, mandates that any code that interacts with GPL’d code must be GPL’d, unless it can be easily replaced or such and such (i.e. your non GPL code calls a GPL binary via fork & exec or the like). I’m not an expert in this sort of thing, so a more knowledgeable person may chime in. |
|