home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / System / Mesa-3.1 / docs / COPYRIGHT < prev    next >
Text File  |  1999-07-06  |  5KB  |  148 lines

  1.  
  2.  
  3.                         Mesa Copyright Information
  4.  
  5.  
  6. The Mesa distribution consists of several components, other than just the
  7. main library.  The different components are covered by different copyrights.
  8.  
  9. Through version 3.0, the core Mesa library has been distributed under the
  10. GNU Library General Public License.
  11.  
  12. From Mesa 3.1 onward, the core library will instead be released under an
  13. XFree86-style copyright.  The new Mesa copyright is below.
  14.  
  15.  
  16.  
  17. Common questions about the copyright change
  18. -------------------------------------------
  19.  
  20. Q1. Why was the copyright changed?
  21.  
  22. A1. Mesa is being integrated with XFree86 (the free X server for Linux
  23. and other Unix-like operating systems) in order to better support
  24. 3D hardware on Linux.  All code used in XFree86 must use the XFree86
  25. copyright.  3D hardware acceleration on Linux is long overdue.  The
  26. Mesa copyright change will allow better hardware support on Linux in
  27. the near future.
  28.  
  29.  
  30. Q2. Is it legal to change the copyright?
  31.  
  32. A2. Yes, since I (Brian Paul) hold the copyright.
  33.  
  34.  
  35. Q3. I contributed code to Mesa while under the GNU copyright and don't
  36. agree with the new copyright.  What can I do?
  37.  
  38. A3. I'll remove any such code upon request.  So far, no one has made
  39. this request.
  40.  
  41.  
  42. Q4. The XFree86 copyright allows people/companies to release binary-only
  43. works derived from the Mesa code.  Isn't that bad?
  44.  
  45. A4. It's somewhat unfortunate, but acceptable.  However, it really is in a
  46. company's best interest to keep modification to open-source software in the
  47. open-source domain.  See the open-source essays written by Eric Raymond for
  48. the reasoning.  Also note that any such concerns can be applied to the
  49. XFree86 project as well.  It seems to be doing well.
  50.  
  51.  
  52.  
  53. Attention Contributors
  54. ----------------------
  55.  
  56. If you want to contribute to the Mesa project please consider the
  57. copyright issues.  If you contribute a bug fix or new feature to
  58. an existing component you should agree to the copyright on that
  59. component before submitting the bug fix or feature code.
  60.  
  61. If you want to contribute a new component, such as a new device
  62. driver or demo program, then you can put whatever copyright you want
  63. on your code.  Insert the copyright into all files to avoid confusion.
  64.  
  65.  
  66.  
  67.  
  68. Mesa component copyrights
  69. -------------------------
  70.  
  71. Component       Files                 Primary Author      Copyright
  72. -------------------------------------------------------------------------------
  73. core Mesa code  src/*.[ch]            Brian Paul          See below (*)
  74.                 include/GL/gl.h
  75.  
  76. GLU library     src-glu/*             Brian Paul          GNU-LGPL
  77.                 include/GL/glu.h
  78.  
  79. GLX driver      src/X/*               Brian Paul          See below (*)
  80.                 include/GL/glx.h
  81.                 include/GL/xmesa.h
  82.  
  83. OS/Mesa driver  src/OSmesa/*          Brian Paul          See below (*)
  84.                 include/GL/osmesa.h
  85.  
  86. 3Dfx driver     src/FX/*              David Bucciarelli   GNU-LGPL
  87.                 include/GL/fxmesa.h
  88.  
  89. MGL driver      src/MGL/*             SciTech, Inc        SciTech copyright
  90.                 include/GL/mglmesa.h
  91.  
  92. Windows driver  src/Windows/*         Li Wei              copyright by Li Wei
  93.                 include/GL/wmesa.h
  94.  
  95. SVGA driver     src/SVGA/*            Brian Paul          GNU-LGPL
  96.                 include/GL/svgamesa.h
  97.  
  98. DOS driver      src/DOS/*             Charlie Wallace     GNU-LGPL
  99.                 include/GL/dosmesa.h
  100.  
  101. GGI driver      src/GGI/*             Uwe Maurer          GNU-LGPL
  102.                 include/GL/ggimesa.h
  103.  
  104. S3 driver       src/S3/*              S3, Inc.            S3 copyright
  105.  
  106. BeOS R4 driver  src/BeOS/*            Brian Paul          See below (*)
  107.  
  108. GLUT            src-glut/*            Mark Kilgard        Mark's copyright
  109.                 include/GL/*glut*.h
  110.  
  111. demo programs   demos/*               various             see source file
  112.  
  113. X demos         xdemos/*              Brian Paul          see source file
  114.  
  115. SGI demos       samples/*             SGI                 SGI copyright
  116.  
  117. RedBook demos   book/*                SGI                 SGI copyright
  118.  
  119.  
  120.  
  121. (*) Main Mesa Copyright
  122. -----------------------
  123.  
  124. Mesa code without an explicit copyright is covered by the following
  125. copyright:
  126.  
  127. Copyright (C) 1999  Brian Paul   All Rights Reserved.
  128.  
  129. Permission is hereby granted, free of charge, to any person obtaining a
  130. copy of this software and associated documentation files (the "Software"),
  131. to deal in the Software without restriction, including without limitation
  132. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  133. and/or sell copies of the Software, and to permit persons to whom the
  134. Software is furnished to do so, subject to the following conditions:
  135.  
  136. The above copyright notice and this permission notice shall be included
  137. in all copies or substantial portions of the Software.
  138.  
  139. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  140. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  141. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
  142. BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  143. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  144. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  145.  
  146. ----------------------------------------------------------------------
  147. $Id: COPYRIGHT,v 1.2 1999/07/07 00:44:36 brianp Exp $
  148.