2013-01-17 13:45:36 -08:00
<!DOCTYPE html>
< html lang = 'en' >
< head >
< title > More Licenses - ChooseALicense.com< / title >
< meta charset = 'utf-8' >
< meta content = 'IE=edge,chrome=1' http-equiv = 'X-UA-Compatible' >
< link href = '../../favicon.ico' rel = 'shortcut icon' type = 'image/x-icon' >
< link href = 'http://fonts.googleapis.com/css?family=Chivo:900' rel = 'stylesheet' type = 'text/css' >
< link type = "text/css" href = "../css/application.css" media = "screen" rel = "stylesheet" >
< 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 >
< script type = "text/javascript" src = "../../javascripts/modernizr.js" > < / script >
<!-- [if (gte IE 6)&(lte IE 8)]>
< script src = '../../javascripts/selectivizr-min.js' type = 'text/javascript' > < / script >
<![endif]-->
< / head >
2013-01-21 19:45:45 -05:00
< body class = 'license-types' >
< div class = 'container' >
< ol class = 'breadcrumbs' >
2013-01-17 13:45:36 -08:00
< li >
< a href = "../../" > Home< / a >
< / li >
< / ol >
< h1 > Featured< / h1 >
2013-01-22 10:32:18 -05:00
< table class = 'license-grid' >
2013-01-17 13:45:36 -08:00
< 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' >
< li class = "include-copyright" > Copyright inclusion< / li >
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Permitted< / td >
< td >
< ul class = 'permitted' >
< li class = "commercial-use" > Commercial use< / li >
< li class = "modifications" > Modification< / li >
< li class = "distribution" > Distribution< / li >
< li class = "sublicense" > Sublicensing< / li >
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Forbidden< / td >
< td >
< ul class = 'forbidden' >
< li class = "no-liability" > Liability< / li >
< / ul >
< / td >
< / tr >
< / table >
2013-01-22 10:32:18 -05:00
< table class = 'license-grid' >
2013-01-17 13:45:36 -08:00
< tr >
< th class = 'name' >
< a href = "apache" > Apache< / a >
< / th >
< th class = 'summary' >
A permissive license that also grants a license to patent claims from contributors
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 class = "include-copyright" > Copyright inclusion< / li >
< li class = "include-license" > License inclusion< / li >
2013-01-19 12:56:27 -08:00
< li class = "document-changes" > State Changes< / li >
2013-01-17 13:45:36 -08:00
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Permitted< / td >
< td >
< ul class = 'permitted' >
< 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 >
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Forbidden< / td >
< td >
< ul class = 'forbidden' >
< li class = "no-warranty" > Liability< / li >
< li class = "trademark-use" > Use Trademark< / li >
< / ul >
< / td >
< / tr >
< / table >
2013-01-22 10:32:18 -05:00
< table class = 'license-grid' >
2013-01-19 12:56:27 -08:00
< tr >
< th class = 'name' >
< a href = "gpl-v2" > GPL v2< / a > /< a href = "gpl-v3" > v3< / a >
< / th >
< th class = 'summary' >
GPL is the most widely used free software license and is fully reciprocal. Derived
works must be distributed under the same license.
< a href = "gpl-v2" > View full license »< / a >
< / th >
< / tr >
< tr >
< td class = 'label' > Required< / td >
< td >
< ul class = 'required' >
< li class = "include-copyright" > Copyright inclusion< / li >
< li class = "document-changes" > State changes< / li >
< li class = "disclose-source" > Disclose Source< / li >
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Permitted< / td >
< td >
< ul class = 'permitted' >
< li class = "commercial-use" > Commercial use< / li >
< li class = "modifications" > Modification< / li >
< li class = "distribution" > Distribution< / li >
< li class = "warranty" > Warranty< / li >
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Forbidden< / td >
< td >
< ul class = 'forbidden' >
< li class = "no-liability" > Liability< / li >
< li class = "no-sublicense" > Sublicensing< / li >
< / ul >
< / td >
< / tr >
< / table >
2013-01-17 13:45:36 -08:00
2013-01-22 10:32:18 -05:00
< h2 > Other licenses< / h2 >
2013-01-19 12:56:27 -08:00
< p >
2013-01-21 19:45:45 -05:00
Some communities tend to have specific licenses preferred by the
2013-01-19 12:56:27 -08:00
community. For example, PERL developers often choose the artistic license.
< / p >
2013-01-22 10:32:18 -05:00
< table class = 'license-grid' >
2013-01-19 12:56:27 -08:00
< tr >
< th class = 'name' >
< a href = "artistic" > Artistic< / a >
< / th >
< th class = 'summary' >
A license that’ s heavily favored by the PERL community.
< a href = "artistic" > View full license »< / a >
< / th >
< / tr >
< tr >
< td class = 'label' > Required< / td >
< td >
< ul class = 'required' >
< li class = "include-copyright" > Copyright inclusion< / li >
< li class = "document-changes" > State changes< / li >
< li class = "disclose-source" > Disclose source< / li >
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Permitted< / td >
< td >
< ul class = 'permitted' >
< li class = "commercial-use" > Commercial use< / li >
< li class = "modifications" > Modification< / li >
< li class = "distribution" > Distribution< / li >
< li class = "sublicense" > Sublicensing< / li >
< li class = "private-use" > Private Use< / li >
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Forbidden< / td >
< td >
< ul class = 'forbidden' >
< li class = "no-liability" > Liability< / li >
2013-01-19 13:02:18 -08:00
< li class = "trademark-use" > Use Trademark< / li >
2013-01-19 12:56:27 -08:00
< / ul >
< / td >
< / tr >
< / table >
2013-01-21 19:45:45 -05:00
2013-01-22 10:32:18 -05:00
< table class = 'license-grid' >
2013-01-17 13:45:36 -08:00
< 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' >
< li class = "include-copyright" > Copyright inclusion< / li >
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Permitted< / td >
< td >
< ul class = 'permitted' >
< 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 >
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Forbidden< / td >
< td >
< ul class = 'forbidden' >
< li class = "no-liability" > Liability< / li >
2013-01-19 12:56:27 -08:00
< li class = "trademark-use" > Use Trademark (3-clause)< / li >
2013-01-17 13:45:36 -08:00
< / ul >
< / td >
< / tr >
< / table >
2013-01-22 10:32:18 -05:00
< table class = 'license-grid' >
2013-01-17 13:45:36 -08:00
< tr >
< th class = 'name' >
< a href = "eclipse" > Eclipse< / a >
< / th >
< th class = 'summary' >
Used by the Eclipse foundation for its software, this license includes reciprocal requirements in
some cases. < a href = "eclipse" > View full license »< / a >
< / th >
< / tr >
< tr >
< td class = 'label' > Required< / td >
< td >
< ul class = 'required' >
< li class = "disclose-source" > Disclose source< / li >
< li class = "include-license" > License inclusion< / li >
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Permitted< / td >
< td >
< ul class = 'permitted' >
< 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 >
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Forbidden< / td >
< td >
< ul class = 'forbidden' >
< li class = "no-liability" > Liability< / li >
< li class = "trademark-use" > Use Trademark< / li >
< / ul >
< / td >
< / tr >
< / table >
2013-01-22 10:32:18 -05:00
< table class = 'license-grid' >
2013-01-17 13:45:36 -08:00
< tr >
< th class = 'name' >
< a href = "mozilla" > Mozilla< / a >
< / th >
< th class = 'summary' >
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.
< a href = "mozilla" > View full license »< / a >
< / th >
< / tr >
< tr >
< td class = 'label' > Required< / td >
< td >
< ul class = 'required' >
< li class = "disclose-source" > Disclose source< / li >
< li class = "include-copyright" > Copyright inclusion< / li >
< li class = "include-license" > License inclusion< / li >
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Permitted< / td >
< td >
< ul class = 'permitted' >
< 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 >
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Forbidden< / td >
< td >
< ul class = 'forbidden' >
< li class = "no-liability" > Liability< / li >
< li class = "trademark-use" > Use Trademark< / li >
< / ul >
< / td >
< / tr >
< / table >
2013-01-22 10:32:18 -05:00
< table class = 'license-grid' >
2013-01-17 13:45:36 -08:00
< tr >
< th class = 'name' >
< a href = "lgpl-v2.1" > LGPL v2.1< / a >
< / th >
< th class = 'summary' >
Primarily used for software libraries, LGPL requires that derived works be licensed under the same license, but
works that only link to it do not fall under this restriction.
< a href = "lgpl-v2.1" > View full license »< / a >
< / th >
< / tr >
< tr >
< td class = 'label' > Required< / td >
< td >
< ul class = 'required' >
< li class = "include-copyright" > Copyright inclusion< / li >
< li class = "nonstatic-linkage" > Nonstatic linkage< / li >
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Permitted< / td >
< td >
< ul class = 'permitted' >
< li class = "commercial-use" > Commercial use< / li >
< li class = "modifications" > Modification< / li >
< li class = "distribution" > Distribution< / li >
< li class = "sublicense" > Sublicensing< / li >
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Forbidden< / td >
< td >
< ul class = 'forbidden' >
< li class = "no-liability" > Liability< / li >
< / ul >
< / td >
< / tr >
< / table >
2013-01-22 10:32:18 -05:00
< table class = 'license-grid' >
2013-01-17 13:45:36 -08:00
< tr >
< th class = 'name' >
< a href = "lgpl-v3" > LGPL v3< / a >
< / th >
< th class = 'summary' >
Version 3 of the LGPL is an additional set of permissions to the < a href = "gpl-v3" > GPL v3 license< / a >
that requires that derived works be licensed under the same license, but works that only link to
it do not fall under this restriction.
< a href = "lgpl-v3" > View full license »< / a >
< / th >
< / tr >
< tr >
< td class = 'label' > Required< / td >
< td >
< ul class = 'required' >
< li class = "include-copyright" > Copyright inclusion< / li >
< li class = "nonstatic-linkage" > Nonstatic linkage< / li >
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Permitted< / td >
< td >
< ul class = 'permitted' >
< li class = "commercial-use" > Commercial use< / li >
< li class = "modifications" > Modification< / li >
< li class = "distribution" > Distribution< / li >
< li class = "sublicense" > Sublicensing< / li >
< / ul >
< / td >
< / tr >
< tr >
< td class = 'label' > Forbidden< / td >
< td >
< ul class = 'forbidden' >
< li class = "no-liability" > Liability< / li >
< / ul >
< / td >
< / tr >
< / table >
2013-01-21 19:45:45 -05:00
< footer class = "site-footer cf" >
2013-01-17 13:45:36 -08:00
< nav >
< a href = "../about" > 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/" >
2013-01-21 19:45:45 -05:00
Creative Commons Attribution 3.0 Unported License< / a > .< / p >
2013-01-17 13:45:36 -08:00
< / p >
< / div >
< / body >
< / html >