Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

license.html 3.7KB

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