xref: /aosp_15_r20/external/libepoxy/COPYING (revision 706d0b42ae4182339789e08d473a0b312ecdc60f)
1*706d0b42SXin LiThe libepoxy project code is covered by the MIT license:
2*706d0b42SXin Li
3*706d0b42SXin Li/*
4*706d0b42SXin Li * Copyright © 2013-2014 Intel Corporation
5*706d0b42SXin Li *
6*706d0b42SXin Li * Permission is hereby granted, free of charge, to any person obtaining a
7*706d0b42SXin Li * copy of this software and associated documentation files (the "Software"),
8*706d0b42SXin Li * to deal in the Software without restriction, including without limitation
9*706d0b42SXin Li * the rights to use, copy, modify, merge, publish, distribute, sublicense,
10*706d0b42SXin Li * and/or sell copies of the Software, and to permit persons to whom the
11*706d0b42SXin Li * Software is furnished to do so, subject to the following conditions:
12*706d0b42SXin Li *
13*706d0b42SXin Li * The above copyright notice and this permission notice (including the next
14*706d0b42SXin Li * paragraph) shall be included in all copies or substantial portions of the
15*706d0b42SXin Li * Software.
16*706d0b42SXin Li *
17*706d0b42SXin Li * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18*706d0b42SXin Li * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19*706d0b42SXin Li * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
20*706d0b42SXin Li * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21*706d0b42SXin Li * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
22*706d0b42SXin Li * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
23*706d0b42SXin Li * IN THE SOFTWARE.
24*706d0b42SXin Li */
25*706d0b42SXin Li
26*706d0b42SXin LiThe generated code is derived from Khronos's xml files, which appear
27*706d0b42SXin Liunder the following license:
28*706d0b42SXin Li
29*706d0b42SXin Li/*
30*706d0b42SXin Li * Copyright (c) 2013 The Khronos Group Inc.
31*706d0b42SXin Li *
32*706d0b42SXin Li * Permission is hereby granted, free of charge, to any person obtaining a
33*706d0b42SXin Li * copy of this software and/or associated documentation files (the
34*706d0b42SXin Li * "Materials"), to deal in the Materials without restriction, including
35*706d0b42SXin Li * without limitation the rights to use, copy, modify, merge, publish,
36*706d0b42SXin Li * distribute, sublicense, and/or sell copies of the Materials, and to
37*706d0b42SXin Li * permit persons to whom the Materials are furnished to do so, subject to
38*706d0b42SXin Li * the following conditions:
39*706d0b42SXin Li *
40*706d0b42SXin Li * The above copyright notice and this permission notice shall be included
41*706d0b42SXin Li * in all copies or substantial portions of the Materials.
42*706d0b42SXin Li *
43*706d0b42SXin Li * THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
44*706d0b42SXin Li * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
45*706d0b42SXin Li * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
46*706d0b42SXin Li * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
47*706d0b42SXin Li * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
48*706d0b42SXin Li * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
49*706d0b42SXin Li * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
50*706d0b42SXin Li */
51