Difference between revisions of "MIT License"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
(External links)
Line 25: Line 25:
  
 
[[Category:Intellectual property]]
 
[[Category:Intellectual property]]
 +
[[Category:MIT License]]
 +
[[Category:Software]]

Revision as of 17:41, 20 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