Ask HN: Is there an open source license which prevents commercial use?
1–10 of 11 posts
Re: Ask HN: Is there an open source license which prevents commercial use?
#2That said, the GPLv3 would probably meet your needs well. It ensures that if anyone modifies your program and distributes it, they are obligated to release their changes to the source code (also under the GPL). I suppose they could still bundle your code up and sell it, but at least any value added by them in terms of program-modification should come back to you.
Re: Ask HN: Is there an open source license which prevents commercial use?
#3Re: Ask HN: Is there an open source license which prevents commercial use?
#4"Make money off it" is rather vague. If you're just talking about reselling the software, the GPL3 might work. It's legal to copy GPL software and resell it, but since you have to provide the source (and GPL3 removes the Tivoisation loopholes), as a practical matter it doesn't happen.
Re: Ask HN: Is there an open source license which prevents commercial use?
#5Re: Ask HN: Is there an open source license which prevents commercial use?
#6"Make money off it" is rather vague. If you're just talking about reselling the software, the GPL3 might work. It's legal to copy GPL software and resell it, but since you have to provide the source (and GPL3 removes the Tivoisation loopholes), as a practical matter it doesn't happen.
Re: Ask HN: Is there an open source license which prevents commercial use?
#7Other than this, the GPL(v3) is the closest thing, as has been said before.
However, the downside of restricting it to non-commercial use is that hardly anyone if at all will use your software, and it probably will never make it into any of the mainstream distributions, rendering it fairly irrelevant. I don't think that's worth the price, so I'd go with the GPLv3.
Re: Ask HN: Is there an open source license which prevents commercial use?
#8Re: Ask HN: Is there an open source license which prevents commercial use?
#9Re: Ask HN: Is there an open source license which prevents commercial use?
#10"Make money off it" is rather vague. If you're just talking about reselling the software, the GPL3 might work. It's legal to copy GPL software and resell it, but since you have to provide the source (and GPL3 removes the Tivoisation loopholes), as a practical matter it doesn't happen.
Yup reselling the software without any significant changes is the main thing I want to avoid.