blob: b61fe44b336ba6221c27ebe03418a32f36ef2cfd [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
9<H1>License / Copyright Information</H1>
10
11<p>
12The Mesa distribution consists of several components. Different copyrights
13and licenses apply to different components. For example, GLUT is copyrighted
14by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
15device drivers are copyrighted by their authors. See below for a list of
Brian Paulb7c727e2005-08-19 16:57:50 +000016Mesa's main components and the license for each.
Brian Paul0b27ace2003-03-08 17:38:57 +000017</p>
18<p>
Brian Paulb7c727e2005-08-19 16:57:50 +000019The core Mesa library is licensed according to the terms of the MIT license.
20This allows integration with the XFree86, Xorg and DRI projects.
21</p>
22<p>
23The default Mesa license is as follows:
Brian Paul0b27ace2003-03-08 17:38:57 +000024</p>
25
26<pre>
Brian Paulb7c727e2005-08-19 16:57:50 +000027Copyright (C) 1999-2005 Brian Paul All Rights Reserved.
Brian Paul0b27ace2003-03-08 17:38:57 +000028
29Permission is hereby granted, free of charge, to any person obtaining a
30copy of this software and associated documentation files (the "Software"),
31to deal in the Software without restriction, including without limitation
32the rights to use, copy, modify, merge, publish, distribute, sublicense,
33and/or sell copies of the Software, and to permit persons to whom the
34Software is furnished to do so, subject to the following conditions:
35
36The above copyright notice and this permission notice shall be included
37in all copies or substantial portions of the Software.
38
39THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
40OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
41FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
42BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
43AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
44CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
45</pre>
46
47
48<H1>Attention, Contributors</H1>
49
50<p>
Brian Paulb7c727e2005-08-19 16:57:50 +000051When contributing to the Mesa project you must agree to the licensing terms
52of the component to which you're contributing.
53The following section lists the primary comonents of the Mesa distribution
54and their respective licenses.
Brian Paul0b27ace2003-03-08 17:38:57 +000055</p>
56
Brian Paulb7c727e2005-08-19 16:57:50 +000057
58<H1>Mesa Component Licenses</H1>
59
Brian Paul0b27ace2003-03-08 17:38:57 +000060<pre>
Brian Paulb7c727e2005-08-19 16:57:50 +000061Component Location Primary Author License
Brian Paul0b27ace2003-03-08 17:38:57 +000062----------------------------------------------------------------------------
Brian Paulb7c727e2005-08-19 16:57:50 +000063Main Mesa code src/mesa/ Brian Paul Mesa (MIT)
Brian Paul0b27ace2003-03-08 17:38:57 +000064
Brian Paulb7c727e2005-08-19 16:57:50 +000065Device drivers src/mesa/drivers/* See drivers See drivers
Brian Paul0b27ace2003-03-08 17:38:57 +000066
Brian Paulb7c727e2005-08-19 16:57:50 +000067Ext headers include/GL/glext.h SGI SGI Free B
68 include/GL/glxext.h
Brian Paul0b27ace2003-03-08 17:38:57 +000069
Brian Paulb7c727e2005-08-19 16:57:50 +000070GLUT src/glut/ Mark Kilgard Mark's copyright
Brian Paul0b27ace2003-03-08 17:38:57 +000071
Brian Paulb7c727e2005-08-19 16:57:50 +000072Mesa GLU library src/glu/mesa/ Brian Paul GNU-LGPL
Brian Paul0b27ace2003-03-08 17:38:57 +000073
Brian Paulb7c727e2005-08-19 16:57:50 +000074SGI GLU library src/glu/sgi/ SGI SGI Free B
Brian Paul0b27ace2003-03-08 17:38:57 +000075
Brian Paulb7c727e2005-08-19 16:57:50 +000076demo programs progs/demos/ various see source files
Brian Paul0b27ace2003-03-08 17:38:57 +000077
Brian Paulb7c727e2005-08-19 16:57:50 +000078X demos progs/xdemos/ Brian Paul see source files
Brian Paul0b27ace2003-03-08 17:38:57 +000079
Brian Paulb7c727e2005-08-19 16:57:50 +000080SGI demos progs/samples/ SGI SGI copyright
Brian Paul0b27ace2003-03-08 17:38:57 +000081
Brian Paulb7c727e2005-08-19 16:57:50 +000082RedBook demos progs/redbook/ SGI SGI copyright
Brian Paul0b27ace2003-03-08 17:38:57 +000083</pre>
84
85</body>
86</html>