LICENSE 3.4 KB

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