Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
This question is off-topic for StackOverflow. See stackoverflow.com/faq – Pascal Cuoq Nov 15 '11 at 18:42
It's off-topic for Programmers, also. This is a legal and business question. – David Thornley Nov 15 '11 at 18:44

closed as off topic by Pascal Cuoq, thiton, David Thornley, Shawn Chin, Joe Nov 15 '11 at 18:45

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.