[Mono-list] So is GPL really viral after all?

Miguel de Icaza miguel@ximian.com
12 Jul 2001 16:31:08 -0400


> Are we reaching a consensus that GPL and LGPL are as viral as
> whatstheirnames say it is? At least in a mono situation.

The GPL is viral if you take GPL code.

The same thing happens with Microsoft code.  If you take Microsoft
source code (say, Shared Source code), you can not just go away and
reuse it for your own project and sell copies.  You have to discuss
matters with Microsoft.

Same with the GPL: if you want to take someone else's code and run
away with it, you will have to negotiate.

Examples of negotiations in the past with GPL code:

	* Linux network drivers: originally written by Donald Becker.
          Some company decided `Lets get all the Linux drivers and put
          them into our proprietary kernel'.  

	  They had to do a licensing agreement with Donald (he did
	  relicense his code to them) in exchange for a fee to use his
	  software in their operating system. 

	* Cygnus Cygwin toolkit: GPL Unix emulation library.  If you
          want to write proprietary applications with it, you have to
          pay a feww to Cygnus to relicense the code to you under a
          proprietary license.

	* Qt: Same as Cygnus: free for free software, pay-a-fee for
          proprietary software.

Miguel.