|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
GPL and MySQL licenses
hello
i want to sell a modified version of a software that was released under the gpl license, it was modified by me, this software uses and depends on mysql, but i don't want to charge my clients $595 for each copy of mysql. as i understand the gpl and mysql licenses, i can sell the software under the gpl if i provide the license and copyright and a way to get the source code, and if i sell the soft under the gpl then i don't have to charge the mysql fee to my clients. am i right?? can you advice me about what can i do in this situation? thank you
__________________
<RamÔ_ôn > ...and i will strike down upon thee with great vengeance and furious anger those who attempt to poison and destroy my brothers, and you will now my name is the LORD when i lay my vengeance upon you Pulp Fiction |
|
#2
|
|||
|
|||
|
You can't charge money for modified GPL software, even if you give away the source code.
You may bundle the program with a warranty and charge money for that, but you must also provide a free version with no warranty. |
|
#3
|
||||
|
||||
|
Quote:
Quote:
R++: You can legally sell copies of your modified software at any arbitrary price, as I said above. Just make sure you follow the other restrictions of the GPL (i.e., the client gets a copy of the source code or signed offer for such, and that the client could legally further modify and redistribute the software for an arbitrary cost.) Remember, the GPL is not about having the software be free as in "no cost". The GPL is there to enforce the freedom for all users of the software. (In fact, commercial free software development is encouraged by the Free Software Foundation, as it helps pay programmers and other costs such as hardware, bandwidth, etc.) That's my understanding of it anyway. Hope that helps!
__________________
~~ Peter ~~ ( My Blog: It's exactly like normal nerdiness, but completely different. ) :: ( Supporter of the EFF & FSF ) :: ( I'm a GNU/Linux addict and Free Software Advocate. ) :: ( How to Ask Questions the Smart Way ) :: ( The Fedora Project, sponsored by Red Hat ) :: ( GNOME: The Free Software Desktop Project ) :: ( GnuPG Public Key ) Last edited by codergeek42 : October 23rd, 2005 at 11:15 AM. Reason: Spelling correction. |
|
#4
|
|||
|
|||
|
It was this very issue that caused me to switch all development to PostgresSQL. The GPL leaves a lot of interesting questions of fear, uncertainty and doubt (FUD). Why would anyone purchase a commercial license for MySQL? It is a GPL'd product and we should all get it for free, right?
It's a common situation of enterprise applications to link to the "free" MySQL library to store data. Now, do they need to sell the commercial MySQL license with their enterprise application, if they decide to sell it? I guess it's how the lawyers consider the definition of a derivative work. GPL states that a derivative work must also be released under GPL. However, PostgresSQL is under a different license, BSD. It is more commercial friendly. You can sell any derivative work without these fears. |
|
#5
|
||||||||
|
||||||||
|
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Hope this helps. |
![]() |
| Viewing: Dev Shed Forums > Web Site Management > Business Help > GPL and MySQL licenses |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|