Forgive me but this part of the open source and foss confuses me. If you code and release an open source and free piece of software like say, a robust video player such as VLC, how is that dev being paid?
Because in my eyes (I’m not too privy to FOSS ins and outs)
I’m basically getting your software for free of no charge, it IS free as in free beer cos you’re not asking ME to pay it for so who is paying YOU?
Does it come via donations or wealthy corporations like Red Hat and Microsoft pay or fund open sourced projects that is given to the hard working developers of that OSS/FOSS project?
Ways open source projects get paid for:
- people do it as a hobby and don’t get paid
- people rely on donations
- government funded software projects are usually open source
- software created in an academic setting is usually released as open source (this often overlaps with government funding, but not always). Many important open source projects started in academia. Many open source licenses were initially written by academia for those projects (BSD was created by UC Berkeley, and the MIT license was created by MIT).
- Sometimes companies have a business model that doesn’t involve selling software, and they don’t really benefit from having that software be proprietary. They may open source their software because it gets other people to use it, and by extension gets people to buy their paid products. For example, there are some free, open source software projects by Nvidia, but you would need to buy one of their graphics cards to take advantage of it.
- Dual licensing. One strategy is to release your code as open source but under a copyleft license so it isn’t business-friendly. When a business wants to use it, they pay for a proprietary-licensed copy instead of using the open source copyleft version.
FOSS is free, OSS doesn’t have to be. Very often open source software, of which the commercial fork is being maintained by a company, that company will profit from businesses using the software. Idk about VLC but Moodle, for instance, is open source and updates for it are based on a subscription model.
The license agreement for OSS will often state that you are free to use it in your own home, but if you start commercially using the software, they expect you to pay. Some open source projects can get resold by service providers this way to handle deployment of updates, provide support, et cetera.
The f in foss is for free as in libre, not price. And I imagine it is used to avoid touching the topic of open source software vs libre software. So saying you can make money from one and not the other doesn’t make sense.
In my experience, the term FOSS as in FLOSS is only (incorrectly, as you pointed out) used for software that is free if charge.
But you are correct, the term says nothing about the pricing, they only say something about the licensing form.
My company hired at least one open source guy. The original code is internal to our company and he’s allowed work time to maintain it
depends on the project. Some projects are spun out from major corporations. Others are one dude making a thing and it gets used everywhere and taken over by venture capital firms.
Some projects will have sponsorship, there are also government grants they can get, but I would say most comes from regular users doing reoccurring dontations.
Like others have mentioned, there are various options (donations/sponsorships/grants) that larger projects will generally have some of, but for smaller projects (99% of what’s out there, by project count if not usage), the answer is simply “it isn’t.” It’s done as a hobby, as a resume booster, or with the hope of eventually becoming big enough to hit one of those revenue streams.
Either by salary by hiring an engineer for a company, by issuance of grant, or by issuance of funds from donations via 1099 or similar.
Our small company paid a prominent (of that specific driver) open source driver writer for prioritisation of some work more than once. All the code was GPL.
I know it’s only one data point but it’s one way.