OCaml 4.14.0 rebuild
[arch-packages.git] / mesa / repos / testing-x86_64 / LICENSE
blob060f4a925b9b0861fa37102ada8e10b2649895f0
1 The Mesa 3D Graphics Library
3 Disclaimer
5    Mesa is a 3-D graphics library with an API which is very similar to
6    that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
7    syntax or state machine, it is being used with authorization from
8    [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
9    OpenGL license from SGI, and makes no claim that Mesa is in any way a
10    compatible replacement for OpenGL or associated with SGI. Those who
11    want a licensed implementation of OpenGL should contact a licensed
12    vendor.
14    Please do not refer to the library as MesaGL (for legal reasons). It's
15    just Mesa or The Mesa 3-D graphics library.
17    * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
19 License / Copyright Information
21    The Mesa distribution consists of several components. Different
22    copyrights and licenses apply to different components. For example, the
23    GLX client code uses the SGI Free Software License B, and some of the
24    Mesa device drivers are copyrighted by their authors. See below for a
25    list of Mesa's main components and the license for each.
27    The core Mesa library is licensed according to the terms of the MIT
28    license. This allows integration with the XFree86, Xorg and DRI
29    projects.
31    The default Mesa license is as follows:
33 Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
35 Permission is hereby granted, free of charge, to any person obtaining a
36 copy of this software and associated documentation files (the "Software"),
37 to deal in the Software without restriction, including without limitation
38 the rights to use, copy, modify, merge, publish, distribute, sublicense,
39 and/or sell copies of the Software, and to permit persons to whom the
40 Software is furnished to do so, subject to the following conditions:
42 The above copyright notice and this permission notice shall be included
43 in all copies or substantial portions of the Software.
45 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
46 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
47 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
48 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
49 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
50 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
51 SOFTWARE.
53 Attention, Contributors
55    When contributing to the Mesa project you must agree to the licensing
56    terms of the component to which you're contributing. The following
57    section lists the primary components of the Mesa distribution and their
58    respective licenses.
60 Mesa Component Licenses
62 Component         Location               License
63 ------------------------------------------------------------------
64 Main Mesa code    src/mesa/              MIT
66 Device drivers    src/mesa/drivers/*     MIT, generally
68 Gallium code      src/gallium/           MIT
70 Ext headers       include/GL/glext.h     Khronos
71                   include/GL/glxext.h
73 GLX client code   src/glx/               SGI Free Software License B
75 C11 thread        include/c11/threads*.h Boost (permissive) emulation
77    In general, consult the source files for license terms.
79 References
81    1. https://www.opengl.org/
82    2. https://www.sgi.com/
83    3. https://www.sgi.com/