+ + +
+

MIT License

+
+
From Wikipedia, the free encyclopedia
+
+
+ Jump to: navigation, search +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MIT License
AuthorMassachusetts Institute of Technology
PublisherMassachusetts Institute of Technology
Published1988[citation needed]
DFSG compatibleYes
FSF approvedYes
OSI approvedYes
GPL compatibleYes
CopyleftNo
Linking from code with a different licenseYes
+

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 permits reuse within proprietary software provided all copies of the licensed software include a copy of the MIT License terms and the copyright notice. Such proprietary software retains its proprietary nature even though it incorporates software under the MIT License. The license is also GPL-compatible, meaning that the GPL permits combination and redistribution with software that uses the MIT License.[2]

+

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), Wayland and the X Window System, for which the license was written.

+

+ +

+

Various versions[edit]

+

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)[3] or to the "X11 License" (also called "MIT/X Consortium License"; used for the X Window System by the MIT X Consortium).[4] The "MIT License" published on the official site of Open Source Initiative[5] is the same as the "Expat License".

+

Differing from the Expat License,[3] the X11 License[4] and the "MIT License" chosen for ncurses by the Free Software Foundation[6] include the clause:

+
+

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[edit]

+

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:[5]

+
+

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.

+
+

Comparison to other licenses[edit]

+

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[7]) 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 also grants the right to sublicense[clarification needed]—a right not mentioned in the BSD license. Because the MIT license grants the right to sublicense, any distributor of MIT-licensed code has the right to grant a license to the entire code base,[dubious ] including components that were originally licensed under the MIT license by third parties.

+

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. [8] The MIT license contains terms that blur[clarification needed] the legal line between copyright and patent grants such as "deal in," "use," and "sell." [9] Whether a court might imply a patent grant under the MIT license remains an open question.[10]

+

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.

+

See also[edit]

+ +
+ + + + + +
Portal iconFree software portal
+
+

References[edit]

+
+
    +
  1. ^ Lawrence Rosen, OPEN SOURCE LICENSING, p.85 (Prentice Hall PTR, 1st ed. 2004)
  2. +
  3. ^ Various Licenses and Comments about Them – GNU Project – Free Software Foundation. Gnu.org (1999-09-03). Retrieved on 2013-07-17.
  4. +
  5. ^ a b Stallman, Richard. "Various Licenses and Comments about Them # Expat License". Free Software Foundation. Retrieved 5 December 2010. 
  6. +
  7. ^ a b Stallman, Richard. "Various Licenses and Comments about Them # X11 License". Free Software Foundation. Retrieved 5 December 2010. 
  8. +
  9. ^ a b "Open Source Initiative OSI – The MIT License:Licensing". Open Source Initiative. Retrieved 5 December 2010. 
  10. +
  11. ^ Dickey, Thomas E. "NCURSES — Frequently Asked Questions (FAQ)". 
  12. +
  13. ^ "To All Licensees, Distributors of Any Version of BSD". University of California, Berkeley. 1999-07-22. Retrieved 2006-11-15. 
  14. +
  15. ^ Stern and Allen, Open Source Licensing, p. 495 in Understanding the Intellectual Property License 2013 (Practicing Law Institute 2013)
  16. +
  17. ^ Stern and Allen, supra, p. 495
  18. +
  19. ^ 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.
  20. +
+
+

External links[edit]

+ + + + + + + + + + + +
+
+
+