glthread: don't declare unmarshal functions as inline
[mesa.git] / docs / license.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html lang="en">
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8">
5 <title>License and Copyright</title>
6 <link rel="stylesheet" type="text/css" href="mesa.css">
7 </head>
8 <body>
9
10 <div class="header">
11 The Mesa 3D Graphics Library
12 </div>
13
14 <iframe src="contents.html"></iframe>
15 <div class="content">
16
17 <h1>License and Copyright</h1>
18
19 <h2>Disclaimer</h2>
20
21 <p>
22 Mesa is a 3-D graphics library with an API which is very similar to
23 that of <a href="https://www.opengl.org/">OpenGL</a><sup>[<a href="#trademark">1</a>]</sup>.
24 To the extent that Mesa utilizes the OpenGL command syntax or state
25 machine, it is being used with authorization from <a
26 href="https://www.sgi.com/">Silicon Graphics,
27 Inc.</a>(SGI). However, the author does not possess an OpenGL license
28 from SGI, and makes no claim that Mesa is in any way a compatible
29 replacement for OpenGL or associated with SGI. Those who want a
30 licensed implementation of OpenGL should contact a licensed
31 vendor.
32 </p>
33
34 <p>
35 Please do not refer to the library as <em>MesaGL</em> (for legal
36 reasons). It's just <em>Mesa</em> or <em>The Mesa 3-D graphics
37 library</em>.
38 </p>
39
40 <p>
41 <a id="trademark">[1]</a>: OpenGL is a trademark of <a
42 href="https://www.sgi.com/">Silicon Graphics Incorporated</a>.
43 </p>
44
45
46
47 <h2>License / Copyright Information</h2>
48
49 <p>
50 The Mesa distribution consists of several components. Different copyrights
51 and licenses apply to different components.
52 For example, the GLX client code uses the SGI Free Software License B, and
53 some of the Mesa device drivers are copyrighted by their authors.
54 See below for a list of Mesa's main components and the license for each.
55 </p>
56 <p>
57 The core Mesa library is licensed according to the terms of the MIT license.
58 This allows integration with the XFree86, Xorg and DRI projects.
59 </p>
60 <p>
61 The default Mesa license is as follows:
62 </p>
63
64 <pre>
65 Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
66
67 Permission is hereby granted, free of charge, to any person obtaining a
68 copy of this software and associated documentation files (the "Software"),
69 to deal in the Software without restriction, including without limitation
70 the rights to use, copy, modify, merge, publish, distribute, sublicense,
71 and/or sell copies of the Software, and to permit persons to whom the
72 Software is furnished to do so, subject to the following conditions:
73
74 The above copyright notice and this permission notice shall be included
75 in all copies or substantial portions of the Software.
76
77 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
78 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
79 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
80 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
81 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
82 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
83 SOFTWARE.
84 </pre>
85
86
87 <h2>Attention, Contributors</h2>
88
89 <p>
90 When contributing to the Mesa project you must agree to the licensing terms
91 of the component to which you're contributing.
92 The following section lists the primary components of the Mesa distribution
93 and their respective licenses.
94 </p>
95
96
97 <h2>Mesa Component Licenses</h2>
98
99 <pre>
100 Component Location License
101 ------------------------------------------------------------------
102 Main Mesa code src/mesa/ MIT
103
104 Device drivers src/mesa/drivers/* MIT, generally
105
106 Gallium code src/gallium/ MIT
107
108 Ext headers include/GL/glext.h Khronos
109 include/GL/glxext.h
110
111 GLX client code src/glx/ SGI Free Software License B
112
113 C11 thread include/c11/threads*.h Boost (permissive)
114 emulation
115 </pre>
116
117 <p>
118 In general, consult the source files for license terms.
119 </p>
120
121 </div>
122 </body>
123 </html>