MIT License

From Infogalactic: the planetary knowledge core
(Redirected from MIT license)
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

MIT License
Author Massachusetts Institute of Technology
Publisher Massachusetts Institute of Technology
Published 1988[citation needed]
DFSG compatible Yes
FSF approved Yes
OSI approved Yes
GPL compatible Yes
Copyleft No
Linking from code with a different license Yes

The MIT License is a free software license originating at the Massachusetts Institute of Technology (MIT).[1] It is a permissive free software license, meaning that it puts only very limited restriction on reuse and has therefore an excellent license compatibility.[2][3] The MIT license permits reuse within proprietary software provided all copies of the licensed software include a copy of the MIT License terms and the copyright notice. The MIT license is also compatible with many copyleft licenses as the GPL; MIT licensed software can be integrated into GPL software, but not the other way around.[4]

While the MIT license was always an important and often used license in the FOSS domain, in 2015 according to Black Duck Software[5] and GitHub data,[6] it became the most popular license before GPL variants and other FOSS licenses.

Notable software packages that use one of the versions of the MIT License include Expat, the Mono development platform class libraries, Ruby on Rails, Node.js, jQuery and the X Window System, for which the license was written.

Various versions

Because MIT has used many licenses for software, the Free Software Foundation considers "MIT License" ambiguous. "MIT License" may refer to the "Expat License" (used for Expat)[7] or to the "X11 License" (also called "MIT/X Consortium License"; used for the X Window System by the MIT X Consortium).[8] The "MIT License" published by the Open Source Initiative[9] is the same as the "Expat License".

Differing from the Expat License,[7] the X11 License[8] and the "MIT License" chosen for ncurses by the Free Software Foundation[10] include the clause:

<templatestyles src="Template:Blockquote/styles.css" />

Except as contained in this notice, the name(s) of the above copyright holders shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization.

License terms

A common form of the MIT License (from OSI's official site, which is the same version as the "Expat License", and which is not identical to the X source code) is defined as follows:[9]

<templatestyles src="Template:Blockquote/styles.css" />

Copyright (c) <year> <copyright holders>


Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

An intermediate form of license used by the X Consortium for X11 used the following wording:[11]

<templatestyles src="Template:Blockquote/styles.css" />

Copyright (C) <date> X Consortium


Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of the X Consortium shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the X Consortium.

X Window System is a trademark of X Consortium, Inc.

Comparison to other licenses

While the MIT as permissive license puts only very limited restrictions and requirements on reuse of code and software, it is not without restriction like public domain.

The MIT License is similar to the 3-clause "modified" BSD license, except that the BSD license contains a notice prohibiting the use of the name of the copyright holder in promotion. This is sometimes present in versions of the MIT License, as noted above.

The original BSD license also includes a clause requiring all advertising of the software to display a notice crediting its authors. This "advertising clause" (since disavowed by UC Berkeley[12]) is present in the modified MIT License used by XFree86.

The MIT License states more explicitly the rights given to the end-user, including the right to use, copy, modify, merge, publish, distribute, sublicense, and/or sell the software. The MIT license specifically grants the right to "sublicense" in the text of the license itself — a right not mentioned in the BSD license which simply grants the right to "redistribute and use." The right to sublicense means that the party that receives code under the MIT license grant has the legal right to grant all license rights it received downstream to a third party to whom that licensee distributes the MIT code.[13][better source needed]

Like the BSD license the MIT license does not include an express patent license. Both the BSD and the MIT licenses were drafted before the patentability of software was generally recognized under US law.[14] A similarly permissive license, which includes an explicit contributor's patent license, is the Apache license version 2.0+.

The MIT license contains terms that are used in defining the rights of a patent holder in 35 U.S Code section 154 namely "use," and "sell." This has been construed by some commentators[15] 35 U.S. Code section 154 defines the right of a patent holder as follow: "Every patent shall contain a short title of the invention and a grant to the patentee, his heirs or assigns, of the right to exclude others from making, using, offering for sale, or selling the invention throughout the United States or importing the invention into the United States..."[16] The nature of the right conferred by a U.S. patent is not obvious at first, because it is a negative right, the key is in the words "right to exclude."[17] Any person is ordinarily free to make, use, or sell anything they want, and a grant do so is not needed. What a patent holder has is the right to exclude others from doing what they normally are free to do. So the inclusion of the words granting the right to "use" and "sell" can be construed as meaning no more than the licensee has all the rights they would normally have under a copyright grant. There is no need to infer that these commonly used words mean that the licensor was waiving its patent right to exclude others from such activity (and indeed presumes that the licensor had any such patent rights to exclude to begin with). Whether or not a court might imply a patent grant under the MIT license therefore remains an open question.[citation needed][improper synthesis?]

The Simplified BSD license used by FreeBSD is essentially identical[citation needed][discuss] to the MIT License, as it contains neither an advertising clause, nor a prohibition on promotional use of the copyright holder's name.

Also similar in terms is the ISC license, which has simpler language.

The University of Illinois/NCSA Open Source License combines text from both the MIT and BSD licenses; the license grant and disclaimer are taken from the MIT License.

Reception and impact

As of 2015 according to Black Duck Software[5] and GitHub,[6] the MIT license was the most popular free software license, with the GNU GPLv2 coming second.

Notable software packages that use one of the versions of the MIT License include Expat, the Mono development platform class libraries, Ruby on Rails, Node.js, Lua (from version 5.0 onwards), jQuery and the X Window System, for which the license was written.

See also

References

  1. Lawrence Rosen, OPEN SOURCE LICENSING, p.85 (Prentice Hall PTR, 1st ed. 2004)
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. 5.0 5.1 Lua error in package.lua at line 80: module 'strict' not found.
  6. 6.0 6.1 Lua error in package.lua at line 80: module 'strict' not found.
  7. 7.0 7.1 Lua error in package.lua at line 80: module 'strict' not found.
  8. 8.0 8.1 Lua error in package.lua at line 80: module 'strict' not found.
  9. 9.0 9.1 Lua error in package.lua at line 80: module 'strict' not found.
  10. Lua error in package.lua at line 80: module 'strict' not found.
  11. Lua error in package.lua at line 80: module 'strict' not found.
  12. Lua error in package.lua at line 80: module 'strict' not found.
  13. Dictionary.com defines "sublicense" as "a license or contract granted to a third party by a licensee for specified rights or uses of a product, brand name, logo, etc." http://dictionary.reference.com/browse/sublicense
  14. Stern and Allen, Open Source Licensing, p. 495 in Understanding the Intellectual Property License 2013 (Practicing Law Institute 2013)
  15. Christian H. Nadan, Closing the Loophole; Open Source Licensing and the Implied Patent License, THE COMPUTER AND INTERNET LAWYER, Vol. 26, No. 8 (Aug. 2009) available at http://www.scribd.com/doc/46088081/Closing-the-Loophole-Open-Source-Licensing-and-the-Implied-Patent-License-Nadan who argues that “By using patent terms like “deal in,” “use,” and “sell,” the MIT license grant is more likely to be deemed to include express patent rights than the BSD license.
  16. 35 U.S. Code section 154 at http://www.law.cornell.edu/uscode/text/35/154; Stern and Allen, supra, p. 495
  17. Bitlaw, 1996-2013 Daniel A. Tysver (Beck & Tysver) http://www.bitlaw.com/patent/rights.html

External links