blob: 44b980d93da9d4edeb84bba92abf18b6e13de273 [file] [log] [blame]
Brian Paul0b27ace2003-03-08 17:38:57 +00001<HTML>
2
3<TITLE>License / Cppyright Information</TITLE>
4
Brian Paul36da0452005-01-20 03:55:10 +00005<link rel="stylesheet" type="text/css" href="mesa.css"></head>
6
7<BODY>
Brian Paul0b27ace2003-03-08 17:38:57 +00008
Brian4d864b02007-04-04 09:33:12 -06009<H1>Disclaimer</H1>
10
11<p>
12Mesa is a 3-D graphics library with an API which is very similar to
13that of <a href="http://www.opengl.org/" target="_parent">OpenGL</a>.*
14To the extent that Mesa utilizes the OpenGL command syntax or state
15machine, it is being used with authorization from <a
16href="http://www.sgi.com/" target="_parent">Silicon Graphics,
17Inc.</a>(SGI). However, the author does not possess an OpenGL license
18from SGI, and makes no claim that Mesa is in any way a compatible
19replacement for OpenGL or associated with SGI. Those who want a
20licensed implementation of OpenGL should contact a licensed
21vendor.
22</p>
23
24<p>
25Please do not refer to the library as <em>MesaGL</em> (for legal
26reasons). It's just <em>Mesa</em> or <em>The Mesa 3-D graphics
27library</em>. <br>
28</p>
29
30<p>
31* OpenGL is a trademark of <a href="http://www.sgi.com/"
32target="_parent">Silicon Graphics Incorporated</a>.
33</p>
34
35
36
Brian Paul0b27ace2003-03-08 17:38:57 +000037<H1>License / Copyright Information</H1>
38
39<p>
40The Mesa distribution consists of several components. Different copyrights
41and licenses apply to different components. For example, GLUT is copyrighted
42by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
43device drivers are copyrighted by their authors. See below for a list of
Brian Paulb7c727e2005-08-19 16:57:50 +000044Mesa's main components and the license for each.
Brian Paul0b27ace2003-03-08 17:38:57 +000045</p>
46<p>
Brian Paulb7c727e2005-08-19 16:57:50 +000047The core Mesa library is licensed according to the terms of the MIT license.
48This allows integration with the XFree86, Xorg and DRI projects.
49</p>
50<p>
51The default Mesa license is as follows:
Brian Paul0b27ace2003-03-08 17:38:57 +000052</p>
53
54<pre>
Brian4d864b02007-04-04 09:33:12 -060055Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
Brian Paul0b27ace2003-03-08 17:38:57 +000056
57Permission is hereby granted, free of charge, to any person obtaining a
58copy of this software and associated documentation files (the "Software"),
59to deal in the Software without restriction, including without limitation
60the rights to use, copy, modify, merge, publish, distribute, sublicense,
61and/or sell copies of the Software, and to permit persons to whom the
62Software is furnished to do so, subject to the following conditions:
63
64The above copyright notice and this permission notice shall be included
65in all copies or substantial portions of the Software.
66
67THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
68OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
69FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
70BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
71AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
72CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
73</pre>
74
75
76<H1>Attention, Contributors</H1>
77
78<p>
Brian Paulb7c727e2005-08-19 16:57:50 +000079When contributing to the Mesa project you must agree to the licensing terms
80of the component to which you're contributing.
Brian Paulae27ef22005-08-19 23:44:35 +000081The following section lists the primary components of the Mesa distribution
Brian Paulb7c727e2005-08-19 16:57:50 +000082and their respective licenses.
Brian Paul0b27ace2003-03-08 17:38:57 +000083</p>
84
Brian Paulb7c727e2005-08-19 16:57:50 +000085
86<H1>Mesa Component Licenses</H1>
87
Brian Paul0b27ace2003-03-08 17:38:57 +000088<pre>
Briande1d7252007-10-01 17:55:33 -060089Component Location License
90------------------------------------------------------------------
91Main Mesa code src/mesa/ Mesa (MIT)
Brian Paul0b27ace2003-03-08 17:38:57 +000092
Briande1d7252007-10-01 17:55:33 -060093Device drivers src/mesa/drivers/* MIT, generally
Brian Paul0b27ace2003-03-08 17:38:57 +000094
Briande1d7252007-10-01 17:55:33 -060095Ext headers include/GL/glext.h Khronos
Brian Paulb7c727e2005-08-19 16:57:50 +000096 include/GL/glxext.h
Brian Paul0b27ace2003-03-08 17:38:57 +000097
Briande1d7252007-10-01 17:55:33 -060098GLUT src/glut/ Mark Kilgard's copyright
Brian Paul0b27ace2003-03-08 17:38:57 +000099
Briande1d7252007-10-01 17:55:33 -0600100SGI GLU library src/glu/sgi/ SGI Free B
Brian Paul0b27ace2003-03-08 17:38:57 +0000101
Briande1d7252007-10-01 17:55:33 -0600102demo programs progs/demos/ see source files
Brian Paul0b27ace2003-03-08 17:38:57 +0000103
Briande1d7252007-10-01 17:55:33 -0600104X demos progs/xdemos/ see source files
Brian Paul0b27ace2003-03-08 17:38:57 +0000105
Briande1d7252007-10-01 17:55:33 -0600106SGI demos progs/samples/ SGI license
Brian Paul0b27ace2003-03-08 17:38:57 +0000107
Briande1d7252007-10-01 17:55:33 -0600108RedBook demos progs/redbook/ SGI license
Brian Paul0b27ace2003-03-08 17:38:57 +0000109</pre>
110
Briande1d7252007-10-01 17:55:33 -0600111<p>
112In general, consult the source files for license terms.
113</p>
114
115
Brian Paul0b27ace2003-03-08 17:38:57 +0000116</body>
117</html>