< prev index next >

src/java.desktop/share/legal/mesa3d.md

Print this page


   1 ## Mesa 3-D Graphics Library v5.0
   2 
   3 ### Mesa License
   4 <pre>
   5 
   6 Mesa 3-D graphics library
   7 Version:  5.0
   8 
   9 Copyright (C) 1999-2002  Brian Paul   All Rights Reserved.












  10 
  11 Permission is hereby granted, free of charge, to any person obtaining a
  12 copy of this software and associated documentation files (the "Software"),
  13 to deal in the Software without restriction, including without limitation
  14 the rights to use, copy, modify, merge, publish, distribute, sublicense,
  15 and/or sell copies of the Software, and to permit persons to whom the
  16 Software is furnished to do so, subject to the following conditions:
  17 
  18 The above copyright notice and this permission notice shall be included
  19 in all copies or substantial portions of the Software.
  20 
  21 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  22 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  23 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
  24 BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  25 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  26 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.













































































































  27 
  28 </pre>
   1 ## Mesa 3-D Graphics Library v19.2.1
   2 
   3 ### Mesa License

   4 
   5 ```

   6 
   7 License / Copyright Information
   8 The Mesa distribution consists of several components.
   9 Different copyrights and licenses apply to different components.
  10 For example, the GLX client code uses the SGI Free Software License B,
  11 and some of the Mesa device drivers are copyrighted by their authors.
  12 See below for a list of Mesa's main components and the license for each.
  13 
  14 The core Mesa library is licensed according to the terms of the MIT license.
  15 This allows integration with the XFree86, Xorg and DRI projects.
  16 
  17 The default Mesa license is as follows:
  18 
  19 Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
  20 
  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 
  28 The above copyright notice and this permission notice shall be included
  29 in all copies or substantial portions of the Software.
  30 
  31 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  32 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  33 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
  34 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  35 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  36 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  37 SOFTWARE.
  38 
  39 Attention, Contributors
  40 
  41 When contributing to the Mesa project you must agree to the licensing terms
  42 of the component to which you're contributing.
  43 The following section lists the primary components of the Mesa distribution
  44 and their respective licenses.
  45 Mesa Component Licenses
  46 
  47 
  48 
  49 Component         Location               License
  50 ------------------------------------------------------------------
  51 Main Mesa code    src/mesa/              MIT
  52 Device drivers    src/mesa/drivers/*     MIT, generally
  53 
  54 Gallium code      src/gallium/           MIT
  55 
  56 Ext headers       GL/glext.h             Khronos
  57                   GL/glxext.h            Khronos
  58                   GL/wglext.h            Khronos
  59                   KHR/khrplatform.h      Khronos
  60 
  61 *****************************************************************************
  62 
  63 ----
  64 include/GL/gl.h :
  65 
  66 
  67  Mesa 3-D graphics library
  68 
  69  Copyright (C) 1999-2006  Brian Paul   All Rights Reserved.
  70  Copyright (C) 2009  VMware, Inc.  All Rights Reserved.
  71 
  72  Permission is hereby granted, free of charge, to any person obtaining a
  73  copy of this software and associated documentation files (the "Software"),
  74  to deal in the Software without restriction, including without limitation
  75  the rights to use, copy, modify, merge, publish, distribute, sublicense,
  76  and/or sell copies of the Software, and to permit persons to whom the
  77  Software is furnished to do so, subject to the following conditions:
  78 
  79  The above copyright notice and this permission notice shall be included
  80  in all copies or substantial portions of the Software.
  81 
  82  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  83  OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  84  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
  85  THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
  86  OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  87  ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  88  OTHER DEALINGS IN THE SOFTWARE.
  89 
  90  *****************************************************************************
  91 
  92 ----
  93 include/GL/glext.h
  94 include/GL/glxext.h
  95 include/GL/wglxext.h :
  96 
  97 
  98  Copyright (c) 2013 - 2018 The Khronos Group Inc.
  99 
 100  Permission is hereby granted, free of charge, to any person obtaining a
 101  copy of this software and/or associated documentation files (the
 102  "Materials"), to deal in the Materials without restriction, including
 103  without limitation the rights to use, copy, modify, merge, publish,
 104  distribute, sublicense, and/or sell copies of the Materials, and to
 105  permit persons to whom the Materials are furnished to do so, subject to
 106  the following conditions:
 107 
 108  The above copyright notice and this permission notice shall be included
 109  in all copies or substantial portions of the Materials.
 110 
 111  THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 112  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 113  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 114  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 115  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 116  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 117  MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
 118 
 119  *****************************************************************************
 120 
 121 ----
 122 include/KHR/khrplatform.h :
 123 
 124  Copyright (c) 2008 - 2018 The Khronos Group Inc.
 125 
 126  Permission is hereby granted, free of charge, to any person obtaining a
 127  copy of this software and/or associated documentation files (the
 128  "Materials"), to deal in the Materials without restriction, including
 129  without limitation the rights to use, copy, modify, merge, publish,
 130  distribute, sublicense, and/or sell copies of the Materials, and to
 131  permit persons to whom the Materials are furnished to do so, subject to
 132  the following conditions:
 133 
 134  The above copyright notice and this permission notice shall be included
 135  in all copies or substantial portions of the Materials.
 136 
 137  THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 138  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 139  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 140  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 141  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 142  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 143  MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
 144 
 145  *****************************************************************************
 146 
 147 ```
< prev index next >