|
|
|
|
|
by rndhouse
1622 days ago
|
|
I'm working on developing a solution along the lines outlined in the article. But I think there's a way to decentralize the "FOSS collective". I've been working on OpenFare where payment plans are defined in code. Check it out here: https://github.com/openfare/openfare |
|
FOSS software can be sold, but if the software license requires the user to pay to continue using it, the software is not free because it does not unconditionally grant the user the freedom to run it:
> The freedom to run the program as you wish means that you are not forbidden or stopped from making it run.
https://www.gnu.org/philosophy/free-sw.en.html#run-the-progr...
That restriction also means the software is no longer open source, since it discriminates against commercial users who do not pay:
> The license must not discriminate against any person or group of persons.
> 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, or from being used for genetic research.
https://opensource.org/osd
Source-available licenses are a middle ground between proprietary and FOSS licenses, and they certainly serve a purpose. But, they're not FOSS licenses unless they allow the user to use, modify, and redistribute the software without exception.