i have developed a portable C++ software library. I would like to discuss how to license that software (license models). Consider that the library price would be < 5.000 EUR and that can be used for mass market products (but not only). What i want to do is to license the software for commercial purpose. So, basically, i want to:
Sell library and documantation at price X Gain Y% royalties on the net income of a given product. I konw that i should consult a lawyer, but before that i would like to know your personal experiences.
First, is reasonable to license a software for a single product named XYZ (so that if you want to use it for another product, you must buy another license)? Or it is better to license the software for an infinite number of products? Clearly, in the first case, the prices for X would be different (a license for a single product should cost less then a license for an infinite number of products). But the royalties? Should Y be set to a different quantity?
Second: what to do with library updates? Should i make the updates freely available to a licensee or should an update (that contains major updates, not only just bugfixes) be considered as a new product to be licensed again?
Another question is: where can i find resources that on the web on software licensing (what are the most common modalities, what are the best practices and so on)?
Thx.