|
|
|
|
|
by mooman219
2562 days ago
|
|
I believe your last statement is incorrect. Applications written entirely by your developers that merely happen to run on a Linux-based operating system, distributed in conjunction with those works (Linux/Busybox/etc), are separate works within the meaning of copyright law. GPL requires you to provide complete and corresponding source for the GPL’d components and your modifications thereto, but not for independent proprietary applications. For example, programs compiled by gcc (GPL) are not considered derived works and therefore don't need to also hold the GPL license. In the case of the topic, that appears to be a violation as the game can be considered a derived work. Most violations are handled on a case by case basis if there is legal action due to the nature of "derived work". |
|
If you distribute binary GPL'd software such as the Linux kernel you also have to provide the exact source used to generate those binaries.
Because ip cameras are shipped with binary Linux kernel images they should also provide either the exact source used or an offer of how to get the source.
> For example, programs compiled by gcc (GPL) are not considered derived works
Yep you're right. We probably just misunderstood each other. I was specifically referring to GPL'd components like Linux & Busybox, not any applications that happen to be running on top of them.