Hacker News new | past | comments | ask | show | jobs | submit login

But it's used as-is. That shouldn't trigger the viral clause, or am I misunderstanding something?



You are misunderstanding something. ANY GPLv3 anywhere in your code makes your code subject to GPLv3's terms.


But that is in your code, isn’t this just linking it?


No, linking GPL'ed code makes the product GPL'ed too, unless you're under the System Library exemption, another author-specified exemption or are actually using LGPL'ed not GPL'ed code.

Your code is still under whatever GPL-compatible license you want, but the GPL component means you can only use the product under the GPL, so for example if somebody requested the source code of your distributed product under the GPL, you'd need to provide it, all of it, under the GPL or a compatible license. You cannot just provide the GPL licensed components.

The linked GPL'ed code seems to be client-side/frontend code, so at the very least everything client-side would fall under the GPL (if you want to argue the client(-side) and the server(-side) are different products).


As other commenters have pointed out linking may still make your software GPL. However, there is still some debate on this [1].

[1] https://en.wikipedia.org/wiki/GNU_General_Public_License#Lin...


Linking to GPL code makes all of the code subject to the GPL.


You're thinking of the Affero GPL (AGPL), which triggers the reciprocity clause on modification for network services.

The Lesser GPL (LGPL) limits the reciprocity to the code itself, provided you're only doing dynamic linking or equivalent and not melding the code into yours (i.e. static linking).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: