Ask HN: What license should I use?
I am writing a software and want to keep it open source. I also want to earn to live of it, through maintain that software. I currently licensed it under GNU GPL v3, but got a couple of requests that it doesn't allow making profitable propriety software on top of my work.
It is a server-side software which people are required to host themselves.
4 comments
[ 3.0 ms ] story [ 17.4 ms ] threadIt seems like an universal answer to "licenses are too complicated, just do whatever you want with it" scenario.
Hoping to find balance somewhere.
1: Selling exception. Keep it GPLv3 (or AGPLv3) and offer profitable propriety software to pay you for an exception. The major drawback is that you can't use others gpl'ed software in your software, including patches.
2: Subscription based donation like patreon. It is more stable form of donation if you got a existing user base that is willing to upfront commit to it. License choice is generally best as a community decision.
3: Hosting provider. In this case you want to corner the market in hosting the server-side. If people are required to host themselves than this is obvious a non-option. AGPLv3 is generally a good choice in keeping competition at bay and honest.