My software product is a desktop application that makes use of MYSQL, itext and other GPL licensed Products. I understand that now my software product would have to become open source. I am going to ship MYSQL along with my software product. My software product communicates with a central server.
My questions are:
- I am going to charge my clients for the software product. Is that legal to do when I am using MYSQL? I think it is, just wanted to confirm though.
- I am not going to ship the source code with the software product. Only if the user asks me for it I am going to give it to them as a separate item. Is this ok?
- This is License terms I am going to include with my software product
This is an excerpt from the EULA that is going to ship with the software:
Limitations on Reverse Engineering, Decompilation, and Disassembly
Some of the components used by the SOFTWARE PRODUCT are licensed under the General Public License (or GPL). The full text of the GPL is under this URL: http://www.gnu.org/copyleft/gpl.html. As per the terms set forth by the GPL, the SOFTWARE PRODUCT is open source. To obtain the source YOU may get in touch with us by calling us or sending us an email as specified here : . The source code will be provided to YOU AS-IS without any documentation apart from the documentation already provided to YOU along with this SOFTWARE PRODUCT. If YOU have obtained the source code from us then the below terms will apply:- These terms must be present in all the copies that you distribute and other copies that are made from your copies and so on.
- YOU can make copies and distribute the software as specified in the GPL. But before doing that, all words which are trademarked should be removed from the software.
- YOU will not receive any more updates from us.
- YOU should not access in any way our infrastructure which includes but not limits to the server
I think its only fair that since I cannot afford the commercial MYSQL license, I am planning on making my code open source. But the user should not change the code and mis-use the server space that I have to allocate for each user. Also any updates that I will provide will only go to the people who pay me for it.