Permissive software license (Licenses)

 

Permissive software license

From Wikipedia, the free encyclopedia
Jump to navigationJump to search

permissive software license, sometimes also called BSD-like or BSD-style license,[1] is a free-software license with only minimal restrictions on how the software can be used, modified, and redistributed, usually including a warranty disclaimer. Examples include the GNU All-permissive LicenseMIT LicenseBSD licensesApple Public Source License and Apache license. As of 2016, the most popular free-software license is the permissive MIT license.[2][3]

Example

The following is the full text of the simple GNU All-permissive License:

Copyright <YEAR>, <AUTHORS>

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty, provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.

— GNU All-permissive License[4][5]

Definitions

The Open Source Initiative defines a permissive software license as a "non-copyleft license that guarantees the freedoms to use, modify and redistribute".[6] GitHub's choosealicense website describes the permissive MIT license as "[letting] people do anything they want with your code as long as they provide attribution back to you and don’t hold you liable."[7] California Western School of Law's newmediarights.com defined them as follows: "The ‘BSD-like’ licenses such as the BSD, MIT and Apache licenses are extremely permissive, requiring little more than attributing the original portions of the licensed code to the original developers in your own code and/or documentation."[1]

Comparison to copyleft

Public domain & equivalentsPermissive licenseCopyleft (protective license)Noncommercial licenseProprietary licenseTrade secret
DescriptionGrants all rightsGrants use rights, including right to relicense (allows proprietization, license compatibility)Grants use rights, forbids proprietizationGrants rights for noncommercial use only. May be combined with copyleft.Traditional use of copyright; no rights need be grantedNo information made public
SoftwarePD, CC0BSDMITApacheGPLAGPLJRLAFPLproprietary software, no public licenseprivate, internal software
Other creative worksPD, CC0CC-BYCC-BY-SACC-BY-NCCopyright, no public licenseunpublished

Copyleft licenses generally require the reciprocal publication of the source code of any modified versions under the original work's copyleft license.[8][9] Permissive licenses, in contrast, do not try to guarantee that modified versions of the software will remain free and publicly available, generally requiring only that the original copyright notice be retained.[1] As a result, derivative works, or future versions, of permissively-licensed software can be released as proprietary software.[10]

Permissive licenses offer more extensive license compatibility than copyleft licenses, which cannot generally be freely combined and mixed, because their reciprocity requirements conflict with each other.[11][12][13][14][15]

Comparison to public domain

Computer Associates Int'l v. Altai used the term "public domain" to refer to works that have become widely shared and distributed under permission, rather than work that was deliberately put into the public domain. However, permissive licenses are not actually equivalent to releasing a work into the public domain.

Permissive licenses often do stipulate some limited requirements, such as that the original authors must be credited (attribution). If a work is truly in the public domain, this is usually not legally required, but a United States copyright registration requires disclosing material that has been previously published,[16] and attribution may still be considered an ethical requirement in academia.

Advocates of permissive licenses often recommend against attempting to release software to the public domain, on the grounds that this can be legally problematic in some jurisdictions.[17][18] Public-domain-equivalent licenses are an attempt to solve this problem, providing a fallback permissive license for cases where renunciation of copyright is not legally possible, and sometimes also including a disclaimer of warranties similar to most permissive licenses.

License compatibility

License compatibility between common free and open-source software (FOSS) licenses according to David A. Wheeler (2007): the vector arrows denote a one directional compatibility, therefore better compatibility on the left side ("permissive licenses") than on the right side ("copyleft licenses").[19]

In general permissive licenses have good license compatibility with most other software licenses in most situations.[11][12]

Due to their non-restrictiveness, most permissive software licenses are even compatible with copyleft licenses, which are incompatible with most other licenses. Some older permissive licenses, such as the 4-clause BSD license, the PHP License, and the OpenSSL License, have clauses requiring advertising materials to credit the copyright holder, which made them incompatible with copyleft licenses. Popular modern permissive licenses, however, such as the MIT License, the 3-clause BSD license and the zlib license, don't include advertising clauses and are generally compatible with copyleft licenses.

Some licenses do not allow derived works to add a restriction that says a redistributor cannot add more restrictions. Examples include the CDDL and MsPL. However such restrictions also make the license incompatible with permissive free-software licenses.[citation needed]

Reception and adoption

While they have been in use since the mid-1980s[20], several authors noted an increase in the popularity of permissive licenses during the 2010s.

As of 2015, the MIT License, a permissive license, is the most popular free software license, followed by GPLv2.

Other terms

Berkeley had what we called "copycenter," which is "take it down to the copy center and make as many copies as you want."

— Marshall Kirk McKusick[25]

Copycenter

Copycenter is a term originally used to explain the modified BSD license, a permissive free-software license. The term was presented by computer scientist and Berkeley Software Distribution (BSD) contributor Marshall Kirk McKusick at a BSD conference in 1999. It is a word play on copyrightcopyleft and copy center.

Pushover license

In the Free Software Foundation's guide to license compatibility and relicensing, Richard Stallman defines permissive licenses as "pushover licenses", comparing them to those people who "can't say no", because they are seen as granting a right to "deny freedom to others."[27] The Foundation recommends pushover licenses only for small programs, below 300 lines of code, where "the benefits provided by copyleft are usually too small to justify the inconvenience of making sure a copy of the license always accompanies the software".


This article uses material from the Wikipedia article
 Metasyntactic variable, which is released under the 
Creative Commons
Attribution-ShareAlike 3.0 Unported License
.