2012-09-12 15:20:53 -04:00
<!DOCTYPE html>
< html lang = 'en' >
< head >
2012-11-26 11:22:09 -08:00
< title > Foundation-backed licenses - ChooseALicense.com< / title >
2012-11-26 11:27:43 -08:00
< meta charset = 'utf-8' >
2012-11-26 14:34:36 -05:00
< 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" >
< script type = "text/javascript" src = "../../javascripts/modernizr.js" > < / script >
2012-09-12 15:20:53 -04: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-09-12 15:20:53 -04:00
<![endif]-->
< / head >
< body id = 'license-types' >
< div id = 'container' >
< ol id = 'breadcrumbs' >
2012-11-26 11:58:08 -08:00
< li >
< a href = "../../" > Home< / a >
< / li >
< / ol >
< h1 > Foundation-backed Licenses< / h1 >
< table class = 'license' >
< tr >
< th class = 'name' >
< a href = "apache" > Apache< / a >
< / th >
< th class = 'summary' >
2012-11-27 16:16:07 -05:00
A permissive license that also grants a license to patent claims from contributors
2012-11-26 11:58:08 -08:00
that are necessarily infringed by the software. < a href = "apache" > View full license »< / a >
< / th >
< / tr >
< tr >
< td class = 'label' > Required< / td >
< td >
< ul class = 'required' >
< li > Copyright inclusion< / li >
< li > License inclusion< / li >
< li > Include header< / li >
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Permitted< / td >
< td >
< ul class = 'permitted' >
< li > Commercial use< / li >
< li > Modification< / li >
< li > Distribution< / li >
< li > Sublicensing< / li >
< li > Warranty< / li >
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Forbidden< / td >
< td >
< ul class = 'forbidden' >
< li > Liability< / li >
< li > Use Trademark< / li >
< / ul >
< / td >
< / tr >
< / table >
< table class = 'license' >
< tr >
< th class = 'name' >
< a href = "eclipse" > Eclipse< / a >
< / th >
< th class = 'summary' >
2012-11-27 16:16:07 -05:00
Used by the Eclipse foundation for its software, this license includes reciprocal requirements in
2012-11-26 11:58:08 -08:00
some cases. < a href = "eclipse" > View full license »< / a >
< / th >
< / tr >
< tr >
< td class = 'label' > Required< / td >
< td >
< ul class = 'required' >
< li > Disclose source< / li >
< li > License inclusion< / li >
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Permitted< / td >
< td >
< ul class = 'permitted' >
< li > Commercial use< / li >
< li > Modification< / li >
< li > Distribution< / li >
< li > Sublicensing< / li >
< li > Warranty< / li >
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Forbidden< / td >
< td >
< ul class = 'forbidden' >
< li > Liability< / li >
< li > Use Trademark< / li >
< / ul >
< / td >
< / tr >
< / table >
< table class = 'license' >
< tr >
< th class = 'name' >
< a href = "mozilla" > Mozilla< / a >
< / th >
< th class = 'summary' >
2012-11-27 16:16:07 -05:00
The Mozilla Public License (MPL 2.0) is maintained by the Mozilla foundation. This license attempts to be a compromise between the permissive BSD license and the reciprocal GPL license.
2012-11-26 11:58:08 -08:00
< a href = "mozilla" > View full license »< / a >
< / th >
< / tr >
< tr >
< td class = 'label' > Required< / td >
< td >
< ul class = 'required' >
< li > Disclose source< / li >
< li > Copyright inclusion< / li >
< li > License inclusion< / li >
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Permitted< / td >
< td >
< ul class = 'permitted' >
< li > Commercial use< / li >
< li > Modification< / li >
< li > Distribution< / li >
< li > Sublicensing< / li >
< li > Warranty< / li >
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Forbidden< / td >
< td >
< ul class = 'forbidden' >
< li > Liability< / li >
< li > Use Trademark< / li >
< / ul >
< / td >
< / tr >
< / table >
2012-11-27 16:16:07 -05:00
< div id = "footer" class = "cf" >
< nav >
< a href = "#" > About< / a >
< 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 > .
< / div >
2012-09-12 15:20:53 -04:00
< / div >
< / body >
< / html >