home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / libgl1-mesa-glx / copyright < prev   
Encoding:
Text File  |  2006-08-21  |  4.7 KB  |  119 lines

  1. This package was debianized by James A. Treacy treacy@debian.org on Thu,
  2. 6 Jan 2000 01:11:34 -0500.  It was newly debianized by Marcelo E.
  3. Magallon <mmagallo@debian.org> on Sat, 25 Dec 2004 14:50:02 -0600.
  4.  
  5. It was downloaded from http://www.mesa3d.org/download.html
  6.  
  7. For more information see:
  8.  
  9.   http://www.mesa3d.org/
  10.  
  11. Copyright:
  12.  
  13. Upstream Author: Brian Paul <brian.paul@tungstengraphics.com>
  14.  
  15. License:
  16.  
  17.                     License / Copyright Information
  18.  
  19.    The Mesa distribution consists of several components. Different
  20.    copyrights and licenses apply to different components. For
  21.    example, GLUT is copyrighted by Mark Kilgard, some demo programs
  22.    are copyrighted by SGI, some of the Mesa device drivers are
  23.    copyrighted by their authors. See below for a list of Mesa's
  24.    components and the copyright/license for each.
  25.  
  26.    The core Mesa library is licensed according to the terms of the
  27.    XFree86 copyright (an MIT-style license). This allows integration
  28.    with the XFree86/DRI project. Unless otherwise stated, the Mesa
  29.    source code and documentation is licensed as follows:
  30.  
  31.  Copyright (C) 1999-2003  Brian Paul   All Rights Reserved.
  32.  
  33.  Permission is hereby granted, free of charge, to any person obtaining a
  34.  copy of this software and associated documentation files (the "Software"),
  35.  to deal in the Software without restriction, including without limitation
  36.  the rights to use, copy, modify, merge, publish, distribute, sublicense,
  37.  and/or sell copies of the Software, and to permit persons to whom the
  38.  Software is furnished to do so, subject to the following conditions:
  39.  
  40.  The above copyright notice and this permission notice shall be included
  41.  in all copies or substantial portions of the Software.
  42.  
  43.  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  44.  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  45.  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
  46.  BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  47.  AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  48.  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  49.  
  50.                         Attention, Contributors
  51.  
  52.    When contributing to the Mesa project you must agree to relinquish
  53.    your work to the holder of the copyright for the particular
  54.    component you're contributing to. That is, you can't put your own
  55.    copyright on the code, unless it's a modular piece that can be
  56.    omitted from Mesa (like a new device driver). If for example, you
  57.    contribute a bug fix to Mesa's texture mapping code, your code
  58.    will become a part of the body of work which is copyrighted by
  59.    Brian Paul and licensed by the above terms.
  60.  
  61.  Mesa Component Licenses:
  62.  
  63.  Component       Files                 Primary Author      License
  64.  ----------------------------------------------------------------------------
  65.  core Mesa code  src/*.[ch]            Brian Paul          Mesa
  66.                  include/GL/gl.h
  67.  
  68.  GLX driver      src/X/*               Brian Paul          Mesa
  69.                  include/GL/glx.h
  70.                  include/GL/xmesa.h
  71.  
  72.  OS/Mesa driver  src/OSmesa/*          Brian Paul          Mesa
  73.                  include/GL/osmesa.h
  74.  
  75.  3Dfx driver     src/FX/*              David Bucciarelli   Mesa
  76.                  include/GL/fxmesa.h
  77.  
  78.  BeOS R4 driver  src/BeOS/*            Brian Paul          Mesa
  79.  
  80.  MGL driver      src/MGL/*             SciTech, Inc        SciTech copyright
  81.                  include/GL/mglmesa.h
  82.  
  83.  Windows driver  src/Windows/*         Li Wei              copyright by Li Wei
  84.                  include/GL/wmesa.h
  85.  
  86.  SVGA driver     src/SVGA/*            Brian Paul          GNU-LGPL
  87.                  include/GL/svgamesa.h
  88.  
  89.  DOS driver      src/DOS/*             Charlie Wallace     GNU-LGPL
  90.                  include/GL/dosmesa.h
  91.  
  92.  GGI driver      src/GGI/*             Uwe Maurer          GNU-LGPL
  93.                  include/GL/ggimesa.h
  94.  
  95.  S3 driver       src/S3/*              S3, Inc.            S3 copyright
  96.  
  97.  GLUT            src-glut/*            Mark Kilgard        Mark's copyright
  98.                  include/GL/*glut*.h
  99.  
  100.  GLU library     src-glu/*             Brian Paul          GNU-LGPL
  101.  
  102.  SI GLU library  si-glu/*              SGI                 SGI Free B
  103.                  include/GL/glu.h
  104.  
  105.  Ext registry    include/GL/glext.h    SGI                 SGI Free B
  106.                  include/GL/glxext.h
  107.  
  108.  demo programs   demos/*               various             see source files
  109.  
  110.  X demos         xdemos/*              Brian Paul          see source files
  111.  
  112.  SGI demos       samples/*             SGI                 SGI copyright
  113.  
  114.  RedBook demos   book/*                SGI                 SGI copyright
  115.  
  116.  
  117.     On Debian systems the full text of the GNU LGPL license is found in
  118.     /usr/share/common-licenses/LGPL.
  119.