Submitted Successfully!
To reward your contribution, here is a gift for you: A free trial for our video production service.
Thank you for your contribution! You can also upload a video entry or images related to this topic.
Version Summary Created by Modification Content Size Created at Operation
1 handwiki -- 1855 2022-11-29 01:45:24

Video Upload Options

Do you have a full video?

Confirm

Are you sure to Delete?
Cite
If you have any further questions, please contact Encyclopedia Editorial Office.
HandWiki. MIT License. Encyclopedia. Available online: https://encyclopedia.pub/entry/36967 (accessed on 06 July 2024).
HandWiki. MIT License. Encyclopedia. Available at: https://encyclopedia.pub/entry/36967. Accessed July 06, 2024.
HandWiki. "MIT License" Encyclopedia, https://encyclopedia.pub/entry/36967 (accessed July 06, 2024).
HandWiki. (2022, November 29). MIT License. In Encyclopedia. https://encyclopedia.pub/entry/36967
HandWiki. "MIT License." Encyclopedia. Web. 29 November, 2022.
MIT License
Edit

The MIT License is a permissive free software license originating at the Massachusetts Institute of Technology (MIT) in the late 1980s. As a permissive license, it puts only very limited restriction on reuse and has, therefore, high license compatibility. The MIT License is compatible with many copyleft licenses, such as the GNU General Public License (GNU GPL). Any software licensed under the terms of the MIT License can be integrated with software licensed under the terms of the GNU GPL. Unlike copyleft software licenses, the MIT License also permits reuse within proprietary software, provided that all copies of the software or its substantial portions include a copy of the terms of the MIT License and also a copyright notice. (As of 2020), the MIT License was the most popular software license found in one analysis, continuing from reports in 2015 that the MIT License was the most popular software license on GitHub. Notable projects that use the MIT License include the X Window System, Ruby on Rails, Nim, Node.js, Lua, and jQuery. Notable companies using the MIT License include Microsoft (.NET Core), Google (Angular), and Meta (React).

copyleft node.js free software

1. License Terms

The MIT License has the identifier MIT in the SPDX License List.[1][2] It is also known as the "Expat License".[3] It has the following terms:[4]

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. 

2. Variations

2.1. X11 License

The X11 License, a variation of the MIT License, has the identifier X11 in the SPDX License List.[5][6] It is also known as the "MIT/X Consortium License" by the X Consortium (for X11).[7] It has the following terms:[8]

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.

2.2. FPA License

The FPA License, a less-permissive variation of the MIT License, has the identifier FPA in the SPDX License List. The main purpose of this license is to limit commercialization of the original software while still allowing educational and personal rights. It has the following terms:[9]

Copyright <YEAR> <COPYRIGHT HOLDER> 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 limitation in the rights to use, copy, modify, merge, publish, and/ or distribute copies of the Software in an educational or personal context, 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. Permission is granted to sell and/ or distribute copies of the Software in a commercial context, subject to the following conditions: - Substantial changes: adding, removing, or modifying large parts, shall be developed in the Software. Reorganizing logic in the software does not warrant a substantial change. 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.

2.3. MIT No Attribution License

Template:Infobox software licence The MIT No Attribution License, a variation of the MIT License, has the identifier MIT-0 in the SPDX License List.[10] A request for legacy approval to the Open Source Initiative was filed on May 15, 2020,[11] which led to a formal approval on August 5, 2020.[12] By doing so, it forms a public-domain-equivalent license, the same way as BSD Zero Clause. It has the following terms:

MIT No Attribution Copyright <YEAR> <COPYRIGHT HOLDER> 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. 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. 

2.4. Other Variations

The SPDX License List contains extra MIT license variations. Examples include:[13]

  • MIT-advertising, a variation with an additional advertising clause.

3. Ambiguity and Variants

The name "MIT License" is potentially ambiguous. The Massachusetts Institute of Technology has been using many licenses for software since its creation; for example, MIT offers four licensing options for the FFTW[14] C source code library, one of which is the GPL v2.0 and the other three of which are not open-source. The term "MIT License" has also been used to refer to the Expat License (used for the XML parsing library Expat) and to the X11 License (also called "MIT/X Consortium License"; used for X Window System by the MIT X Consortium).[3] Furthermore, the "MIT License" as published by the Open Source Initiative is the same as the Expat License.[2] Due to this differing use of terms, some prefer to avoid the name "MIT License".[15] The Free Software Foundation argues that the term is misleading and ambiguous, and recommends against its use.[3]

