Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
8 user(s) are online (7 user(s) are browsing encyclopedia)

Members: 0
Guests: 8

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

GPL linking exception

Some free software projects, notably GNU Classpath, distribute code under the terms of the GNU General Public License but with the following clarification and special exception:

:Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and conditions of the GNU General Public License cover the whole combination.

:As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules, and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from or based on this library. If you modify this library, you may extend this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. [emphasis added]

Thanks to this exception, software licensed like this can be linked with any kind of open source and closed source applications.

This license is very close to the terms of the LGPL. The only difference is that the LGPL says that programs using the library must be licenced under:

:... terms of your choice, provided that the terms permit modification of the work for the customer s own use and reverse engineering for debugging such modifications.

This extra restriction is unacceptable to some closed-source developers.

= See also =

*GNAT Modified General Public License *OpenSSL exception