Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Hope there is a multi-million dollar pay-off for OBS.


OBS is willing to work with TikTok to get them into compliance. That would either mean open-sourcing the software or paying for a license.


Paying for a license would be nearly impossible, as the OBS team would need every contributor to sign a CLA to give the OBS team the rights to relicense/dual-license the OBS code base.


Would be nice if the contributors could get some money for it


The result would be hundreds of OBS closed source clones that do not contribute back to the project. It would be a disaster.


As long as they all pay a reasonable license fee, I don’t see a disaster. The OBS project could then pay developers to build open source features that benefit all. A lot of the forks would likely contain features that are not if interest to other users anyways.


At this point, it's not even clear to me that paying would rectify the legal issue with respect to the GPL. It's an amalgamation of source contributions over time. Any one contributor could, in theory, refuse any consideration other than an open sourcing of the software.

Of course, now I think about it, that could be an easy problem to fix. They say every man has a number.


Almost all relicensing efforts are actually most hindered by not being able to contact people. If you can't contact someone who holds the copyright to something, you can't change the licensing rights over it.

A lot of projects have copyright assignment, to allow for relicensing. They typically ask for you to assign copyright to them or to a company they control, so that they can still relicense as they see fit, in future.


It's worth noting that if someone can't be contacted, the maintainers aren't out of luck yet. If the contribution is deleted (and then possibly reimplemented later by someone with whom the project _is_ in contact) then the issue is resolved. It can be a lot of work, though, depending on the size and importance of the contribution, and reimplementing the code in a way that doesn't derive from the original submission can be difficult or ambiguous.


> That would either mean open-sourcing the software or paying for a license

no, in general it means TikTok rewriting those portions of the software themselves


So they can just steal until they get caught, make a bazillion bucks, and get off scot-free if they write their own code after getting caught?


I guarantee you every big tech company "steals" GPL code without intending to steal. Most end up amending their mistake when they realize they misused a license.


Is there a way to buy oneself out of GPL license? I beleive there's not.


You can legally dual license if you have ownership over all the code in question. This is common for open source industrial software; pay for a different license so you can embed it in a closed source project. The GPL doesn’t restrict you from offering the same code with a different license if you own it.

Often the issue is that some projects don’t require contributors to sign over copyright ownership as part of contributing. So you have a project that’s licensed uniformly, but each contributor still owns their individual contribution. Unwinding this after the fact can be a nightmare, as it involves either finding every contributor and asking them to sign over their code, or manually removing every bit of code you don’t own as a project.

This is why a lot of bigger projects require you sign a contributors agreement that assigns copyright before you can contribute to the main repo. Doing this in advance saves the project a lot of headaches down the road if dual licensing is deemed useful. This is true even if you want to license under two different open source licenses, as only the copyright holder can change the license.


The GPL itself offers no such option, but if the copyright holder(s) choose to they may offer whatever alternatives they choose. Many significant open source applications are offered under this model such as MySQL.

The catch is that the more copyright holders there are the more likely it is that someone who has contributed a non-trivial part of the project will not agree, in which case their work would have to be removed/replaced to allow for relicensing.

Large projects that have not required a CLA from contributors are effectively impossible to relicense.


Yea. Pay someone to write it from scratch.

Basically, it's practically (not ethically) fair game to use GPL in commercial software, until someone catches you. The only repercussion that the license provides is that your license is revoked until you resolve the violation (for the first violation).

Meanwhile, you got to release your product, and by the time you got caught you've had enough time to implement it yourself.


The authors of the software can create an additional licence that they could buy. Of course, that gets more difficult if there are many different, hard-to-contact authors.


It's worth noting that this is why many commercially minded projects require you assign copyright to them before they'll accept your contributions.


Yep! Or just to switch licences in general, like LLVM is doing, as I pointed out https://fosstodon.org/@VincentTunru/107382361929521089.


That’s not the only repercussion. They can sue for copyright infringement and there can be large fines.


Not a lawyer but seems like source projects would have a hard time showing damages since they don’t charge for the software.


I don't believe you need to demonstrate specific damages for a copyright infringement case in the US. You only need to demonstrate two facts: that you are the legitimate holder of the copyright, and that the other party did in fact infringe.


It's pretty funny that corporations can levy a multi-million dollar judgement against a single mother for pirating a CD, but then when the tables are turned, it's no big deal


As others have said, penalties are not related to how much you charge for the product itself. For example, when you start illegally distributing music your penalty won't be retail cost * number of copies. There's multipliers & things that get applied. Basically your judge/jury will figure out the damages amount after you're found guilty (assuming you don't settle).

This also makes sense when you factor in that retaining lawyer services to prosecute the infringement costs time and money (not to mention the court's time & resources to handle the case).


Suppose, I'm an author of GPL software. I think that my code costs $1M. I expected that if someone uses my software, according to license, then he will release his software under same license for me. Now, somebody used my $1M project in his $100M project in violation of my GPL license. My losses are $100M.


Has anyone successfully done this for GPL licensed software?


The authors can re-license right, even for one (paying) customer? They could also pay for the promise not to sue? IANAL.


Only if the project owns the copyright or otherwise has been granted such powers in their contribution agreement. Otherwise, no. They’d have to get approval from every autho/rewrite the code they don’t have a license for to provide a copy that isn’t GPL.


I remember reading that it should be able for users to sue instead of the author, if they cannot ccess the source of GPL'ed software.


The Software Freedom Conservancy are trying to set that precedent right now in their lawsuit against Vizio for GPL violations in their televisions:

https://sfconservancy.org/copyleft-compliance/vizio.html


Yes, that was what I had in mind. Thank you!


I’m fact it’s only the users who have standing to request the source. The author’s have standing to sue for copyright infringement.


Not at all true. It's copyright infringement if you're not following a license contract, of which the GPL is.


The GPL contract only says you have to distribute source to the users you give binaries to. The only people who can ask for said source are the people receiving those binaries and the only people who have standing to sue when that doesn’t happen is the copyright owners.

That’s why you can use GPL software in your private CI system and not need to give anyone the source code.


Hopefully the SFC lawsuit against Vizio will set the precedent that any recipient of GPL binaries has standing to sue:

https://sfconservancy.org/copyleft-compliance/vizio.html


I see I misread your comment. My apologies.


Class action settlement?


We detached this subthread from https://news.ycombinator.com/item?id=29592556.




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

Search: