I have a day job, but I'm trying to see if I can make a living off open source. I'm building a set of libraries, licensing them under the GPL, and offering to sell LGPL and Apache 2.0 licenses for those who need them (any commercial use will require either LGPL or Apache 2).
I also found the PolyForm Noncommercial license which, I think is pretty great for hobbyist use and learning, so I'm trying to sell that license for lunch money to hobbyists and educators / charities.
Just getting started, will report back on how it goes.
I imagine that most companies would use Redimo on their web servers. In that case, the GPL wouldn't require them to do anything, so they could always use the software for free. Even the AGPL wouldn't help much, because it would only require companies to open source software that directly extends or modifies Redimo. MongoDB dropped their use of AGPL for exactly that reason.
I did, might still go that route, but Redimo isn’t a web server (although I am building one that I’m planning to license under Mongo’s SSPL). The code is a Go / Ruby / JS library that builds with your code, so think the GPL does apply. As far as I know the LGPL doesn’t trigger if no modifications are made to the library itself.
Wanted to choose only well known licenses, but I am looking at other options. LicenseZero works only for individuals, by the way - companies will have to go through a separate process, or ask all their employees to buy separately.
Two small things: I might have mis-understood you, but you can't sell Apache licenses for those who need them without those people subsequently having the right to give away your code under that (open) license to anyone they like. Which means, if worst comes to worst, you'd sell exactly one license.
Also, there is talk about LicenseZero becoming more flexible in the near future as to which private licenses are offered to buyers (e.g. company-wide licenses), so I'd watch that space.
Indieopensource.com is a pretty great resource. Same author as License Zero. Was recommended to me when I was asking about company purchases on LicenseZero - Kyle suggested I charge companies more and use the private license from on that site. It prevents customers from re-releasing the code under any other license.
The GPL won't help you if companies are only using Redimo on their own computers. The GPL only becomes 'viral' when people distribute software to others.
I also found the PolyForm Noncommercial license which, I think is pretty great for hobbyist use and learning, so I'm trying to sell that license for lunch money to hobbyists and educators / charities.
Just getting started, will report back on how it goes.
Repo is here https://github.com/sudhirj/redimo.go