diff options
author | Werner Lemberg <wl@gnu.org> | 2012-12-18 13:28:54 +0100 |
---|---|---|
committer | Werner Lemberg <wl@gnu.org> | 2012-12-18 13:28:54 +0100 |
commit | de09f5100b1d4a6428c0d482e0f212e63d3ff31e (patch) | |
tree | 796ea64a1772d825293adc04a4a1d636d01c5869 /license.html |
Initial import.
Diffstat (limited to 'license.html')
-rw-r--r-- | license.html | 126 |
1 files changed, 126 insertions, 0 deletions
diff --git a/license.html b/license.html new file mode 100644 index 0000000..e589015 --- /dev/null +++ b/license.html @@ -0,0 +1,126 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/html4/loose.dtd"> + +<html lang="en"> + +<head> + <meta http-equiv="Content-Type" + content="text/html; charset=utf-8"> + <meta http-equiv="Content-Style-Type" + content="text/css"> + <meta http-equiv="Content-Script-Type" + content="text/javascript"> + + <meta name="description" + content="FreeType Licenses"> + <meta name="keywords" + content="FreeType license GPL FTL legal copyright"> + + <link rel="stylesheet" + type="text/css" + href="freetype2_-60.css"> + + <script type="text/javascript" + src="jquery-1.8.3.min.js"> + </script> + <script type="text/javascript" + src="jquery.ba-resize.min.js"> + </script> + <script type="text/javascript" + src="freetype2.js"> + </script> + + <title>FreeType Licenses</title> +</head> + +<body> + +<div id="top" + class="bar"> + <h1>FreeType Licenses</h1> +</div> + + +<div id="wrapper"> + +<div class="colmask leftmenu"> + <div class="colright"> + <div class="col1wrap"> + <div class="col1"> + + + <!-- ************************************************** --> + + <div> + <p>FreeType comes with two licenses from which you can + choose the one which fits your needs best.</p> + + <ul> + <li> + <p>The <a href="http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/FTL.TXT">FreeType + License</a> (FTL) is the most commonly used one. It + is a BSD-style license with a credit clause and thus + compatible with the GNU Public License (GPL) + version 3, but not with the GPL + version 2.</p> + </li> + <li> + <p>The <a href="http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/GPLv2.TXT">GNU + General Public License</a> (GPL), version 2. + Use it for all projects which use the GPLv2 also, or + which need a license compatible to the GPLv2.</p> + </li> + </ul> + </div> + + <!-- ************************************************** --> + + <div class="updated"> + <p>Last update: 12-Dec-2012</p> + </div> + </div> + </div> + + + <!-- ************************************************** --> + + <div class="col2"> + </div> + </div> +</div> + + +<!-- ************************************************** --> + +<div id="TOC"> + <ul> + <li id="funding"> + <a href="http://pledgie.com/campaigns/18808"> + <img alt="Click here to lend your support to the FreeType project and make a donation at pledgie.com!" + src="http://pledgie.com/campaigns/18808.png?skin_name=chrome" + border="0" + align="middle"> + </a><br> + <a href="http://flattr.com/thing/882217/The-FreeType-Project" + target="_blank"> + <img class="with-border" + src="http://api.flattr.com/button/flattr-badge-large.png" + alt="Flattr this" + title="Flattr this" + border="0" + align="middle"> + </a> + </li> + <li> + <a href="index.html">Home</a> + </li> + </ul> +</div> + +</div> <!-- id="wrapper" --> + +<div id="TOC-bottom"> +</div> + +</body> +</html> |