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 4.3KB

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