Free software licenses
All of these licenses grant users the same basic freedoms to run, copy, distribute, study, change, and improve the software. Here we'll focus on the primary differences among these licenses. The OSD enumerates the specific freedoms all these licenses grant.
GNU General Public LicenseThe GNU General Public License (GPL) provides the foundation on which the majority of GNU software is built. Software licensed under the GPL, simply stated, will always be free -- including all derivative works. Any piece of software that links to a program covered under the GPL must at least permit distribution under the terms of the GPL. Prominent examples of software licensed under the GPL include the Linux kernel, GNU Emacs, and GCC (GNU C compiler). GNU Lesser General Public LicenseThe GNU Lesser General Public License (LGPL) -- previously known as the GNU Library General Public License -- permits use of a library by a proprietary program. The LGPL compartmentalizes a library into a set of procedures that can be accessed by a proprietary program. However, any modifications to the library must be released as free software.The LGPL also requires that the library be easily replaceable when linked against proprietary code (assuming binary incompatibilities have not been introduced into the library). The proprietary code must link against the LGPL library using either dynamic linking or, if static linking is used, the vendor must provide object files such that the user can relink the proprietary program against a new version of the LGPL-covered library. XFree86-style licensesThe XFree86-style licenses refer to a group of non-copyleft licenses that are based on the Berkeley Systems Distribution (BSD) license, but lack the BSD advertising clause. The BSD advertising clause hampers the ability to advertise free software: This product includes software developed by the University of California, Berkeley, and its contributors. Including one sentence in an advertisement is not a particular large problem; however, people typically replace "University of California" with their own institution or name. When a software project has many contributors, the result is a profusion of sentences that must be added to all advertisements. Specific examples of XFree86-style licenses include those for XFree86, X11, and FreeBSD. All of the these licenses are equivalent in meaning but differ slightly in wording. XFree86-style licenses permit redistributed copies to become proprietary software. Releasing a program under an XFree86-style license is similar to placing a program into the public domain, except the copyright notice must be preserved. XFree86-style licenses are noticeably shorter than other software licenses. The majority contain wording similar to the following: Artistic LicenseThe Artistic License was created for Larry Wall's Perl scripting language. However, the Artistic license is extremely confusing and poorly worded. Lawyers would likely advise against the use of this license. The Artistic license is filled with loopholes.
Mozilla Public LicenseThe Mozilla Public License (MPL) is most similar to the XFree86-style licenses. The main difference is in the semi-copyleft nature of the MPL. Modifications to existing source code must be released under the MPL. However, any added subroutines in separate files need not be released under the MPL. Proprietary extensions to MPL covered software can be easily added.
Yet even though the MPL is a free software license, it does have one downfall for the free software community: it is incompatible with the GNU GPL. Source code cannot be shared between projects licensed under the MPL and GNU GPL. License compatibilityWith an abundance of free software licenses coming into existence, license compatibility is becoming an extremely important issue. Compatible licenses allow for source code covered under one free software license to be combined with source code covered under a different free software license (see Table 1).The majority of free software in existence is covered under the GPL and XFree86-style licenses. Being able to share code with existing free software is a valuable trait of a free software license. Freedom of choiceThe licenses primarily differ in the rights they extend to proprietary software developers (see Table 2).When choosing a free software license, one must consider license compatibility and what rights to extend to those who are not part of the free software community.
Free software licenses give users the freedoms they deserve to run, copy, distribute, study, change, and improve the software they use. When a developer releases software under free terms, regardless of the license chosen, everyone in the free software community benefits - including the end user.ø
Related resources1. The Free Software Foundation (FSF), brainchild of Richard M. Stallman, is the home to all things GNU.2. FSF Philosophy Go here for more detailed info on licensing, laws, definitions, and other issues of free software. 3. The Open Source Initiative, founded by Eric Raymond and Bruce Perens, established the definition and significance of "open source." 4. Home page of Eric Raymond, controversial bigwig in the field of free and open source software. 5. Copyleft is explained at the FSF site. 6. For more information, visit our legal links! |
Page 2 of 2
This article was originally published on June 7, 1999