2012-11-26 10:37:37 -08:00
<!DOCTYPE html>
< html lang = 'en' >
< head >
2012-11-26 11:22:09 -08:00
< title > Permissive Licenses - ChooseALicense.com< / title >
2012-11-26 14:34:36 -05:00
< meta charset = 'utf-8' >
< meta content = 'IE=edge,chrome=1' http-equiv = 'X-UA-Compatible' >
2012-11-26 11:22:09 -08:00
< link href = '../../favicon.ico' rel = 'shortcut icon' type = 'image/x-icon' >
2012-11-26 14:34:36 -05:00
< link href = 'http://fonts.googleapis.com/css?family=Chivo:900' rel = 'stylesheet' type = 'text/css' >
2012-11-26 11:22:09 -08:00
< link type = "text/css" href = "../../css/application.css" media = "screen" rel = "stylesheet" >
2012-12-04 17:12:12 -05:00
< link type = "text/css" href = "../../css/jquery.qtip.css" media = "screen" rel = "stylesheet" >
< script type = "text/javascript" src = "../../javascripts/jquery-1.7.1.min.js" > < / script >
< script type = "text/javascript" src = "../../javascripts/app.js" > < / script >
< script type = "text/javascript" src = "../../javascripts/jquery.qtip.min.js" > < / script >
2012-11-26 11:22:09 -08:00
< script type = "text/javascript" src = "../../javascripts/modernizr.js" > < / script >
2012-11-26 10:37:37 -08:00
<!-- [if (gte IE 6)&(lte IE 8)]>
2012-11-26 11:22:09 -08:00
< script src = '../../javascripts/selectivizr-min.js' type = 'text/javascript' > < / script >
2012-11-26 10:37:37 -08:00
<![endif]-->
< / head >
< body id = 'license-types' >
< div id = 'container' >
< ol id = 'breadcrumbs' >
< li >
< a href = "../../" > Home< / a >
< / li >
< / ol >
< h1 > Permissive Licenses< / h1 >
< table class = 'license' >
< tr >
< th class = 'name' >
< a href = "mit" > MIT< / a >
< / th >
< th class = 'summary' >
A permissive license that is short and to the point. It lets people do anything with your code with proper attribution and without warranty. < a href = "mit" > View full license »< / a >
< / th >
< / tr >
< tr >
< td class = 'label' > Required< / td >
< td >
< ul class = 'required' >
2012-12-19 14:47:01 -08:00
< li class = "include-copyright" > Copyright inclusion< / li >
2012-11-26 10:37:37 -08:00
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Permitted< / td >
< td >
< ul class = 'permitted' >
2012-12-19 14:47:01 -08:00
< li class = "commercial-use" > Commercial use< / li >
< li class = "modifications" > Modification< / li >
< li class = "distribution" > Distribution< / li >
< li class = "sublicense" > Sublicensing< / li >
2012-11-26 10:37:37 -08:00
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Forbidden< / td >
< td >
< ul class = 'forbidden' >
2012-12-19 14:47:01 -08:00
< li class = "no-liability" > Liability< / li >
2012-11-26 10:37:37 -08:00
< / ul >
< / td >
< / tr >
< / table >
< table class = 'license' >
< tr >
< th class = 'name' >
< a href = "bsd" > BSD< / a >
< / th >
< th class = 'summary' >
A permissive license that comes in two variants, the < a href = "bsd" > BSD 2-Clause< / a > and < a href = "bsd-3-clause" > BSD 3-Clause< / a > . Both have very minute differences to the MIT license.
< a href = "bsd" > View full license »< / a >
< / th >
< / tr >
< tr >
< td class = 'label' > Required< / td >
< td >
< ul class = 'required' >
2012-12-19 14:47:01 -08:00
< li class = "include-copyright" > Copyright inclusion< / li >
2012-11-26 10:37:37 -08:00
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Permitted< / td >
< td >
< ul class = 'permitted' >
2012-12-19 14:47:01 -08:00
< li class = "commercial-use" > Commercial use< / li >
< li class = "modifications" > Modification< / li >
< li class = "distribution" > Distribution< / li >
< li class = "sublicense" > Sublicensing< / li >
< li class = "warranty" > Warranty< / li >
2012-11-26 10:37:37 -08:00
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Forbidden< / td >
< td >
< ul class = 'forbidden' >
2012-12-19 14:47:01 -08:00
< li class = "no-liability" > Liability< / li >
2012-11-26 10:37:37 -08:00
< li > Use Trademark (3-clause)< / li >
< / ul >
< / td >
< / tr >
< / table >
< table class = 'license' >
< tr >
< th class = 'name' >
< a href = "ms-pl" > Ms-PL< / a >
< / th >
< th class = 'summary' >
A permissive license that is short and to the point. < a href = "ms-pl" > View full license »< / a >
< / th >
< / tr >
< tr >
< td class = 'label' > Required< / td >
< td >
< ul class = 'required' >
2012-12-19 14:47:01 -08:00
< li class = "include-copyright" > Copyright inclusion< / li >
2012-11-26 10:37:37 -08:00
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Permitted< / td >
< td >
< ul class = 'permitted' >
2012-12-19 14:47:01 -08:00
< li class = "commercial-use" > Commercial use< / li >
< li class = "modifications" > Modification< / li >
< li class = "distribution" > Distribution< / li >
2012-11-26 10:37:37 -08:00
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Forbidden< / td >
< td >
< ul class = 'forbidden' >
2012-12-19 14:47:01 -08:00
< li class = "no-liability" > Liability< / li >
< li class = "no-sublicense" > Sublicensing< / li >
< li class = "trademark-use" > Use Trademark< / li >
2012-11-26 10:37:37 -08:00
< / ul >
< / td >
< / tr >
< / table >
< / table >
2012-11-27 16:16:07 -05:00
< div id = "footer" class = "cf" >
< nav >
2012-11-29 10:40:26 -05:00
< a href = "/about" > About< / a >
2012-11-27 16:16:07 -05:00
< a href = "#" > Terms of Service< / a >
< / nav >
< p > Please consult a legal expert before adopting a software license for your project.< br >
This site is licensed under the < a href = "http://creativecommons.org/licenses/by/3.0/" >
Creative Commons Attribution 3.0 Unported License< / a > .
2012-12-19 14:47:01 -08:00
< / p >
2012-11-27 16:16:07 -05:00
< / div >
2012-11-26 10:37:37 -08:00
< / div >
< / body >
< / html >