The GPL and AGPL require derived works to be released under the same terms,I don't understand the terms of "derived",what is the meaning of the "derived".If I develop a client software of mysql(mysql is license under GPL),I use some mysql lib,when I distribute it,may I have to make my software a GPL license?Navicat(a client software of mysql,http://www.navicat.com)is not GPL license ,it's EULA.Does the Navicat use the Mysql library?
feedback
|
|
"Derived" in this context is a legal term -- it's defined by copyright law. Wikipedia has a long discussion on the topic, but the word doesn't really have a special meaning here: derived means "based on" and while there are edge cases, it's usually quite clear whether a work is derived or not. In the case of Navicat, I suspect they paid for a commercial license to use the MySQL libraries rather than use the license granted to them under the GPL. If you base your software on the GPL'd MySQL library then it will almost certainly be derived from it and, if you distribute it, you will need to comply with the GPL. | |||||||||
feedback
|