Difference between revisions of "MIT License"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
(External links)
 
(2 intermediate revisions by the same user not shown)
Line 23: Line 23:
  
 
* [https://en.wikipedia.org/wiki/MIT_License MIT License] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/MIT_License MIT License] @ Wikipedia
 +
 +
[[Category:Intellectual property]]
 +
[[Category:MIT License]]
 +
[[Category:Software]]
 +
[[Category:Software licenses]]

Latest revision as of 04:18, 22 April 2016

The MIT License is a free software license originating at the Massachusetts Institute of Technology (MIT).

Description

The MIT License 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.

GPL-compatible

The license is also GPL-compatible, meaning that the GPL permits combination and redistribution with software that uses the MIT License.

See also

External links