The X Consortium was dissolved late in 1996, and its assets transferred to The Open Group,[16] which released X11R6 initially under the same license. The X11 License[6] and the X11R6 "MIT License" chosen for ncurses by the Free Software Foundation[17] both include the following clause, absent in the Expat License:[3]

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.

As of 2020, the successor to the X Window System is the X.Org Server, which is licensed under what is effectively the common MIT license, according to the X.org licensing page:[18]

The X.Org Foundation has chosen the following format of the MIT License as the preferred format for code included in the X Window System distribution. This is a slight variant of the common MIT license form published by the Open Source Initiative

The "slight variant" is the addition of the phrase "(including the next paragraph)".

The license-management features at popular source code repository GitHub, as well as its "Choose a License" service, do not differentiate between MIT/Expat license variants. The text of the Expat variant is presented as simply the "MIT License" (represented by the metadata tag mit).[19][20]

4. Comparison to Other Licenses

4.1. BSD

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[21]) is present in the modified MIT License used by XFree86.

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.

The ISC license contains similarities to both the MIT and simplified BSD licenses, the biggest difference being that language deemed unnecessary by the Berne Convention is omitted.[22][23]

4.2. GNU GPL

The GNU GPL is explicit about the patent grant an author would be giving when the code (or derivative work) is distributed,[24] the MIT license does not discuss patents. Moreover, the GPL license impacts derivative works, but the MIT license does not.

5. Relation to Patents

Like the BSD license, the MIT license does not include an express patent license although some commentators[25][26] state that the grant of rights covers all potential restrictions including patents. Both the BSD and the MIT licenses were drafted before the patentability of software was generally recognized under US law.[27] The Apache License version 2.0[3] is a similarly permissive license that includes an explicit contributor's patent license. Of specific relevance to US jurisdictions, the MIT license uses the terms "sell" and "use" that are also used in defining the rights of a patent holder in Title 35 of the United States Code section 154. This has been construed by some commentators[28][29] as an unconventional but implicit license in the US to use any underlying patents.

6. Origins

One of the originators of the MIT license, computer scientist Jerry Saltzer, has published his recollections of its early development, along with documentary evidence.[15][30]

7. Reception

(As of 2020), according to WhiteSource Software[31] the MIT license was used in 27% of four million open source packages. (As of 2015), according to Black Duck Software[32] and a 2015 blog[33] from GitHub, the MIT license was the most popular free software license, with the GNU GPLv2 coming second in their sample of repositories.

References

  1. "MIT License". SPDX Working Group. https://spdx.org/licenses/MIT.html. 
  2. "Open Source Initiative OSI – The MIT License:Licensing". Open Source Initiative. http://opensource.org/licenses/MIT. 
  3. "Various Licenses and Comments about Them". Free Software Foundation. 2014–2017. Expat License. https://www.gnu.org/licenses/license-list.en.html#Expat. "This is a lax, permissive non-copyleft free software license, compatible with the GNU GPL. It is sometimes ambiguously referred to as the MIT License." 
  4. "MIT License Explained in Plain English - TLDRLegal". https://tldrlegal.com/license/mit-license. 
  5. "X11 License". SPDX Working Group. https://spdx.org/licenses/X11.html. 
  6. "Various Licenses and Comments about Them". Free Software Foundation. 2014–2017. X11 License. https://www.gnu.org/licenses/license-list.en.html#X11License. "This is a lax permissive non-copyleft free software license, compatible with the GNU GPL. ... This license is sometimes called the MIT license, but that term is misleading, since MIT has used many licenses for software." 
  7. 3. X/MIT Licenses, The XFree86 Project, March 2004, http://www.xfree86.org/4.0/LICENSE3.html#6 
  8. "X11 License Explained in Plain English - TLDRLegal". https://tldrlegal.com/license/x11-license. 
  9. "General Code License - Fairfield Programming Association". https://about.fairfieldprogramming.org/licenses/code. 
  10. "MIT No Attribution". SPDX Working Group. https://spdx.org/licenses/MIT-0.html. 
  11. Langel, Tobie (15 May 2020). "[License-review Request for Legacy Approval of MIT No Attribution License"]. https://lists.opensource.org/pipermail/license-review_lists.opensource.org/2020-May/004856.html. 
  12. error
  13. "SPDX License List". SPDX Working Group. https://spdx.org/licenses/. 
  14. "FFTW - Fastest Fourier Transform in the West". Massachusetts Institute of Technology. https://tlo.mit.edu/technologies/fftw-fastest-fourier-transform-west. 
  15. "The mysterious history of the MIT License". opensource.com. opensource.com. https://opensource.com/article/19/4/history-mit-license. "The date? The best single answer is probably 1987. But the complete story is more complicated and even a little mysterious. [...] Precursors from 1985. The X Consortium or X11 License variant from 1987. Or the Expat License from 1998 or 1999." 
  16. Dickey, Thomas E.. "Copyrights/comments". https://invisible-island.net/personal/copyrights.html#bad_dating. 
  17. Dickey, Thomas E.. "NCURSES — Frequently Asked Questions (FAQ)". http://invisible-island.net/ncurses/ncurses.faq.html#is_it_gpl. 
  18. "Licenses". https://www.x.org/archive/current/doc/xorg-docs/License.html. 
  19. "Licensing a repository". https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/licensing-a-repository. 
  20. "MIT License". GitHub. September 5, 2022. https://choosealicense.com/licenses/mit/. 
  21. "To All Licensees, Distributors of Any Version of BSD". University of California, Berkeley. 1999-07-22. ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change. 
  22. "Copyright Policy". OpenBSD. http://www.openbsd.org/policy.html. "The ISC copyright is functionally equivalent to a two-term BSD copyright with language removed that is made unnecessary by the Berne convention." 
  23. de Raadt, Theo (21 March 2008). "Re: BSD Documentation License?". openbsd-misc (Mailing list). https://marc.info/?l=openbsd-misc&m=120618313520730&w=2
  24. "Patents and GPLv3 - FSFE" (in en). https://fsfe.org/activities/gplv3/patents-and-gplv3.html. 
  25. "Why so little love for the patent grant in the MIT License?". 2021-01-23. https://opensource.com/article/18/3/patent-grant-mit-license. 
  26. "Free and open source software and your patents". 2020-05-03. http://oss-watch.ac.uk/resources/fossandpatents. 
  27. Stern and Allen, Open Source Licensing, p. 495 in Understanding the Intellectual Property License 2013 (Practicing Law Institute 2013)
  28. "The MIT License, Line by Line". 2020-05-03. https://writing.kemitchell.com/2016/09/21/MIT-License-Line-by-Line.html. 
  29. Christian H. Nadan (2009), "Closing the Loophole: Open Source Licensing & the Implied Patent License", The Computer & Internet Lawyer (Aspen Law & Business) 26 (8), https://download.pli.edu/WebContent/chbs/185480/185480_Chapter22_Adv_Licensing_Agreements_2017_Vol_02_CC121601854800207140.htm, "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." 
  30. Saltzer, Jerome H (18 November 2020). "The origin of the "MIT license"". IEEE Annals of the History of Computing 42 (4): 94–98. doi:10.1109/MAHC.2020.3020234. ISSN 1934-1547.  https://dx.doi.org/10.1109%2FMAHC.2020.3020234
  31. "Open Source Licenses in 2020: Trends and Predictions". 2020-05-03. https://resources.whitesourcesoftware.com/blog-whitesource/top-open-source-licenses-trends-and-predictions. 
  32. "Top 20 licenses". Black Duck Software. 19 November 2015. http://www.blackducksoftware.com/resources/data/top-20-licenses. "1. MIT license 24%, 2. GNU General Public License (GPL) 2.0 23%" 
  33. Balter, Ben (2015-03-09). "Open source license usage on GitHub.com". https://github.com/blog/1964-license-usage-on-github-com. "1 MIT 44.69%, 2 Other 15.68%" 
More
Information
Contributor MDPI registered users' name will be linked to their SciProfiles pages. To register with us, please refer to https://encyclopedia.pub/register :
View Times: 1.7K
Entry Collection: HandWiki
Revision: 1 time (View History)
Update Date: 29 Nov 2022
1000/1000
Video Production Service