|
|
|
|
|
by Octokiddie
877 days ago
|
|
> In October of 2021 the Software Freedom Conservancy (SFC) decided to launch what is believed to be the first significant open source lawsuit based in contract rather than in copyright. Critically, the SFC’s case argued that anyone who benefits from the General Public License (GPL), not just the authors of the software, should be able to bring a lawsuit to enforce the terms of the GPL. This seems to be the key issue. It's the first time I've heard of a case in which the party claiming harm was not the author of the software. It raises a lot of questions - for example around linking. My understanding of the issue with respect to Linux was that Linus won't enforce GPL against those who link, therefore, Linux is immune to the reciprocity requirement when just linking occurs. This new case seems to raise the issue of whether those other than authors of GPL software can bring suit under contract rather than copyright for linking to GPL-licensed software. |
|
In theory they don’t need to provide sources to any of their libraries that link against Linux as Linux licenses glibc as LGPL.
But they do need to provide the Linux core that they use along with any modifications.