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