Disclaimer\\r\\nMesa is a 3-D graphics library with an API which is very similar to that of OpenGL.* To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc.(SGI). However, the author does not possess an OpenGL license from SGI, and makes no claim that Mesa is in any way a compatible replacement for OpenGL or associated with SGI. Those who want a licensed implementation of OpenGL should contact a licensed vendor.\\r\\n\\r\\nPlease do not refer to the library as MesaGL (for legal reasons). It's just Mesa or The Mesa 3-D graphics library. \\r\\n* OpenGL is a trademark of Silicon Graphics Incorporated.\\r\\n\\r\\nLicense / Copyright Information\\r\\nThe Mesa distribution consists of several components. Different copyrights and licenses apply to different components. For example, the GLX client code uses the SGI Free Software License B, and some of the Mesa device drivers are copyrighted by their authors. See below for a list of Mesa's main components and the license for each.\\r\\n\\r\\nThe core Mesa library is licensed according to the terms of the MIT license. This allows integration with the XFree86, Xorg and DRI projects.\\r\\n\\r\\nThe default Mesa license is as follows:\\r\\n\\r\\nCopyright (C) 1999-2007  Brian Paul   All Rights Reserved.\\r\\n\\r\\nPermission is hereby granted, free of charge, to any person obtaining a\\r\\ncopy of this software and associated documentation files (the \\\"Software\\\"),\\r\\nto deal in the Software without restriction, including without limitation\\r\\nthe rights to use, copy, modify, merge, publish, distribute, sublicense,\\r\\nand/or sell copies of the Software, and to permit persons to whom the\\r\\nSoftware is furnished to do so, subject to the following conditions:\\r\\n\\r\\nThe above copyright notice and this permission notice shall be included\\r\\nin all copies or substantial portions of the Software.\\r\\n\\r\\nTHE SOFTWARE IS PROVIDED \\\"AS IS\\\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\\r\\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\\r\\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL\\r\\nTHE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\\r\\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\\r\\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\\r\\nSOFTWARE.\\r\\nAttention, Contributors\\r\\nWhen contributing to the Mesa project you must agree to the licensing terms of the component to which you're contributing. The following section lists the primary components of the Mesa distribution and their respective licenses.\\r\\n\\r\\nMesa Component Licenses\\r\\nComponent         Location               License\\r\\n------------------------------------------------------------------\\r\\nMain Mesa code    src/mesa/              MIT\\r\\n\\r\\nDevice drivers    src/mesa/drivers/*     MIT, generally\\r\\n\\r\\nGallium code      src/gallium/           MIT\\r\\n\\r\\nExt headers       include/GL/glext.h     Khronos\\r\\n                  include/GL/glxext.h\\r\\n\\r\\nGLX client code   src/glx/               SGI Free Software License B\\r\\n\\r\\nC11 thread        include/c11/threads*.h Boost (permissive)\\r\\nemulation\\r\\nIn general, consult the source files for license terms.