Drivers passing through San Francisco have a new roadside distraction to consider: billboards calling out businesses that don't cough up for the open source code that they use.
The signs are the work of the Open Source Pledge – a group that launched earlier this month. It asks businesses that make use of open source code to pledge $2,000 per developer to support projects that develop the code. So far, 25 companies have signed up – but project co-founder Chad Whitacre wants bigger firms to pay their dues, too.
This is why lots of software has started adopting SSPL license which doesn't actually fix the problem and isn't a FOSS license.
I still think a new license scheme should be considered though. Giants like AWS and Google have been profiteering off of FOSS for way too long now.
AGPL has been deemed generally successful in this regard because it has been upheld in court cases and forced companies to comply, which it seems to work pretty great for SaaS.
The problem is these giants will usually just choose a more permissive alternative anyway. Both MongoDB and Redis have forks that they can use, and GPL itself is permissive enough for private forking being legal.
This recent morality policing about contributions upstream is counterproductive to FOSS overall, and I honestly have to wonder if some group of FOSS averse corporations or a state actor is behind all the sudden drama.
Right? For me the free as in freedom always had the upside and downside of people have the freedom to use it how they want. Within the very lenient license which might be in use of course. This can include the freedom to do things with the software which the creators and contributors might not agree with or like.
But in the end a certain trust in humanity and the concept of freedom itself mean that we believe the net sum of making your software free will be positive for everyone. And to this day I haven't managed to become enough of a cynic to change my mind on this.
Its possible to dicuss licenses which helps prevent certain abuse cases. In fact those already exist. However people talk like this is the main issue of FOSS which I don't think it is at all.
The software is supposed to be free as in speech, not beer, ergo you can use it for whatever you want. If right out of the gate, GNU was like "you better contribute back if you use this!" nobody would use or contribute to it. All this does is produce drama and reduce use because of negative perceptions, it is bad for corporate adoption and adoption overall. If browbeating people like an ass worked we would live in a very different world. It does not.
The whole contributions piece ignored a lot of bigger companies use their own developers to work on open source as well so monetary contributions aren't always necessary.
Certainly. Quantify that shit; at $100/hr, push 20 hours worth of PRs per dev. But the ratio of companies that do that instead of bullying FOSS projects into doing free work to suit their particular needs is pretty poor.
You get to choose the license (or write your own) when you develop software. If you don't want a permissive license don't license your software that way, your motivation clearly doesn't align with these licenses anyway.
Do you have an example? I am pretty sure that a FOSS license which requires companies to pay is impossible.
Open Source guarantees that anyone can give the software to a company for free:
"The license shall not restrict any party from selling or giving away the software as a component of an aggregate software distribution containing programs from several different sources. The license shall not require a royalty or other fee for such sale."
And it guarantees that the company can then use it freely:
"The license must not restrict anyone from making use of the program in a specific field of endeavor. For example, it may not restrict the program from being used in a business [...]"