OLD | NEW |
| (Empty) |
1 The OpenGL Extension Wrangler Library | |
2 Copyright (C) 2002-2007, Milan Ikits <milan ikits[]ieee org> | |
3 Copyright (C) 2002-2007, Marcelo E. Magallon <mmagallo[]debian org> | |
4 Copyright (C) 2002, Lev Povalahev | |
5 All rights reserved. | |
6 | |
7 Redistribution and use in source and binary forms, with or without | |
8 modification, are permitted provided that the following conditions are met: | |
9 | |
10 * Redistributions of source code must retain the above copyright notice, | |
11 this list of conditions and the following disclaimer. | |
12 * Redistributions in binary form must reproduce the above copyright notice, | |
13 this list of conditions and the following disclaimer in the documentation | |
14 and/or other materials provided with the distribution. | |
15 * The name of the author may be used to endorse or promote products | |
16 derived from this software without specific prior written permission. | |
17 | |
18 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | |
19 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | |
20 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | |
21 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | |
22 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | |
23 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | |
24 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | |
25 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | |
26 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | |
27 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF | |
28 THE POSSIBILITY OF SUCH DAMAGE. | |
29 | |
30 | |
31 Mesa 3-D graphics library | |
32 Version: 7.0 | |
33 | |
34 Copyright (C) 1999-2007 Brian Paul All Rights Reserved. | |
35 | |
36 Permission is hereby granted, free of charge, to any person obtaining a | |
37 copy of this software and associated documentation files (the "Software"), | |
38 to deal in the Software without restriction, including without limitation | |
39 the rights to use, copy, modify, merge, publish, distribute, sublicense, | |
40 and/or sell copies of the Software, and to permit persons to whom the | |
41 Software is furnished to do so, subject to the following conditions: | |
42 | |
43 The above copyright notice and this permission notice shall be included | |
44 in all copies or substantial portions of the Software. | |
45 | |
46 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS | |
47 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
48 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | |
49 BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN | |
50 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | |
51 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
52 | |
53 | |
54 Copyright (c) 2007 The Khronos Group Inc. | |
55 | |
56 Permission is hereby granted, free of charge, to any person obtaining a | |
57 copy of this software and/or associated documentation files (the | |
58 "Materials"), to deal in the Materials without restriction, including | |
59 without limitation the rights to use, copy, modify, merge, publish, | |
60 distribute, sublicense, and/or sell copies of the Materials, and to | |
61 permit persons to whom the Materials are furnished to do so, subject to | |
62 the following conditions: | |
63 | |
64 The above copyright notice and this permission notice shall be included | |
65 in all copies or substantial portions of the Materials. | |
66 | |
67 THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | |
68 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | |
69 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | |
70 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY | |
71 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, | |
72 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | |
73 MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. | |
OLD | NEW |