From RBOSE
The MIT License is a Free Software license originating at the Massachusetts Institute of Technology (MIT), used by the MIT X Consortium.
It is a permissive license, meaning that it permits reuse within proprietary software on the condition that the license is distributed with that software. The license is also GPL-compatible, meaning that the GPL permits combination and redistribution with software that uses the MIT License.
According to the Free Software Foundation, the MIT License is more accurately called the X11 license, since MIT has used many licenses for software[1] and this particular license is the same that was used for the X Window System.
License terms
A common form of the license (not identical with the X sources) is defined as follows:[2]
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.
Modified versions of the license
The license can be modified to suit particular needs. For example, the Free Software Foundation agreed in 1998 to use a modified MIT License for ncurses, which adds this clause:[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.
References
- ↑ Stallman, Richard. "Various Licenses and Comments about Them". Free Software Foundation. http://www.gnu.org/licenses/license-list.html#X11License. Retrieved 2007-07-07.
- ↑ http://www.opensource.org/licenses/mit-license.php
- ↑ Dickey, Thomas E.. "NCURSES — Frequently Asked Questions (FAQ)". http://invisible-island.net/ncurses/ncurses.faq.html#is_it_gpl.
