Clone of mesa.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

license.html 4.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <HTML>
  2. <TITLE>License / Cppyright Information</TITLE>
  3. <BODY text="#000000" bgcolor="#55bbff" link="#111188">
  4. <H1>License / Copyright Information</H1>
  5. <p>
  6. The Mesa distribution consists of several components. Different copyrights
  7. and licenses apply to different components. For example, GLUT is copyrighted
  8. by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
  9. device drivers are copyrighted by their authors. See below for a list of
  10. Mesa's components and the copyright/license for each.
  11. </p>
  12. <p>
  13. The core Mesa library is licensed according to the terms of the XFree86
  14. copyright (an MIT-style license). This allows integration with the
  15. XFree86/DRI project. Unless otherwise stated, the Mesa source code and
  16. documentation is licensed as follows:
  17. </p>
  18. <pre>
  19. Copyright (C) 1999-2003 Brian Paul All Rights Reserved.
  20. Permission is hereby granted, free of charge, to any person obtaining a
  21. copy of this software and associated documentation files (the "Software"),
  22. to deal in the Software without restriction, including without limitation
  23. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  24. and/or sell copies of the Software, and to permit persons to whom the
  25. Software is furnished to do so, subject to the following conditions:
  26. The above copyright notice and this permission notice shall be included
  27. in all copies or substantial portions of the Software.
  28. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  29. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  30. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  31. BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  32. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  33. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  34. </pre>
  35. <H1>Attention, Contributors</H1>
  36. <p>
  37. When contributing to the Mesa project you must agree to relinquish your
  38. work to the holder of the copyright for the particular component you're
  39. contributing to. That is, you can't put your own copyright on the code,
  40. unless it's a modular piece that can be omitted from Mesa (like a new
  41. device driver). If for example, you contribute a bug fix to Mesa's
  42. texture mapping code, your code will become a part of the body of work
  43. which is copyrighted by Brian Paul and licensed by the above terms.
  44. </p>
  45. <pre>
  46. Mesa Component Licenses:
  47. Component Files Primary Author License
  48. ----------------------------------------------------------------------------
  49. core Mesa code src/*.[ch] Brian Paul Mesa
  50. include/GL/gl.h
  51. GLX driver src/X/* Brian Paul Mesa
  52. include/GL/glx.h
  53. include/GL/xmesa.h
  54. OS/Mesa driver src/OSmesa/* Brian Paul Mesa
  55. include/GL/osmesa.h
  56. 3Dfx driver src/FX/* David Bucciarelli Mesa
  57. include/GL/fxmesa.h
  58. BeOS R4 driver src/BeOS/* Brian Paul Mesa
  59. MGL driver src/MGL/* SciTech, Inc SciTech copyright
  60. include/GL/mglmesa.h
  61. Windows driver src/Windows/* Li Wei copyright by Li Wei
  62. include/GL/wmesa.h
  63. SVGA driver src/SVGA/* Brian Paul GNU-LGPL
  64. include/GL/svgamesa.h
  65. DOS driver src/DOS/* Charlie Wallace GNU-LGPL
  66. include/GL/dosmesa.h
  67. GGI driver src/GGI/* Uwe Maurer GNU-LGPL
  68. include/GL/ggimesa.h
  69. S3 driver src/S3/* S3, Inc. S3 copyright
  70. GLUT src-glut/* Mark Kilgard Mark's copyright
  71. include/GL/*glut*.h
  72. GLU library src-glu/* Brian Paul GNU-LGPL
  73. SI GLU library si-glu/* SGI SGI Free B
  74. include/GL/glu.h
  75. Ext registry include/GL/glext.h SGI SGI Free B
  76. include/GL/glxext.h
  77. demo programs demos/* various see source files
  78. X demos xdemos/* Brian Paul see source files
  79. SGI demos samples/* SGI SGI copyright
  80. RedBook demos book/* SGI SGI copyright
  81. </pre>
  82. </body>
  83. </html>