LWN: Comments on "SFC files suit against Vizio over GPL violations" https://lwn.net/Articles/873338/ This is a special feed containing comments posted to the individual LWN article titled "SFC files suit against Vizio over GPL violations". en-us Sat, 11 Oct 2025 18:05:03 +0000 Sat, 11 Oct 2025 18:05:03 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net SFC files suit against Vizio over GPL violations https://lwn.net/Articles/876055/ https://lwn.net/Articles/876055/ allenwrench1 <div class="FormattedComment"> I think they will have to dish it out in contract court than copyright court<br> </div> Sun, 14 Nov 2021 20:46:53 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/874472/ https://lwn.net/Articles/874472/ ghane <div class="FormattedComment"> FYI, in case you wish to add to your calendar. The next significant date is 25 Apr 2022, for the Case Management Conference, where administrative and scheduling issues will be discussed.<br> <p> <p> </div> Sun, 31 Oct 2021 11:54:36 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/874019/ https://lwn.net/Articles/874019/ Wol <div class="FormattedComment"> You don&#x27;t even need to host downloads. Just use a half-way decent VCS for internal development, and mirror it on the net. Git*** would be perfect.<br> <p> You just need to make sure your engineering process tags EVERY release, both in the release and in the VCS. Then it&#x27;s a simple matter of dealing with requests by (a) asking customers what the release tag of their software is, and (b) pointing them at git*** to &quot;download that tag&quot;.<br> <p> Of course, that process needs to work ...<br> <p> (And it has the side effect that interested parties like mjg might go through your work and take on board the work of upstreaming it for you! They might not, too, of course ...)<br> <p> Cheers,<br> Wol<br> </div> Tue, 26 Oct 2021 12:52:24 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/874018/ https://lwn.net/Articles/874018/ tao <div class="FormattedComment"> Sure, you need to host downloads. But most hardware already have an infrastructure in place for downloading documentation or firmware updates, so they already have some form of hosting service. Also, almost every company already have websites...<br> </div> Tue, 26 Oct 2021 09:21:29 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873686/ https://lwn.net/Articles/873686/ pabs <div class="FormattedComment"> They do ask for financial compensation for the costs of filing the lawsuit (including lawyers fees and I guess employee time) as well as potentially other relief:<br> <p> COMPLAINT - 25<br> <p> 9 e. For costs of suit incurred herein;<br> 10 f. For attorney&#x27;s fees to the extent authorized by law; and<br> 11 g. For such other and further relief as the Court deems just and proper.<br> </div> Fri, 22 Oct 2021 05:10:48 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873671/ https://lwn.net/Articles/873671/ atai <div class="FormattedComment"> The GPL suit seems to have little if anything to do with this--SFC is not even asking for financial penalty.<br> </div> Thu, 21 Oct 2021 21:49:15 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873657/ https://lwn.net/Articles/873657/ zdzichu <div class="FormattedComment"> Why it&#x27;s &quot;impossible&quot; to release someone&#x27;s proprietary code under GPL, while distributing GPL binaries without source code isn&#x27;t? It is exactly the same offence - breaking the license.<br> </div> Thu, 21 Oct 2021 20:27:07 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873651/ https://lwn.net/Articles/873651/ excors <div class="FormattedComment"> <font class="QuotedText">&gt; Every time I visit a Microsoft website, it *always* insists on giving me the Spanish version of the website. It&#x27;s like they didn&#x27;t even read the RFCs.</font><br> <p> I think the problem with many forms of content negotiation is that the rules in the standard are not a stable equilibrium. Maybe the most popular web browser sends a buggy Accept header in a certain OS configuration, and a web site follows the rules but its users complain that they&#x27;re receiving a language they can&#x27;t read, so the web site has to break the rules to get decent behaviour. But maybe the site didn&#x27;t test it on other browsers in all language configurations, so now those browsers&#x27; users can&#x27;t read the site, and the browser developers have to break the rules to make the site readable before all their users switch to the &#x27;working&#x27; browser. Then repeat back and forth for a couple of decades, until eventually it settles into a stable state that has little resemblance to the original standard and you&#x27;re lucky if someone reverse-engineers and documents it.<br> <p> Everyone involved may know perfectly well what the RFC says, but they can&#x27;t implement the RFC correctly because it&#x27;ll cause a significantly worse user experience.<br> <p> There&#x27;s also the &quot;serious disadvantages&quot; mentioned in the actual RFC (<a href="https://httpwg.org/specs/rfc7231.html#content.negotiation">https://httpwg.org/specs/rfc7231.html#content.negotiation</a>) - even if everyone followed the RFC perfectly, it wouldn&#x27;t work very well. (See also <a href="https://wiki.whatwg.org/wiki/Why_not_conneg">https://wiki.whatwg.org/wiki/Why_not_conneg</a> justifying why HTML5 &lt;video&gt; doesn&#x27;t do any negotiation over HTTP; the server just provides a list of all available formats and lets the browser decide.)<br> </div> Thu, 21 Oct 2021 18:29:19 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873644/ https://lwn.net/Articles/873644/ NYKevin <div class="FormattedComment"> <font class="QuotedText">&gt; One out of a long list of websites that insist to use the main language of the place you access it from, rather than one of your preferred languages.</font><br> <p> Meh, I&#x27;ve seen worse. My browser sends the following Accept-Language header:<br> <p> <font class="QuotedText">&gt; en-US,en;q=0.9,es-US;q=0.8,es-MX;q=0.7,es;q=0.6</font><br> <p> Translated into English, this means &quot;I prefer English, but can understand Spanish if that&#x27;s all you&#x27;ve got.&quot;<br> <p> Every time I visit a Microsoft website, it *always* insists on giving me the Spanish version of the website. It&#x27;s like they didn&#x27;t even read the RFCs.<br> </div> Thu, 21 Oct 2021 17:33:38 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873634/ https://lwn.net/Articles/873634/ rgmoore <blockquote>In that case, the cost still exists, but I think you'll agree that it is derisory.</blockquote> <p>Only if you're actually following the rules about mixing GPL and proprietary code. It's quite possible that one reason companies don't want to obey the GPL is because they have been mixing GPL and proprietary code. That's annoying if it's your proprietary code, since the easiest route to GPL compliance is to release your proprietary stuff under the GPL, but it can be impossible if you're using someone else's proprietary code and don't have the right to release it under the GPL. I suppose not mixing code under incompatible licenses might be part of your professional standards, but if it is you'll find there are a lot of unprofessional shops out there. Thu, 21 Oct 2021 16:06:20 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873537/ https://lwn.net/Articles/873537/ oldtomas <div class="FormattedComment"> &quot;There&#x27;s a pretty clear cost of dealing with the GPL.&quot;<br> <p> Of course, I agree. There is a cost.<br> <p> Pizza (possibly) and me were making the tacit assumption that the developmment process is halfway up to professional standards: that you know which source the binaries you have &quot;out there&quot; come from (and via which build process). In that case, the cost still exists, but I think you&#x27;ll agree that it is derisory.<br> </div> Thu, 21 Oct 2021 07:39:47 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873530/ https://lwn.net/Articles/873530/ Cyberax <div class="FormattedComment"> Sorry, meant to write MIPS. You&#x27;re right, the early BCM-based devices were all MIPS32.<br> </div> Thu, 21 Oct 2021 03:00:59 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873503/ https://lwn.net/Articles/873503/ joib <div class="FormattedComment"> <font class="QuotedText">&gt; Linksys devices provided probably the first readily-available platform for ARM experiments.</font><br> <p> They did? I recall the WRT54G I had back in the day was MIPS, as was the follow-up 802.11n ath9k router I got. Current one is ARM, though.<br> </div> Wed, 20 Oct 2021 20:28:05 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873499/ https://lwn.net/Articles/873499/ Cyberax <div class="FormattedComment"> There were router-focused distributions even before WRT. The novelty of WRT was that it was very lightweight, so it could work on devices with few megabytes of flash and still provide a Web-based UI. <br> <p> The other advantage was hardware. Back then embedded Linux was a radioactive wasteland with barely-supported vendor kernels that hard-coded all the devices. But you couldn&#x27;t get them anyway, because development kits often cost $$$$ if they were available at all. Linksys devices provided probably the first readily-available platform for ARM experiments.<br> </div> Wed, 20 Oct 2021 20:00:17 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873491/ https://lwn.net/Articles/873491/ JanC_ <div class="FormattedComment"> This also means people who are travelling often get denied help/support because they get redirected to some page they can’t understand…<br> </div> Wed, 20 Oct 2021 18:35:53 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873487/ https://lwn.net/Articles/873487/ farnz <p>The documentation with my Roku stick (including the onboard help) all uses the no-language link. Wed, 20 Oct 2021 18:04:46 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873486/ https://lwn.net/Articles/873486/ NYKevin <div class="FormattedComment"> I was tacitly assuming that they put the en-us link in their documentation, and the no-language link only exists at all by accident (but search engines prefer the no-language link, because they assume it&#x27;s the canonical version, or because the site has incorrectly annotated it as canonical). If that&#x27;s not the case, then maybe they are in violation (I&#x27;m no lawyer), but it&#x27;s a relatively small violation in the grand scheme of things.<br> </div> Wed, 20 Oct 2021 18:03:24 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873474/ https://lwn.net/Articles/873474/ jebba <div class="FormattedComment"> <font class="QuotedText">&gt; misuse of open source software</font><br> <p> Perhaps violating 17 U.S. Code § 501.<br> </div> Wed, 20 Oct 2021 15:48:04 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873471/ https://lwn.net/Articles/873471/ rahulsundaram <div class="FormattedComment"> <font class="QuotedText">&gt; Also known as software piracy.</font><br> <p> <a href="https://www.gnu.org/philosophy/why-free.en.html">https://www.gnu.org/philosophy/why-free.en.html</a><br> <p> &quot;Owners use smear words such as “piracy” and “theft,” as well as expert terminology such as “intellectual property” and “damage,” to suggest a certain line of thinking to the public—a simplistic analogy between programs and physical objects.&quot;<br> </div> Wed, 20 Oct 2021 15:39:34 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873429/ https://lwn.net/Articles/873429/ jebba <div class="FormattedComment"> <font class="QuotedText">&gt; misuse of open source software</font><br> <p> Also known as software piracy. If that is true, then they committed more criminal offenses too.<br> </div> Wed, 20 Oct 2021 15:10:02 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873412/ https://lwn.net/Articles/873412/ mcatanzaro <div class="FormattedComment"> <font class="QuotedText">&gt; This is particularly relevant for the case at hand, since the Conservancy represents the developers of some of the software at hand. So shutting down the first law suit would directly provide evidence for a second.</font><br> <p> They&#x27;ve already precluded this argument by claiming the opposite, so that won&#x27;t happen.<br> </div> Wed, 20 Oct 2021 13:56:51 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873406/ https://lwn.net/Articles/873406/ joib <div class="FormattedComment"> <font class="QuotedText">&gt; On the other hand, I&#x27;ve had arguments with people who claimed GPL enforcement will ultimately weaken free software adoption as vendors will increasingly switch to proprietary software instead. This claim was based on the WRT54GL case, apparently, but upon reading up on it, it seems like the outcome of that case was exactly the opposite of what the claim would be: the router continued to sell even 11 years after it was introduced, thanks to its open firmware ecosystem, benefiting both Linksys and the customers.</font><br> <p> Yet on the other hand (or are we counting on feet already?) couldn&#x27;t one argue that the WRT54 lawsuit kickstarted the DD-WRT and later openwrt projects, of which it appears at least a lightly skinned openwrt is the router OS of choice of many vendors? So Linksys may or may not have benefited in the end, but the entire ecosystem as a whole certainly did.<br> </div> Wed, 20 Oct 2021 11:26:35 +0000 Mali + GPL https://lwn.net/Articles/873407/ https://lwn.net/Articles/873407/ scientes <div class="FormattedComment"> I am not attacking downstream users of the Mali driver. They are doing what is common (although it creates lots of work and madness for everyone involved—externalities to ARM), and should not be persecuted.<br> </div> Wed, 20 Oct 2021 11:25:00 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873401/ https://lwn.net/Articles/873401/ dvdeug <div class="FormattedComment"> I didn&#x27;t respond to pizza because I didn&#x27;t have anything to say to them; there are distinct costs of other options. But you are getting hostile and unfair.<br> <p> I dot my i&#x27;s and cross my t&#x27;s on licenses, and it boils my blood sometimes to see other people who don&#x27;t. I can&#x27;t tell you how many time people have failed to followed a simple CC-BY license correctly. The GPL-2 requires, by my understanding, that if you ship the Linux kernel, you have to ship your particular configuration code to build your specific kernel, not just generic kernel source. Every time you ship a binary patch, you have to update your source code availability to include the version of the kernel you used for that patch and the configuration code you used. The GPL-2 gives no exception to shipping all source code or providing a written offer, except for non-commercial distribution; in theory, even if you&#x27;re basing it on a particular version of Debian or Red Hat, you still need to provide source in lieu of pointing to their source repositories. (That is likely to be a difference between doing it right and doing it good enough.) <br> <p> In any case, the GPL 2 is going to require, for every binary patch, that you have a system for making sure you&#x27;re posting correct source along with it. That&#x27;s an real cost.<br> <p> I also see a difference here between FSF copyright assignments and Linux&#x27;s lack thereof. For all the FSF copyright assignments are a pain, as a company, I would know who they are, and I would know how they work, and if there&#x27;s some license requirement we were having problems with, I&#x27;d expect a polite note from them to start. If we were honest about trying to comply, I wouldn&#x27;t be worried the FSF was going to sue us. With Linux, you can get sued in random jurisdictions by copyright holders with distinct interpretations of the license and distinct tolerances for (possibly debatable) deviations from that.<br> </div> Wed, 20 Oct 2021 10:17:45 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873398/ https://lwn.net/Articles/873398/ mjg59 <div class="FormattedComment"> There&#x27;s a pretty clear cost of dealing with the GPL. You need to either host downloads, ship source with your binaries, or have a process for dealing with requests. And to do that, you need to have a development and build process that allows you to identify which source needs to be shipped and package it appropriately.<br> <p> There&#x27;s a real cost here. I&#x27;ll happily agree that it&#x27;s outweighed by the benefits that using Linux brings vendors, and that in the long run having infrastructure that does the right thing is probably going to be better in a bunch of other ways as well. But using BSD would avoid all of that, and so copyleft software needs to continue to demonstrate that its benefits outweigh those costs.<br> </div> Wed, 20 Oct 2021 08:51:29 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873395/ https://lwn.net/Articles/873395/ jamesh <div class="FormattedComment"> The complaint involves some interesting language. It asserts that Vizio is relying on the GPL to distribute the software on the TV without providing any evidence of this. So Vizio could potentially shut down the lawsuit very quickly by asserting that they aren&#x27;t relying on the GPL, and the customer has no standing to request source code or any of the other remedies they seek.<br> <p> However, if they do that then it makes a developer-side law suit far easier. Rather than having to convince the court that the manufacturer&#x27;s behaviour doesn&#x27;t conform to the terms of the license, they can go straight to the fact that the manufacturer had no other license.<br> <p> This is particularly relevant for the case at hand, since the Conservancy represents the developers of some of the software at hand. So shutting down the first law suit would directly provide evidence for a second.<br> </div> Wed, 20 Oct 2021 08:41:46 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873396/ https://lwn.net/Articles/873396/ oldtomas <div class="FormattedComment"> &quot;...the cost of dealing with the GPL&quot;<br> <p> Nice obscure insinuation you have there.<br> <p> Which &quot;cost&quot;, pray, are you alluding to? Here, I must agree with pizza: the costs are derisory.<br> <p> I call out the customary anti-copyleft FUD on that one, sir.<br> </div> Wed, 20 Oct 2021 08:29:47 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873394/ https://lwn.net/Articles/873394/ idrys <div class="FormattedComment"> <font class="QuotedText">&gt; The issue isn&#x27;t that they&#x27;re not translating their page to all possible licences, which I agree they are not required to do, but that when many people follow the link to the sources they are simply told the sources don&#x27;t exist on the site. The site&#x27;s decision about whether the user gets the working page is based on a browser setting that the user is never informed about; only experimentation by LWN readers has turned the real link up.</font><br> <p> It&#x27;s even worse: It drops me to the de-de page simply because I&#x27;m in Germany, even though I set en-us as my preferred content language; this persists even if I remove de-de from my list of preferred content languages. So it seems the redirection is location-based, unless you know to explicitly put en-us there; i.e. if I&#x27;m not in the US, I need to know about the en-us link, or I might think they don&#x27;t provide the source code at all.<br> <p> I believe this is rather incompetence than malice, though. One out of a long list of websites that insist to use the main language of the place you access it from, rather than one of your preferred languages.<br> </div> Wed, 20 Oct 2021 07:22:17 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873393/ https://lwn.net/Articles/873393/ madhatter <div class="FormattedComment"> The issue isn&#x27;t that they&#x27;re not translating their page to all possible licences, which I agree they are not required to do, but that when many people follow the link to the sources they are simply told the sources don&#x27;t exist on the site. The site&#x27;s decision about whether the user gets the working page is based on a browser setting that the user is never informed about; only experimentation by LWN readers has turned the real link up.<br> <p> I&#x27;d be quite surprised if that were held to constitute &quot;equivalent access to the Corresponding Source in the same way through the same place&quot;. It would be better if they linked to the actual place where the sources are, instead of forcing everyone through an undocumented LANG-based adventure.<br> </div> Wed, 20 Oct 2021 06:48:17 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873391/ https://lwn.net/Articles/873391/ NYKevin <div class="FormattedComment"> To my mind, that S-1 language reads like a very boilerplate &quot;we use FOSS&quot; disclosure. It is worded as a hypothetical (&quot;any failure to comply [...] could negatively affect our business&quot;) rather than a more concrete statement such as &quot;we&#x27;re in violation, we know we&#x27;re in violation, and we&#x27;re blindly hoping that nobody sues us for it.&quot; Companies put all sorts of hypotheticals in their SEC disclosures all the time. The whole point of such disclosures is to provide tons of speculative &quot;here&#x27;s how our business might fail&quot; language, so that investors can make their own assessments about the plausibility and risk of each hypothetical.<br> <p> Pick any big American company you like, and put &quot;[company name] 10-k&quot; into your favorite search engine. Then click on the top result and scroll to the &quot;risk factors&quot; section. You&#x27;ll see lots of conditional statements like &quot;our business depends on [X], and if [something goes wrong with X] then [we will have a problem].&quot; Statements of this form do *not* imply that anyone thinks X is actually a problem, just that it hypothetically could become a problem.<br> </div> Wed, 20 Oct 2021 06:32:40 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873387/ https://lwn.net/Articles/873387/ nickodell <div class="FormattedComment"> <font class="QuotedText">&gt; Rule 10b5-1 isn&#x27;t a get out of jail free card that exempts one from insider trading, sorry (cf. Nacchio Qwest case).</font><br> <p> I don&#x27;t think the Nacchio Qwest case is comparable. Joseph Nacchio was a CEO who lied about whether his company was going to land an important contract. He was in possession of material information (specifically, that he was lying) and traded on that information.<br> <p> Here, the most you could argue is that the legal risk from misuse of open source software wasn&#x27;t clearly disclosed in their S-1, or that the threat is more immediate than the disclosure implies. Given that the SFC lawsuit seeks no damages, and that Vizio&#x27;s competitors are clearly capable of operating while disclosing modifications to open-source libraries, it seems hard to argue that the company is in much danger.<br> <p> I agree in general that rule 10b5-1 does not protect an executive against charges that they traded on the basis of material nonpublic information if they learned that information prior to creating the trade plan.<br> </div> Wed, 20 Oct 2021 05:06:08 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873388/ https://lwn.net/Articles/873388/ NYKevin <div class="FormattedComment"> <font class="QuotedText">&gt; Rule 10b5-1 isn&#x27;t a get out of jail free card that exempts one from insider trading, sorry (cf. Nacchio Qwest case).</font><br> <p> Sorry, you&#x27;re right, I should have clarified that I was speaking in more general terms (i.e. &quot;this *usually* does not constitute insider trading, because...&quot;).<br> </div> Wed, 20 Oct 2021 04:43:04 +0000 Mali + GPL https://lwn.net/Articles/873384/ https://lwn.net/Articles/873384/ bnorris <div class="FormattedComment"> That may be, but that doesn&#x27;t affect the topic in question, which is whether Roku (or Vizio) is satisfying their GPL obligations and documenting licenses appropriately. No one is actually shipping Panfrost in products, at least not yet.<br> </div> Wed, 20 Oct 2021 04:12:01 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873382/ https://lwn.net/Articles/873382/ jebba <div class="FormattedComment"> <font class="QuotedText">&gt; Rule 10b5-1</font><br> <font class="QuotedText">&gt; &quot;The SEC has decided that this does not constitute insider trading, because I did not have control over the timing of this sale.&quot;</font><br> <p> Rule 10b5-1 isn&#x27;t a get out of jail free card that exempts one from insider trading, sorry (cf. Nacchio Qwest case).<br> <p> Vizio was aware of the potential issue back when they did initial filings at the beginning of the year. See their initial SEC Form S-1 Registration Statement filed March 1, 2021[1]. Such as page 55:<br> <p> <font class="QuotedText">&gt; &quot;Some of our consumer devices contain “open source” software, and any failure to comply with the terms of one or more of these open source licenses could negatively affect our business.&quot;</font><br> <p> So they knew it is an issue in general, but they didn&#x27;t disclose that they have known issues that had already been raised by the SFC.<br> <p> [1] <a href="https://d18rn0p25nwr6d.cloudfront.net/CIK-0001835591/cecc9149-d257-4e61-af4c-c5c17a654225.pdf">https://d18rn0p25nwr6d.cloudfront.net/CIK-0001835591/cecc...</a><br> </div> Wed, 20 Oct 2021 03:44:21 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873381/ https://lwn.net/Articles/873381/ NYKevin <div class="FormattedComment"> The SEC filing contains the following rather interesting text:<br> <p> <font class="QuotedText">&gt; The option exercises and sales reported in this Form 4 were effected pursuant to Rule 10b5-1 trading plans adopted by the Reporting Person on May 28, 2021.</font><br> <p> Translated into English:<br> <p> <font class="QuotedText">&gt; On May 28, 2021, I wrote down a detailed plan of how and when my stocks would be sold, and gave it to my broker. These sales were made automatically by following that plan. The SEC has decided that this does not constitute insider trading, because I did not have control over the timing of this sale.</font><br> </div> Wed, 20 Oct 2021 02:53:11 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873380/ https://lwn.net/Articles/873380/ NYKevin <div class="FormattedComment"> Strictly speaking, the GPL just says you have to provide the source code. There&#x27;s no &quot;and also you must provide a nicely-localized web page in every language which you otherwise support&quot; provision (indeed, you&#x27;re technically not even required to provide source over HTTP(S) at all, as long as source can be reasonably obtained). Assuming that their documentation (or manual, or whatever they put in the box with the stick) actually points to a URL that works, even if it&#x27;s not the URL that search engines find,* English-only is not a GPL violation.<br> <p> Would it be better if they included non-English translations? Of course! But they&#x27;re not legally required to do so, and (good-quality) translation isn&#x27;t exactly free.<br> <p> * Another commenter has indicated that you can stick en-us into the middle of the URL to make it work for everyone. Being a USAian myself, I am not in a position to test this assertion.<br> </div> Wed, 20 Oct 2021 02:44:58 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873378/ https://lwn.net/Articles/873378/ WolfWings <div class="FormattedComment"> That was less to avoid Linux and more they were reducing the cost of the router by cutting the RAM/Flash sizes significantly, and those smaller sizes were too small to squeeze Linux with the interface codebase they were running at the time. They released the &quot;GL&quot; line at the same literal time with the original larger RAM/Flash sizes, but a higher price point.<br> </div> Wed, 20 Oct 2021 01:49:07 +0000 Mali + GPL https://lwn.net/Articles/873375/ https://lwn.net/Articles/873375/ pabs <div class="FormattedComment"> Now that the reverse engineered support for Mali is in mainline mesa, ARM&#x27;s proprietary drivers are mostly irrelevant.<br> </div> Wed, 20 Oct 2021 00:57:40 +0000 SFC files suit against Vizio over GPL violations https://lwn.net/Articles/873372/ https://lwn.net/Articles/873372/ scientes <div class="FormattedComment"> <font class="QuotedText">&gt; That sounds like skating rather close to insider trading.</font><br> <p> If you multiple the stock price of Twitter by the number of stocks in circulation you end up with numbers that are bigger than countries, so talk of &quot;insider trading&quot; is just royal-blue-blood courtship gossip.<br> </div> Wed, 20 Oct 2021 00:48:37 +0000 Mali + GPL https://lwn.net/Articles/873370/ https://lwn.net/Articles/873370/ scientes <div class="FormattedComment"> But those pieces of code are completely dependent on and derivative of code from the same company for which the preferred form of modification is not available.<br> </div> Wed, 20 Oct 2021 00:44:53 +0000