EXPLAIN: What’s the GNU GPL?
GNU GPL stands for GNU General Public License. It’s a license written by Richard Stallman of the GNU Project that is available for any software author to use. Applications licensed under the GNU GPL allow anyone to:
- Run the software
- Examine how it works (sourcecode required)
- Share the software with anyone they wish
- Modify how it works (as long as modifications are released under the same GNU GPL and sourcecode required)
There are other variants of the GNU GPL also available for things like application libraries (vice full applications) and documents.
In a nutshell, this means that you can be confident that you are not violating any licensing terms by using or sharing the application. If you’re a developer, you have to make sure that if you modify it and distribute the modifications, they must match the license of the original source.
The current GPL is version 2.0 and version 3.0 is being written as we speak.
Read the current GPL.
Related Stories
POSTED IN: Explanation
1 opinion for EXPLAIN: What’s the GNU GPL?
New Linux User » HOWTO: Use APT for RPM.
Oct 9, 2005 at 9:35 am
[…] Well, it’s predictable that sooner or later someone using a Debian-based distro will want to use RPM and vice-versa. Thanks to the wonders of the GNU GPL, that someone can go ahead and port the applications to the other type of distro. […]
Have an opinion? Leave a comment: