LLMpediaThe first transparent, open encyclopedia generated by LLMs

MIT License

Generated by DeepSeek V3.2
Note: This article was automatically generated by a large language model (LLM) from purely parametric knowledge (no retrieval). It may contain inaccuracies or hallucinations. This encyclopedia is part of a research project currently under review.
Article Genealogy
Parent: Mermaid (software) Hop 4
Expansion Funnel Raw 47 → Dedup 10 → NER 4 → Enqueued 4
1. Extracted47
2. After dedup10 (None)
3. After NER4 (None)
Rejected: 6 (not NE: 6)
4. Enqueued4 (None)
MIT License
NameMIT License
AuthorMassachusetts Institute of Technology
CopyrightPermissive software license
Published1988

MIT License. The MIT License is a permissive free software license originating at the Massachusetts Institute of Technology. It is one of the most popular and widely used licenses in the open-source software and free software communities, placing minimal restrictions on reuse. The license is renowned for its simplicity and brevity, permitting extensive freedom provided the original copyright notice is preserved.

History and development

The license emerged from the Massachusetts Institute of Technology in the late 1980s, with its earliest known application for software developed at the MIT X Consortium. It was notably used for the X Window System, a critical component of Unix-like operating systems, which helped propagate its adoption. The text was later adopted and popularized by the Free Software Foundation as a compatible GPL-compatible license. Over time, variants like the Expat License and the ISC license have emerged, but the core permissions have remained consistent, influencing the broader open-source initiative.

Terms and conditions

The license grants permission, free of charge, to any person obtaining a copy of the software and associated documentation files, to deal in the software without restriction. This includes the rights to use, copy, modify, merge, publish, distribute, sublicense, and sell copies. The sole condition is that the original copyright notice and this permission notice be included in all copies or substantial portions. This aligns with the principles of the Berne Convention and standard copyright law, requiring attribution while forgoing other common restrictions like copyleft provisions found in the GNU General Public License.

Comparison with other licenses

Compared to copyleft licenses like the GNU General Public License or the Mozilla Public License, it imposes far fewer obligations on downstream users and distributors. It is often contrasted with the Apache License 2.0, which includes an express grant of patent rights and detailed definitions, whereas it is more succinct. The BSD licenses are its closest relatives in the permissive family, with the 3-clause BSD license being nearly identical in practical effect. This legal simplicity makes it highly compatible with projects under the GNU Project, Linux kernel, and major repositories like GitHub and npm.

Usage and adoption

Its adoption is ubiquitous across the software industry, used by countless projects on platforms like GitHub, GitLab, and the Python Package Index. Major projects employing it include the jQuery library, the Node.js runtime, the Ruby on Rails framework, and components of the .NET Foundation. Corporations such as Microsoft, Google, and Facebook frequently release open-source software under its terms, contributing to ecosystems around React and Visual Studio Code. Its popularity is reflected in surveys by organizations like the Open Source Initiative and Black Duck Software.

While there is scant direct litigation specifically involving it, its terms are interpreted within the broader framework of contract law and copyright law in jurisdictions like the United States and the European Union. Legal scholars and organizations like the Software Freedom Law Center generally regard its text as clear and enforceable. Ambiguities, such as the scope of the "as-is" warranty disclaimer, are typically resolved by referencing the Uniform Commercial Code and common law principles. Its compatibility with the GNU General Public License has been formally affirmed by the Free Software Foundation, ensuring its software can be incorporated into projects like the GNU Compiler Collection.

Category:Free software licenses Category:Open-source licenses Category:Massachusetts Institute of Technology