|
|
|
|
|
by arek_nawo
1091 days ago
|
|
So true. I have no problem with using and paying for a hosted, "cloud" version of the product if a self-hosting option is available. It reassures me that I can rely on this product, while not being vendor-locked. I've certainly seen many different licenses used in COSS projects, including different mixes of them. E.g.: for my latest project I've decided to use mainly AGPL-3.0 (a pretty strong copyleft license) with specific parts licensed under MIT. That said, my goal wasn't to limit the usage, but to be open-source, and provide self-hosting option (the 2 fundamental advantages you can provide to your users by being open-source, IMHO), while making sure nobody just runs the product on their servers, rebrands it, and sells it to others as a service (which, while possible with other licenses, is simply unethical in my book). |
|
One of the explicit permissions of Free Software (and by extension Open Source Software) is that you can sell the software or otherwise profit off it. There is no stipulation that you need to be the primary author, or any kind of contributer to do this.
Equally there is the very explicit freedom to not restrict what people can do with the software. This is quite literally in the definition of Free Software.
Thus rebranding a product, and hosting it yourself, is completely consistent with the Free Software ideals, as long as the user conforms to the terms of the license (making source code available.)
AGPL does not stop rebranding/ rehosting, nor is it designed to. There are licenses that do that well, but they are not OSS licenses.
Ethically I subscribe to the idea that the author was free to license their work (open or closed) however they chose. I'm happy to use , or not use, the product based on the license -they- chose. I'm not obligated to impose additional restrictions on their work. If they wanted those restrictions they have the choice to add them.
You are of course free to apply any framework of ethics to yourself that you like. I'd also point out that using the AGPL specifically does -not- prevent someone from running your product on their server rebranding it, and selling it for money. Doing that is completely within the bounds of AGPL.