Java Glossary : GPL

CMP home Java glossary home Menu no menu Last updated 2004-06-28 by Roedy Green ©1996-2004 Canadian Mind Products

Java definitions: 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

You are here : home : Java Glossary : G words : GPL.

GPL
Gnu Public Licence. A legal scheme for creating more open-source software. There are two categories of licence.

The GPL and LGPL (for libraries and API's) are the two GNU copyleft licenses. In both cases, the source code must be available either as a bundle shipped directly with the project or linked to via a URL in the project documentation. Free software does not refer to price, but instead it is a matter of liberty.

For the GPL (GNU General Public License), all derivative works are also GPL'ed. Also, any project that uses any GPL'ed code will be GPL'ed as well.

The LGPL (GNU Lesser General Public License) is used in cases where you want your project to remain open sourced, but you do not want to force people utilizing your code to GPL their code too. For example, if I released a LGPL'ed JCE framework; developers could use my library in their project without being required to LGPL or GPL their project. A real world example of code licensed under the LGPL is GNU's own glibc libraries. This allows proprietary software vendors (i.e. Oracle, Corel etc...) to sell code for Linux distros even though it was linked with the glibc libraries. Note that fixes/updates to an LGPL'ed project are considered LGPL'ed.

GNU recommends using the GPL. They have a discussion as to why you should not use the LGPL.


CMP logo
CMP_home
home
Canadian Mind Products CSS
HTML Checked!
ICRA ratings logo
mindprod.com IP:[24.87.56.253]
Your IP:[80.134.30.163]
You are visitor number 791.
Please send errors, omissions and suggestions
to improve this page to Roedy Green.
You can get a fresh copy of this page from: or possibly from your local J: drive mirror:
http://mindprod.com/jgloss/gpl.html J:\mindprod\jgloss\gpl.html