Can I use http://code.google.com/p/wkhtmltopdf/ (licensed under gplv3) as a part of my commercial application?
|
feedback
|
|
From GPL FAQ:
You are allowed to sell copies of the modified program commercially, but only under the terms of the GNU GPL. Thus, for instance, you must make the source code available to the users of the program as described in the GPL, and they must be allowed to redistribute and modify it as described in the GPL. These requirements are the condition for including the GPL-covered code you received in a program of your own. | |||||||||||||||||
feedback
|
|
It depends what you mean. you can sell GPL stuff, however if you do your stuff would have to have its source available. You could try contacting the author to see if it is also available under other (comercial) licenses | ||||
|
feedback
|
|
Yes, but then your commercial application would have to be distributed under the terms of gplv3. | |||||
feedback
|
|
Author of program said
| |||
|
feedback
|
|
I have good news for everyone Official GPL FAQ says:
Obviously your program is not a plug-in but if the communication between wkhtmltopdf and your program is restricted to only launching This is my own interpretation but the author of wkhtmltopdf seems to have the same view since someone asked him just one month ago whether commercial (non-GPL) applications can distribute and launch Source: http://discuss.joelonsoftware.com/default.asp?biz.5.832337 | |||
|
feedback
|
|
You can always use GPL software in a commercial context; you can even charge people money to acquire it. You do have to make available the source-code of programs you sell, however. People presume this makes it difficult to charge people for it. It becomes clear from the comments that you intend to run the software on a server, and sell the output of it. This is not distributing ('conveying') in terms of the GPLv3 license. If, on the other hand, if wkhtmltopdf had been covered under thee GNU Affero Public License, you would have had to make available the sourcecode including any modifications you made. | |||
|
feedback
|