1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="license-libdrm-2.4.112">
|
---|
4 |
|
---|
5 | <title>libdrm</title>
|
---|
6 |
|
---|
7 | <body>
|
---|
8 | <pre xml:space="preserve">/*
|
---|
9 | * Copyright © 2017 Advanced Micro Devices, Inc.
|
---|
10 | * Copyright © 2014 Advanced Micro Devices, Inc.
|
---|
11 | * All Rights Reserved.
|
---|
12 | *
|
---|
13 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
14 | * copy of this software and associated documentation files (the "Software"),
|
---|
15 | * to deal in the Software without restriction, including without limitation
|
---|
16 | * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
17 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
18 | * Software is furnished to do so, subject to the following conditions:
|
---|
19 | *
|
---|
20 | * The above copyright notice and this permission notice shall be included in
|
---|
21 | * all copies or substantial portions of the Software.
|
---|
22 | *
|
---|
23 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
24 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
25 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
26 | * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
---|
27 | * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
---|
28 | * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
---|
29 | * OTHER DEALINGS IN THE SOFTWARE.
|
---|
30 | */
|
---|
31 |
|
---|
32 | /*
|
---|
33 | * Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.
|
---|
34 | * 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 (including the next
|
---|
44 | * paragraph) shall be included in all copies or substantial portions of the
|
---|
45 | * Software.
|
---|
46 | *
|
---|
47 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
48 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
49 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
50 | * TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
---|
51 | * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
---|
52 | * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
---|
53 | * OTHER DEALINGS IN THE SOFTWARE.
|
---|
54 | */
|
---|
55 |
|
---|
56 |
|
---|
57 | /*
|
---|
58 | * Copyright © 2011 Intel Corporation
|
---|
59 | * Copyright © 2010 Intel Corporation
|
---|
60 | * Copyright © 2014-2015 Broadcom
|
---|
61 | * Copyright © 2008-2012 Intel Corporation
|
---|
62 | * Copyright © 2011 Red Hat
|
---|
63 | * Copyright © 2008 Intel Corporation
|
---|
64 | * Copyright © 2012 Intel Corporation
|
---|
65 | * Copyright © 2014 Broadcom
|
---|
66 | * Copyright © 2009 Intel Corporation
|
---|
67 | * Copyright © 2009-2011 Intel Corporation
|
---|
68 | * Copyright © 2014 NVIDIA Corporation
|
---|
69 | * Copyright © 2011 Intel Corporation
|
---|
70 | * Copyright (C) 2018 Intel Corporation
|
---|
71 | * Copyright © 2007 Intel Corporation
|
---|
72 | *
|
---|
73 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
74 | * copy of this software and associated documentation files (the "Software"),
|
---|
75 | * to deal in the Software without restriction, including without limitation
|
---|
76 | * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
77 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
78 | * Software is furnished to do so, subject to the following conditions:
|
---|
79 | *
|
---|
80 | * The above copyright notice and this permission notice (including the next
|
---|
81 | * paragraph) shall be included in all copies or substantial portions of the
|
---|
82 | * Software.
|
---|
83 | *
|
---|
84 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
85 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
86 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
87 | * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
---|
88 | * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
---|
89 | * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
---|
90 | * IN THE SOFTWARE.
|
---|
91 | */
|
---|
92 |
|
---|
93 |
|
---|
94 | /*
|
---|
95 | * Copyright 2011 Intel Corporation
|
---|
96 | * Copyright (C) 2015 - Tobias Jakobi
|
---|
97 | * Copyright (C) 2013 Samsung Electronics Co.Ltd
|
---|
98 | * Copyright (c) 2011 Samsung Electronics Co., Ltd.
|
---|
99 | *
|
---|
100 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
101 | * copy of this software and associated documentation files (the "Software"),
|
---|
102 | * to deal in the Software without restriction, including without limitation
|
---|
103 | * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
104 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
105 | * Software is furnished to do so, subject to the following conditions:
|
---|
106 | *
|
---|
107 | * The above copyright notice and this permission notice (including the next
|
---|
108 | * paragraph) shall be included in all copies or substantial portions of the
|
---|
109 | * Software.
|
---|
110 | *
|
---|
111 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
112 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
113 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
114 | * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
---|
115 | * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
---|
116 | * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
---|
117 | * OTHER DEALINGS IN THE SOFTWARE.
|
---|
118 | */
|
---|
119 |
|
---|
120 |
|
---|
121 | /*
|
---|
122 | * Copyright (C) 2012 Rob Clark <[email protected]>
|
---|
123 | * Copyright (C) 2013 Rob Clark <[email protected]>
|
---|
124 | * Copyright (C) 2016 Rob Clark <[email protected]>
|
---|
125 | * Copyright (C) 2011 Texas Instruments, Inc
|
---|
126 | * Copyright (C) 2012 Samsung Electronics Co., Ltd.
|
---|
127 | * Copyright (C) 2014 Etnaviv Project
|
---|
128 | * Copyright (C) 2014-2015 Etnaviv Project
|
---|
129 | * Copyright (C) 2015 Etnaviv Project
|
---|
130 | * Copyright (C) 2016 Etnaviv Project
|
---|
131 | * Copyright (C) 2017 Etnaviv Project
|
---|
132 | * Copyright (C) 2017 Zodiac Inflight Innovations
|
---|
133 | * Copyright 2009 Samsung Electronics Co., Ltd.
|
---|
134 | * Copyright (C) 2013 Red Hat
|
---|
135 | *
|
---|
136 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
137 | * copy of this software and associated documentation files (the "Software"),
|
---|
138 | * to deal in the Software without restriction, including without limitation
|
---|
139 | * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
140 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
141 | * Software is furnished to do so, subject to the following conditions:
|
---|
142 | *
|
---|
143 | * The above copyright notice and this permission notice (including the next
|
---|
144 | * paragraph) shall be included in all copies or substantial portions of the
|
---|
145 | * Software.
|
---|
146 | *
|
---|
147 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
148 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
149 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
150 | * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
---|
151 | * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
---|
152 | * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
---|
153 | * SOFTWARE.
|
---|
154 | */
|
---|
155 |
|
---|
156 |
|
---|
157 | /*
|
---|
158 | * Copyright 2012 Red Hat Inc.
|
---|
159 | * Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
|
---|
160 | * Copyright 2000 VA Linux Systems, Inc., Fremont, California.
|
---|
161 | * Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.
|
---|
162 | * Copyright 2014 Advanced Micro Devices, Inc.
|
---|
163 | * Copyright © 2015 Canonical Ltd. (Maarten Lankhorst)
|
---|
164 | * Copyright 2018 Advanced Micro Devices, Inc.
|
---|
165 | * Copyright 2017 Advanced Micro Devices, Inc.
|
---|
166 | * Copyright 2017 Advanced Micro Devices, Inc.
|
---|
167 | * Copyright 2014 Advanced Micro Devices, Inc.
|
---|
168 | * Copyright © 2014 NVIDIA Corporation
|
---|
169 | * Copyright (c) 2012-2013, NVIDIA CORPORATION. All rights reserved.
|
---|
170 | * Copyright 2014 Advanced Micro Devices, Inc.
|
---|
171 | * Copyright 2015 Advanced Micro Devices, Inc.
|
---|
172 | * Copyright © 2012, 2013 Thierry Reding
|
---|
173 | * Copyright © 2013 Erik Faye-Lund
|
---|
174 | * Copyright © 2014 NVIDIA Corporation
|
---|
175 | *
|
---|
176 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
177 | * copy of this software and associated documentation files (the "Software"),
|
---|
178 | * to deal in the Software without restriction, including without limitation
|
---|
179 | * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
180 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
181 | * Software is furnished to do so, subject to the following conditions:
|
---|
182 | *
|
---|
183 | * The above copyright notice and this permission notice shall be included in
|
---|
184 | * all copies or substantial portions of the Software.
|
---|
185 | *
|
---|
186 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
187 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
188 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
189 | * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
---|
190 | * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
---|
191 | * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
---|
192 | * OTHER DEALINGS IN THE SOFTWARE.
|
---|
193 | */
|
---|
194 |
|
---|
195 |
|
---|
196 | /*
|
---|
197 | * Copyright 2013 Red Hat
|
---|
198 | * All Rights Reserved.
|
---|
199 | *
|
---|
200 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
201 | * copy of this software and associated documentation files (the "Software"),
|
---|
202 | * to deal in the Software without restriction, including without limitation
|
---|
203 | * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
204 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
205 | * Software is furnished to do so, subject to the following conditions:
|
---|
206 | *
|
---|
207 | * The above copyright notice and this permission notice (including the next
|
---|
208 | * paragraph) shall be included in all copies or substantial portions of the
|
---|
209 | * Software.
|
---|
210 | *
|
---|
211 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
212 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
213 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
214 | * THE AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
---|
215 | * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
---|
216 | * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
---|
217 | * OTHER DEALINGS IN THE SOFTWARE.
|
---|
218 | */
|
---|
219 |
|
---|
220 |
|
---|
221 | /*
|
---|
222 | * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
|
---|
223 | * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
|
---|
224 | * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
|
---|
225 | * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
|
---|
226 | * Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas.
|
---|
227 | * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
|
---|
228 | * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
|
---|
229 | * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
|
---|
230 | * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
|
---|
231 | * All Rights Reserved.
|
---|
232 | *
|
---|
233 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
234 | * copy of this software and associated documentation files (the "Software"),
|
---|
235 | * to deal in the Software without restriction, including without limitation
|
---|
236 | * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
237 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
238 | * Software is furnished to do so, subject to the following conditions:
|
---|
239 | *
|
---|
240 | * The above copyright notice and this permission notice (including the next
|
---|
241 | * paragraph) shall be included in all copies or substantial portions of the
|
---|
242 | * Software.
|
---|
243 | *
|
---|
244 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
245 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
246 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
247 | * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
---|
248 | * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
---|
249 | * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
---|
250 | * DEALINGS IN THE SOFTWARE.
|
---|
251 | */
|
---|
252 |
|
---|
253 |
|
---|
254 | /*
|
---|
255 | * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
|
---|
256 | * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
|
---|
257 | * Copyright 2006 Tungsten Graphics, Inc., Cedar Park, Texas.
|
---|
258 | * All Rights Reserved.
|
---|
259 | *
|
---|
260 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
261 | * copy of this software and associated documentation files (the
|
---|
262 | * "Software"), to deal in the Software without restriction, including
|
---|
263 | * without limitation the rights to use, copy, modify, merge, publish,
|
---|
264 | * distribute, sub license, and/or sell copies of the Software, and to
|
---|
265 | * permit persons to whom the Software is furnished to do so, subject to
|
---|
266 | * the following conditions:
|
---|
267 | *
|
---|
268 | * The above copyright notice and this permission notice (including the
|
---|
269 | * next paragraph) shall be included in all copies or substantial portions
|
---|
270 | * of the Software.
|
---|
271 | *
|
---|
272 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
---|
273 | * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
---|
274 | * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
|
---|
275 | * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
|
---|
276 | * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
---|
277 | * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
---|
278 | * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
---|
279 | */
|
---|
280 |
|
---|
281 |
|
---|
282 | /*
|
---|
283 | * Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND. USA.
|
---|
284 | * Copyright � 2007 Red Hat Inc.
|
---|
285 | * Copyright � 2007-2012 Intel Corporation
|
---|
286 | * Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND., USA
|
---|
287 | * Copyright © 2008 Nicolai Haehnle
|
---|
288 | * Copyright © 2008 Jérôme Glisse
|
---|
289 | * Copyright 2006 Tungsten Graphics, Inc., Bismarck, ND. USA.
|
---|
290 | * All Rights Reserved.
|
---|
291 | *
|
---|
292 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
293 | * copy of this software and associated documentation files (the
|
---|
294 | * "Software"), to deal in the Software without restriction, including
|
---|
295 | * without limitation the rights to use, copy, modify, merge, publish,
|
---|
296 | * distribute, sub license, and/or sell copies of the Software, and to
|
---|
297 | * permit persons to whom the Software is furnished to do so, subject to
|
---|
298 | * the following conditions:
|
---|
299 | *
|
---|
300 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
301 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
302 | * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
|
---|
303 | * THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
|
---|
304 | * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
---|
305 | * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
---|
306 | * USE OR OTHER DEALINGS IN THE SOFTWARE.
|
---|
307 | *
|
---|
308 | * The above copyright notice and this permission notice (including the
|
---|
309 | * next paragraph) shall be included in all copies or substantial portions
|
---|
310 | * of the Software.
|
---|
311 | */
|
---|
312 |
|
---|
313 |
|
---|
314 | /*
|
---|
315 | * Copyright © 2009 VMware, Inc., Palo Alto, CA., USA
|
---|
316 | * Copyright © 2009-2015 VMware, Inc., Palo Alto, CA., USA
|
---|
317 | * All Rights Reserved.
|
---|
318 | *
|
---|
319 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
320 | * copy of this software and associated documentation files (the
|
---|
321 | * "Software"), to deal in the Software without restriction, including
|
---|
322 | * without limitation the rights to use, copy, modify, merge, publish,
|
---|
323 | * distribute, sub license, and/or sell copies of the Software, and to
|
---|
324 | * permit persons to whom the Software is furnished to do so, subject to
|
---|
325 | * the following conditions:
|
---|
326 | *
|
---|
327 | * The above copyright notice and this permission notice (including the
|
---|
328 | * next paragraph) shall be included in all copies or substantial portions
|
---|
329 | * of the Software.
|
---|
330 | *
|
---|
331 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
332 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
333 | * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
|
---|
334 | * THE COPYRIGHT HOLDERS, AUTHORS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM,
|
---|
335 | * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
---|
336 | * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
---|
337 | * USE OR OTHER DEALINGS IN THE SOFTWARE.
|
---|
338 | */
|
---|
339 |
|
---|
340 |
|
---|
341 | /*
|
---|
342 | * Copyright © 2009 Red Hat Inc.
|
---|
343 | * Copyright © 2008 Jérôme Glisse
|
---|
344 | * Copyright © 2008 Nicolai Haehnle
|
---|
345 | * Copyright © 2008 Jérôme Glisse
|
---|
346 | * Copyright © 2008 Dave Airlie
|
---|
347 | * Copyright © 2008 Jérôme Glisse
|
---|
348 | * All Rights Reserved.
|
---|
349 | *
|
---|
350 | * Permission is hereby granted, free of charge, to any person obtaining
|
---|
351 | * a copy of this software and associated documentation files (the
|
---|
352 | * "Software"), to deal in the Software without restriction, including
|
---|
353 | * without limitation the rights to use, copy, modify, merge, publish,
|
---|
354 | * distribute, sub license, and/or sell copies of the Software, and to
|
---|
355 | * permit persons to whom the Software is furnished to do so, subject to
|
---|
356 | * the following conditions:
|
---|
357 | *
|
---|
358 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
---|
359 | * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
---|
360 | * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
---|
361 | * NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS, AUTHORS
|
---|
362 | * AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
---|
363 | * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
---|
364 | * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
---|
365 | * USE OR OTHER DEALINGS IN THE SOFTWARE.
|
---|
366 | *
|
---|
367 | * The above copyright notice and this permission notice (including the
|
---|
368 | * next paragraph) shall be included in all copies or substantial portions
|
---|
369 | * of the Software.
|
---|
370 | */
|
---|
371 |
|
---|
372 |
|
---|
373 | /*
|
---|
374 | * Copyright 2008 Tungsten Graphics
|
---|
375 | * Jakob Bornecrantz <[email protected]>
|
---|
376 | * Copyright 2008 Intel Corporation
|
---|
377 | * Jesse Barnes <[email protected]>
|
---|
378 | * Copyright 2008 Tungsten Graphics
|
---|
379 | * Jakob Bornecrantz <[email protected]>
|
---|
380 | * Copyright 2008 Intel Corporation
|
---|
381 | * Jesse Barnes <[email protected]>
|
---|
382 | * Copyright (C) 2013 Red Hat
|
---|
383 | * Copyright (C) 2014 Red Hat
|
---|
384 | * Copyright 2008 Tungsten Graphics
|
---|
385 | * Jakob Bornecrantz <[email protected]>
|
---|
386 | * Copyright 2008 Intel Corporation
|
---|
387 | * Jesse Barnes <[email protected]>
|
---|
388 | * Copyright (c) 2007-2008 Dave Airlie <[email protected]>
|
---|
389 | * Copyright (c) 2007-2008 Jakob Bornecrantz <[email protected]>
|
---|
390 | * Copyright (c) 2007-2008 Tungsten Graphics, Inc., Cedar Park, Texas.
|
---|
391 | * Copyright (c) 2015 Emil Velikov <[email protected]>
|
---|
392 | * Copyright (c) 2007 Dave Airlie <[email protected]>
|
---|
393 | * Copyright (c) 2007 Jakob Bornecrantz <[email protected]>
|
---|
394 | * Copyright (c) 2007-2008 Intel Corporation
|
---|
395 | * Copyright (c) 2007-2008 Tungsten Graphics, Inc., Cedar Park, TX., USA
|
---|
396 | * Copyright (c) 2008 Red Hat Inc.
|
---|
397 | *
|
---|
398 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
399 | * copy of this software and associated documentation files (the "Software"),
|
---|
400 | * to deal in the Software without restriction, including without limitation
|
---|
401 | * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
402 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
403 | * Software is furnished to do so, subject to the following conditions:
|
---|
404 | *
|
---|
405 | * The above copyright notice and this permission notice shall be included in
|
---|
406 | * all copies or substantial portions of the Software.
|
---|
407 | *
|
---|
408 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
409 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
410 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
---|
411 | * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
---|
412 | * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
---|
413 | * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
---|
414 | * IN THE SOFTWARE.
|
---|
415 | */
|
---|
416 |
|
---|
417 |
|
---|
418 | /*
|
---|
419 | * Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
|
---|
420 | * Copyright 2000 VA Linux Systems, Inc., Fremont, California.
|
---|
421 | * Copyright 2002 Tungsten Graphics, Inc., Cedar Park, Texas.
|
---|
422 | * Copyright 2000 Precision Insight, Inc., Cedar Park, Texas.
|
---|
423 | * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
|
---|
424 | * All rights reserved.
|
---|
425 | *
|
---|
426 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
427 | * copy of this software and associated documentation files (the "Software"),
|
---|
428 | * to deal in the Software without restriction, including without limitation
|
---|
429 | * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
430 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
431 | * Software is furnished to do so, subject to the following conditions:
|
---|
432 | *
|
---|
433 | * The above copyright notice and this permission notice (including the next
|
---|
434 | * paragraph) shall be included in all copies or substantial portions of the
|
---|
435 | * Software.
|
---|
436 | *
|
---|
437 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
438 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
439 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
440 | * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
---|
441 | * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
---|
442 | * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
---|
443 | * DEALINGS IN THE SOFTWARE.
|
---|
444 | */
|
---|
445 |
|
---|
446 |
|
---|
447 | /*
|
---|
448 | * Copyright 2011 Luc Verhaegen <[email protected]>
|
---|
449 | *
|
---|
450 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
451 | * copy of this software and associated documentation files (the "Software"),
|
---|
452 | * to deal in the Software without restriction, including without limitation
|
---|
453 | * the rights to use, copy, modify, merge, publish, distribute, sub license,
|
---|
454 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
455 | * Software is furnished to do so, subject to the following conditions:
|
---|
456 | *
|
---|
457 | * The above copyright notice and this permission notice (including the
|
---|
458 | * next paragraph) shall be included in all copies or substantial portions
|
---|
459 | * of the Software.
|
---|
460 | *
|
---|
461 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
462 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
463 | * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
|
---|
464 | * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
---|
465 | * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
---|
466 | * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
---|
467 | * DEALINGS IN THE SOFTWARE.
|
---|
468 | */
|
---|
469 |
|
---|
470 |
|
---|
471 | Copyright (C) 2012-2016 by the following authors:
|
---|
472 | - Wladimir J. van der Laan <[email protected]>
|
---|
473 | - Christian Gmeiner <[email protected]>
|
---|
474 | - Lucas Stach <[email protected]>
|
---|
475 | - Russell King <[email protected]>
|
---|
476 | Copyright (C) 2012-2016 by the following authors:
|
---|
477 | - Wladimir J. van der Laan <[email protected]>
|
---|
478 | - Christian Gmeiner <[email protected]>
|
---|
479 | - Lucas Stach <[email protected]>
|
---|
480 | - Russell King <[email protected]>
|
---|
481 |
|
---|
482 | Permission is hereby granted, free of charge, to any person obtaining a
|
---|
483 | copy of this software and associated documentation files (the "Software"),
|
---|
484 | to deal in the Software without restriction, including without limitation
|
---|
485 | the rights to use, copy, modify, merge, publish, distribute, sub license,
|
---|
486 | and/or sell copies of the Software, and to permit persons to whom the
|
---|
487 | Software is furnished to do so, subject to the following conditions:
|
---|
488 |
|
---|
489 | The above copyright notice and this permission notice (including the
|
---|
490 | next paragraph) shall be included in all copies or substantial portions
|
---|
491 | of the Software.
|
---|
492 |
|
---|
493 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
494 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
495 | FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
|
---|
496 | THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
---|
497 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
---|
498 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
---|
499 | DEALINGS IN THE SOFTWARE.
|
---|
500 |
|
---|
501 |
|
---|
502 | /*
|
---|
503 | * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
|
---|
504 | * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
|
---|
505 | * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
|
---|
506 | * Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
|
---|
507 | * All rights reserved.
|
---|
508 | *
|
---|
509 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
510 | * copy of this software and associated documentation files (the "Software"),
|
---|
511 | * to deal in the Software without restriction, including without limitation
|
---|
512 | * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
513 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
514 | * Software is furnished to do so, subject to the following conditions:
|
---|
515 | *
|
---|
516 | * The above copyright notice and this permission notice (including the next
|
---|
517 | * paragraph) shall be included in all copies or substantial portions of the
|
---|
518 | * Software.
|
---|
519 | *
|
---|
520 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
521 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
522 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
523 | * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
---|
524 | * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
---|
525 | * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
---|
526 | * OTHER DEALINGS IN THE SOFTWARE.
|
---|
527 | */
|
---|
528 |
|
---|
529 |
|
---|
530 | /*
|
---|
531 | * Copyright (C) 1999 Wittawat Yamwong
|
---|
532 | *
|
---|
533 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
534 | * copy of this software and associated documentation files (the "Software"),
|
---|
535 | * to deal in the Software without restriction, including without limitation
|
---|
536 | * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
537 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
538 | * Software is furnished to do so, subject to the following conditions:
|
---|
539 | *
|
---|
540 | * The above copyright notice and this permission notice shall be included
|
---|
541 | * in all copies or substantial portions of the Software.
|
---|
542 | *
|
---|
543 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
---|
544 | * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
545 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
546 | * WITTAWAT YAMWONG, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,
|
---|
547 | * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
---|
548 | * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
---|
549 | * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
---|
550 | */
|
---|
551 |
|
---|
552 |
|
---|
553 | /*
|
---|
554 | * Copyright 2013 Intel Corporation
|
---|
555 | * All Rights Reserved.
|
---|
556 | *
|
---|
557 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
558 | * copy of this software and associated documentation files (the
|
---|
559 | * "Software"), to deal in the Software without restriction, including
|
---|
560 | * without limitation the rights to use, copy, modify, merge, publish,
|
---|
561 | * distribute, sub license, and/or sell copies of the Software, and to
|
---|
562 | * permit persons to whom the Software is furnished to do so, subject to
|
---|
563 | * the following conditions:
|
---|
564 | *
|
---|
565 | * The above copyright notice and this permission notice (including the
|
---|
566 | * next paragraph) shall be included in all copies or substantial portions
|
---|
567 | * of the Software.
|
---|
568 | *
|
---|
569 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
570 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
571 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
572 | * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
---|
573 | * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
---|
574 | * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
---|
575 | * DEALINGS IN THE SOFTWARE.
|
---|
576 | */
|
---|
577 |
|
---|
578 |
|
---|
579 | /*
|
---|
580 | * Copyright 2010 Jerome Glisse <[email protected]>
|
---|
581 | *
|
---|
582 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
583 | * copy of this software and associated documentation files (the "Software"),
|
---|
584 | * to deal in the Software without restriction, including without limitation
|
---|
585 | * on the rights to use, copy, modify, merge, publish, distribute, sub
|
---|
586 | * license, and/or sell copies of the Software, and to permit persons to whom
|
---|
587 | * the Software is furnished to do so, subject to the following conditions:
|
---|
588 | *
|
---|
589 | * The above copyright notice and this permission notice (including the next
|
---|
590 | * paragraph) shall be included in all copies or substantial portions of the
|
---|
591 | * Software.
|
---|
592 | *
|
---|
593 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
594 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
595 | * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
|
---|
596 | * THE AUTHOR(S) AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
|
---|
597 | * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
---|
598 | * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
---|
599 | * USE OR OTHER DEALINGS IN THE SOFTWARE.
|
---|
600 | */
|
---|
601 |
|
---|
602 |
|
---|
603 | /*
|
---|
604 | * Copyright (C) 1999 Wittawat Yamwong
|
---|
605 | *
|
---|
606 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
607 | * copy of this software and associated documentation files (the "Software"),
|
---|
608 | * to deal in the Software without restriction, including without limitation
|
---|
609 | * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
610 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
611 | * Software is furnished to do so, subject to the following conditions:
|
---|
612 | *
|
---|
613 | * The above copyright notice and this permission notice shall be included
|
---|
614 | * in all copies or substantial portions of the Software.
|
---|
615 | *
|
---|
616 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
---|
617 | * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
618 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
619 | * KEITH WHITWELL, OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,
|
---|
620 | * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
---|
621 | * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
|
---|
622 | * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
---|
623 | */
|
---|
624 |
|
---|
625 |
|
---|
626 | /*
|
---|
627 | * Copyright 2000 Gareth Hughes
|
---|
628 | * Copyright 2002 Frank C. Earl
|
---|
629 | * Copyright 2002-2003 Leif Delgass
|
---|
630 | * All Rights Reserved.
|
---|
631 | *
|
---|
632 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
633 | * copy of this software and associated documentation files (the "Software"),
|
---|
634 | * to deal in the Software without restriction, including without limitation
|
---|
635 | * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
636 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
637 | * Software is furnished to do so, subject to the following conditions:
|
---|
638 | *
|
---|
639 | * The above copyright notice and this permission notice (including the next
|
---|
640 | * paragraph) shall be included in all copies or substantial portions of the
|
---|
641 | * Software.
|
---|
642 | *
|
---|
643 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
644 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
645 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
646 | * THE COPYRIGHT OWNER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
---|
647 | * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
---|
648 | * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
---|
649 | */
|
---|
650 |
|
---|
651 |
|
---|
652 | /*
|
---|
653 | * Copyright 2005 Stephane Marchesin.
|
---|
654 | * All Rights Reserved.
|
---|
655 | *
|
---|
656 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
657 | * copy of this software and associated documentation files (the "Software"),
|
---|
658 | * to deal in the Software without restriction, including without limitation
|
---|
659 | * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
660 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
661 | * Software is furnished to do so, subject to the following conditions:
|
---|
662 | *
|
---|
663 | * The above copyright notice and this permission notice (including the next
|
---|
664 | * paragraph) shall be included in all copies or substantial portions of the
|
---|
665 | * Software.
|
---|
666 | *
|
---|
667 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
668 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
669 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
670 | * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
---|
671 | * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
---|
672 | * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
---|
673 | * OTHER DEALINGS IN THE SOFTWARE.
|
---|
674 | */
|
---|
675 |
|
---|
676 |
|
---|
677 | /*
|
---|
678 | * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.
|
---|
679 | * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.
|
---|
680 | *
|
---|
681 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
682 | * copy of this software and associated documentation files (the "Software"),
|
---|
683 | * to deal in the Software without restriction, including without limitation
|
---|
684 | * the rights to use, copy, modify, merge, publish, distribute, sub license,
|
---|
685 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
686 | * Software is furnished to do so, subject to the following conditions:
|
---|
687 | *
|
---|
688 | * The above copyright notice and this permission notice (including the
|
---|
689 | * next paragraph) shall be included in all copies or substantial portions
|
---|
690 | * of the Software.
|
---|
691 | *
|
---|
692 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
693 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
694 | * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
|
---|
695 | * VIA, S3 GRAPHICS, AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
---|
696 | * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
---|
697 | * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
---|
698 | * DEALINGS IN THE SOFTWARE.
|
---|
699 | */
|
---|
700 |
|
---|
701 |
|
---|
702 | /*
|
---|
703 | * Copyright 2004 Felix Kuehling
|
---|
704 | * All Rights Reserved.
|
---|
705 | *
|
---|
706 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
707 | * copy of this software and associated documentation files (the "Software"),
|
---|
708 | * to deal in the Software without restriction, including without limitation
|
---|
709 | * the rights to use, copy, modify, merge, publish, distribute, sub license,
|
---|
710 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
711 | * Software is furnished to do so, subject to the following conditions:
|
---|
712 | *
|
---|
713 | * The above copyright notice and this permission notice (including the
|
---|
714 | * next paragraph) shall be included in all copies or substantial portions
|
---|
715 | * of the Software.
|
---|
716 | *
|
---|
717 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
---|
718 | * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
---|
719 | * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
---|
720 | * NON-INFRINGEMENT. IN NO EVENT SHALL FELIX KUEHLING BE LIABLE FOR
|
---|
721 | * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
---|
722 | * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
---|
723 | * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
---|
724 | */
|
---|
725 |
|
---|
726 |
|
---|
727 | /*
|
---|
728 | * Copyright © 2011 Red Hat All Rights Reserved.
|
---|
729 | *
|
---|
730 | * Permission is hereby granted, free of charge, to any person obtaining
|
---|
731 | * a copy of this software and associated documentation files (the
|
---|
732 | * "Software"), to deal in the Software without restriction, including
|
---|
733 | * without limitation the rights to use, copy, modify, merge, publish,
|
---|
734 | * distribute, sub license, and/or sell copies of the Software, and to
|
---|
735 | * permit persons to whom the Software is furnished to do so, subject to
|
---|
736 | * the following conditions:
|
---|
737 | *
|
---|
738 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
---|
739 | * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
---|
740 | * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
---|
741 | * NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS, AUTHORS
|
---|
742 | * AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
---|
743 | * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
---|
744 | * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
---|
745 | * USE OR OTHER DEALINGS IN THE SOFTWARE.
|
---|
746 | *
|
---|
747 | * The above copyright notice and this permission notice (including the
|
---|
748 | * next paragraph) shall be included in all copies or substantial portions
|
---|
749 | * of the Software.
|
---|
750 | */
|
---|
751 |
|
---|
752 |
|
---|
753 | /*
|
---|
754 | * Copyright 2005 Eric Anholt
|
---|
755 | * All Rights Reserved.
|
---|
756 | *
|
---|
757 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
758 | * copy of this software and associated documentation files (the "Software"),
|
---|
759 | * to deal in the Software without restriction, including without limitation
|
---|
760 | * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
761 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
762 | * Software is furnished to do so, subject to the following conditions:
|
---|
763 | *
|
---|
764 | * The above copyright notice and this permission notice (including the next
|
---|
765 | * paragraph) shall be included in all copies or substantial portions of the
|
---|
766 | * Software.
|
---|
767 | *
|
---|
768 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
769 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
770 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
771 | * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
---|
772 | * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
---|
773 | * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
---|
774 | * SOFTWARE.
|
---|
775 |
|
---|
776 |
|
---|
777 | /*
|
---|
778 | * Copyright 2015-2016 Collabora Ltd.
|
---|
779 | *
|
---|
780 | * Based on the implementation from the Android Open Source Project,
|
---|
781 | *
|
---|
782 | * Copyright 2012 Google, Inc
|
---|
783 | *
|
---|
784 | * Permission is hereby granted, free of charge, to any person obtaining a
|
---|
785 | * copy of this software and associated documentation files (the "Software"),
|
---|
786 | * to deal in the Software without restriction, including without limitation
|
---|
787 | * the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
---|
788 | * and/or sell copies of the Software, and to permit persons to whom the
|
---|
789 | * Software is furnished to do so, subject to the following conditions:
|
---|
790 | *
|
---|
791 | * The above copyright notice and this permission notice shall be included in
|
---|
792 | * all copies or substantial portions of the Software.
|
---|
793 | *
|
---|
794 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
---|
795 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
---|
796 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
---|
797 | * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
---|
798 | * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
---|
799 | * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
---|
800 | * OTHER DEALINGS IN THE SOFTWARE.
|
---|
801 | */
|
---|
802 |
|
---|
803 |
|
---|
804 | /*
|
---|
805 | * Copyright (C) 2015 Etnaviv Project
|
---|
806 | *
|
---|
807 | * This program is free software; you can redistribute it and/or modify it
|
---|
808 | * under the terms of the GNU General Public License version 2 as published by
|
---|
809 | * the Free Software Foundation.
|
---|
810 | *
|
---|
811 | * This program is distributed in the hope that it will be useful, but WITHOUT
|
---|
812 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
---|
813 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
---|
814 | * more details.
|
---|
815 | *
|
---|
816 | * You should have received a copy of the GNU General Public License along with
|
---|
817 | * this program. If not, see <http://www.gnu.org/licenses/>.
|
---|
818 | */
|
---|
819 |
|
---|
820 |
|
---|
821 | Copyright (c) 2003-2016, Troy D. Hanson http://troydhanson.github.com/uthash/
|
---|
822 | All rights reserved.
|
---|
823 |
|
---|
824 | Redistribution and use in source and binary forms, with or without
|
---|
825 | modification, are permitted provided that the following conditions are met:
|
---|
826 |
|
---|
827 | * Redistributions of source code must retain the above copyright
|
---|
828 | notice, this list of conditions and the following disclaimer.
|
---|
829 |
|
---|
830 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
|
---|
831 | IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
---|
832 | TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
---|
833 | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
|
---|
834 | OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
---|
835 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
---|
836 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
---|
837 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
---|
838 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
---|
839 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
---|
840 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
---|
841 | </pre>
|
---|
842 | </body>
|
---|
843 | </topic>
|
---|