Ask HN: What license to use for my open source project?
I am working on a open source project, but I have some difficulties in choosing the license.
1. Software will be open source (github source code)
2. I will run a paid hosted version (free version with paid plugins)
3. Anyone can use it for non-commercial purposes, otherwise pay for a license.
Question: What license type suits best for this?
4 comments
[ 3.1 ms ] story [ 15.2 ms ] threadBy definition, "open source" means people who acquire the software, including those who download it from its github project page, are allowed to use it for commercial purposes without paying for a license.
You cannot say that a project is "open source" if it has a license which restricts it to non-commercial purposes.
It also pops up when you try to create a file named LICENSE* on the website.