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