root/trunk/dep/src/g3dlite/license.html @ 7

Revision 2, 8.1 kB (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3
4<head>
5        <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
6        <title>G3D: License</title>
7        <link href="stylesheet.css" rel="stylesheet" type="text/css">
8        <style type="text/css">
9                span.menu_tab a {
10                        background:                     #FFE183; 
11                        border-width:           1px; 
12                        border-style:           solid; 
13                        border-color:           #FFB143; 
14                        padding:                        5px;
15                        margin:                         0px;
16                        margin-left:            2px;
17                        font-size:                      11px; 
18                        font-weight:            bold;                   
19                        font-family:            arial;
20                        color:                          #000000;
21                        position:                       relative;
22                        display:                inline;
23                }
24
25        span.menu_tab a:link, a:visited {
26            text-decoration:    none;
27        }
28                span.menu_tab a:hover {
29                        background:                     #FDEFA0;
30            color:              #000000;
31            text-decoration:    none;
32                }
33                .widthadjust {
34                        min-width:                      800px;
35                        width:                          80%;
36                        background:                     #FFFFFF; 
37                        padding-left:           5px;
38                        padding-right:          5px;
39                }
40                * html .widthadjust {
41                        width:                          expression(document.body.clientWidth < 1000? "1000px": "auto";
42                }
43        </style>
44</head>
45
46<body style="width: 100%; background: #aaaaaa">
47<table class="widthadjust" align=center><tr><td>
48<table style="height: 44px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #FFc161;" width=100% cellspacing=0 cellpadding=0>
49<tr cellspacing=0 cellpadding=0>
50        <td style="width: 70%;" nowrap=true>
51                        <img src="G3D-small-shadow.jpg">
52                        <span class="menu_tab"><a href="index.html">Contents</a></span>
53                        <span class="menu_tab"><a href="globals_func.html">Functions</a></span>
54                        <span class="menu_tab"><a href="classes.html">Classes</a></span>
55                        <span class="menu_tab"><a href="indexedbytopic.html">Topics</a></span>
56                        <span class="menu_tab"><a href="http://sourceforge.net/forum/forum.php?forum_id=262426">User Forum</a></span>
57                        <span class="menu_tab"><a href="http://cvs.sourceforge.net/viewcvs.py/g3d-cpp/cpp/">CVS</a></span>
58        </td>
59</tr>
60</table>
61
62<table cellspacing=0 cellpadding=0 width=100% >
63<tr><td>
64<!-- code goes here -->
65
66<!-- Generated by Doxygen 1.4.6-NO -->
67<h1><a class="anchor" name="license">License</a></h1> 
68<TABLE BORDER=0 WIDTH=80%><TR><TD><I><FONT FACE="Arial">
69<A HREF="guideintro.html"><IMG SRC="backarrow.gif" BORDER=0 ALIGN=MIDDLE>
70Introduction</A></I></FONT></TD><TD ALIGN=RIGHT><FONT FACE="Arial"><I>
71<A HREF="guideinstall.html">
72Installation <IMG SRC="forwardarrow.gif" BORDER=0 ALIGN=MIDDLE></A></I></FONT></TD></TR></TABLE>
73<h2><a class="anchor" name="intent">
74Intent of License</a></h2>
75(This section is informal and not legally binding.)<p>
76<br>
77 This library is free code-- you can use it without charge and it is minimally legally encumbered. Unlike some other free libraries, we &lt;u&gt;do not&lt;/u&gt; require you to release your source code or make your own program open source.<p>
78I intend the license (below) to protect me and the other contributors from liability and allow you to use the source however you want. You can make your own closed or open-source programs, sell them, give them away, whatever.<p>
79You have an obligation to say "this software is based in part on the work of the Independent JPEG Group" in your documentation or application help if you use the <a class="el" href="classG3D_1_1GImage.html">G3D::GImage</a> class because it is based on the IJG library. The OpenGL headers and ZLib headers included may be freely distributed provided their copyright notices remain intact.<p>
80For convenience, <a class="el" href="namespaceG3D.html#2d6bccd0c2fa5b44882b7d0c732e2712">G3D::license</a> is a function that returns the license string you must put in your documentation. <a class="el" href="classG3D_1_1GApp.html">G3D::GApp</a> will automatically write a file (g3d-license.txt) to disk with the contents of this license unless you tell it not to.<p>
81Most of the data resources have either entered the public domain and have been in several published papers or are data that I have explicitly received permission to distribute with <a class="el" href="namespaceG3D.html">G3D</a>. The <a class="el" href="namespaceG3D.html">G3D</a> fonts are actually font images, not TrueType font descriptions and may be freely distributed. As a rule of thumb, you can freely use and distribute anything you find in the data directory but may need permission to use it in a commercial product. Check the various copyright.txt files in the data directories for specific information.<p>
82You are required by the BSD license to acknowledge <a class="el" href="namespaceG3D.html">G3D</a> in your documentation. This can be as minimal as a note buried in the fine print at the end of a manual or a text file accompanying your program. I appreciate it if you acknowledged the library more publicly but you aren't required to.<p>
83Likewise, you are encouraged but not required to submit patches to improve the library for the benefit of all. E-mail me with bugs, patches, and questions.<p>
84-Morgan McGuire &lt;<em><a href="mailto:matrix@graphics3d.com">matrix@graphics3d.com</a></em>&gt;<p>
85<hr>
86<h2><a class="anchor" name="reallicense">
87License</a></h2>
88<em><a class="el" href="namespaceG3D.html">G3D</a> is licensed under the <a href="http://www.opensource.org/licenses/bsd-license.php">BSD license</a>, with portions controlled by the <a href="IJG-README.TXT">IJG license</a> and <a href="libpng-LICENSE.txt">PNG Reference Library license</a></em><p>
89<code> <div align="center">
90<img src="http://opensource.org/trademarks/osi-certified/web/osi-certified-120x100.gif" alt="osi-certified-120x100.gif">
91</div>
92 </code><p>
93<code>This product uses software from the <a class="el" href="namespaceG3D.html">G3D</a> project (<a href="http://g3d-cpp.sf.net">http://g3d-cpp.sf.net</a>) </code><p>
94<code>Copyright &copy; 2000-2006, Morgan McGuire </code><p>
95<code>All rights reserved. </code><p>
96<code> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: </code><p>
97<code> Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. </code><p>
98<code> Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. </code><p>
99<code> Neither the name of Morgan McGuire, Williams College, Brown University, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. </code><p>
100<code> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. </code><p>
101You must also agree to be bound by the terms of the Independent JPEG Group license for the portions of this library that are based on the work of the Independent JPEG Group, <b>if you use those portions</b>. Note: if you do not use the <a class="el" href="classG3D_1_1GImage.html">G3D::GImage</a> class, this clause does not apply to you because the linker will strip that code from your project. The <a href="IJG-README.TXT" 
102>IJG-README.TXT</a> file contains the Independent JPEG Group license.</A>
103<hr><address style="align: right;"><small>
104Generated on Tue Jul 18 12:05:54 2006 for G3D by <a href="http://www.doxygen.org/index.html">
105<img src="doxygen.png" alt="doxygen" align="middle" border=0 width=55 height=26>
106</a> 1.4.6-NO</small></address>
107Hosted by <A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=76879&amp;type=5" width="210" height="62" border="0" alt="SourceForge.net Logo"></A>
108</body>
109</html>
Note: See TracBrowser for help on using the browser.