List of software licenses
|
In computing, software that is copyrighted and licensed under a software license is done so principally under two general licensing schemes, open source and closed source. Within these schemes are further classifications.
Not all software is licensed, or even copyrighted, and this article is thus not an exhaustive list of the terms under which software is available. Software may be published without an accompanying license, as License-Free Software, in which case it remains copyrighted, its distribution is subject to ordinary copyright law, and its sale is subject to ordinary sales law. Software may also be released to the public domain, in which case it is not copyrighted and the notion of a copyright license simply does not apply at all (although the other parts of a software licence, including warranty provisions, will still apply to the sale of such software).
Contents |
Open source licenses
Open source licenses are commonly grouped under "free software", defined by the GNU organization, and other general open source licenses which may or may not be considered "free". The Open Source Initiative generally determines whether licenses are considered "open" or not.
Free software licenses
GPL compatible
The GNU General Public License is a popular license, with offerings including Linux, that it is useful to know if the license chosen is compatible with it. Knowing compatibility is important if a developer wants to avail his or herself of the wide GPL software 'commons'.
- GPL / GNU General Public License
- Artistic License 2.0
- Berkeley Database License (aka the Sleepycat Software Product License)
- BSD license
- Boost Software License
- Clarified Artistic License
- Cryptix General License
- eCos License
- Eiffel Forum License
- Expat License
- Intel Open Source License
- LGPL / GNU Lesser General Public License
- License of Guile
- License of Netscape Javascript
- License of Perl
- License of Python
- License of the iMatix Standard Function Library
- License of the run-time units of the GNU Ada compiler
- License of Vim
- Modified BSD license
- Mozilla Public License
- OpenLDAP License
- Public Domain
- Standard ML of New Jersey Copyright License
- W3C Software Notice and License
- X11 license
- zlib/libpng license
- Zope Public License
GPL incompatible
The GPL has certain special requirements that make code under licenses incompatible (that is, cannot be consequently licensed under) the GPL.
- Academic Free License
- Affero General Public License
- Apache License
- Apple Public Source License
- Arphic Public License
- Common Public License
- Hacktivismo Enhanced-Source Software License Agreement
- IBM Public License
- Interbase Public License
- Jabber Open Source License
- LaTeX Project Public License
- License of Python
- License of xinetd
- Netizen Open Source License
- Netscape Public License
- Nokia Open Source License
- Old OpenLDAP License
- Open Software License
- OpenSSL license
- Phorum License
- PHP License
- Plan 9 License
- Q Public License
- Sun Industry Standards Source License
- Sun Public License
- Vita Nuova Liberal Source License
- XFree86 1.1 License
- Zend License
Closed source
Free Licensed Closed Source
- Free Solaris Binary License
Pay Licensed Viewable Source
- Microsoft's "Shared Source"
Pay Licensed Closed Source
- Microsoft Windows' EULA
External links
- Free Software Foundation's official list of GPL compatible licenses (http://www.gnu.org/philosophy/license-list.html)