VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/licensing/vbox-base/licensing-license-vbox-base-qemu-0.10.0.dita@ 105515

Last change on this file since 105515 was 105515, checked in by vboxsync, 10 months ago

Docs: bugref:10705. Copying the license chapter from doc team's repo. Ditamap inclusion is currently commented out as xsltproc could not find included file.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 22.6 KB
Line 
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-qemu-0.10.0">
4
5 <title>QEMU</title>
6
7 <body>
8
9
10 <pre xml:space="preserve">************************************************************
11***************** Copied from BA Public License *****************
12
13audio/alsaaudio.c:
14/ *
15 * QEMU ALSA audio driver
16 *
17 * Copyright (c) 2005 Vassili Karpov (malc)
18 *
19 * Permission is hereby granted, free of charge, to any person obtaining a copy
20 * of this software and associated documentation files (the &#34;Software&#34;), to deal
21 * in the Software without restriction, including without limitation the rights
22 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
23 * copies of the Software, and to permit persons to whom the Software is
24 * furnished to do so, subject to the following conditions:
25 *
26 * The above copyright notice and this permission notice shall be included in
27 * all copies or substantial portions of the Software.
28 *
29 * THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
32 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
35 * THE SOFTWARE.
36 */
37==========================================================================
38audio/mixeng.c:
39/*
40 * QEMU Mixing engine
41 *
42 * Copyright (c) 2004-2005 Vassili Karpov (malc)
43 * Copyright (c) 1998 Fabrice Bellard
44 *
45 * Permission is hereby granted, free of charge, to any person obtaining a copy
46 * of this software and associated documentation files (the &#34;Software&#34;), to deal
47 * in the Software without restriction, including without limitation the rights
48 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
49 * copies of the Software, and to permit persons to whom the Software is
50 * furnished to do so, subject to the following conditions:
51 *
52 * The above copyright notice and this permission notice shall be included in
53 * all copies or substantial portions of the Software.
54 *
55 * THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
56 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
57 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
58 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
59 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
60 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
61 * THE SOFTWARE.
62 */
63==========================================================================
64audio/mixeng.h:
65/*
66 * QEMU Mixing engine header
67 *
68 * Copyright (c) 2004-2005 Vassili Karpov (malc)
69 *
70 * Permission is hereby granted, free of charge, to any person obtaining a copy
71 * of this software and associated documentation files (the &#34;Software&#34;), to deal
72 * in the Software without restriction, including without limitation the rights
73 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
74 * copies of the Software, and to permit persons to whom the Software is
75 * furnished to do so, subject to the following conditions:
76 *
77 * The above copyright notice and this permission notice shall be included in
78 * all copies or substantial portions of the Software.
79 *
80 * THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
81 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
82 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
83 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
84 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
85 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
86 * THE SOFTWARE.
87 */
88==========================================================================
89audio/mixeng_template.h:
90/*
91 * QEMU Mixing engine
92 *
93 * Copyright (c) 2004 Vassili Karpov (malc)
94 *
95 * Permission is hereby granted, free of charge, to any person obtaining a copy
96 * of this software and associated documentation files (the &#34;Software&#34;), to deal
97 * in the Software without restriction, including without limitation the rights
98 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99 * copies of the Software, and to permit persons to whom the Software is
100 * furnished to do so, subject to the following conditions:
101 *
102 * The above copyright notice and this permission notice shall be included in
103 * all copies or substantial portions of the Software.
104 *
105 * THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
106 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
107 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
108 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
109 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
110 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
111 * THE SOFTWARE.
112 */
113==========================================================================
114slirp/tftp.c:
115/*
116 * tftp.c - a simple, read-only tftp server for qemu
117 *
118 * Copyright (c) 2004 Magnus Damm
119 *
120 * Permission is hereby granted, free of charge, to any person obtaining a copy
121 * of this software and associated documentation files (the &#34;Software&#34;), to deal
122 * in the Software without restriction, including without limitation the rights
123 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
124 * copies of the Software, and to permit persons to whom the Software is
125 * furnished to do so, subject to the following conditions:
126 *
127 * The above copyright notice and this permission notice shall be included in
128 * all copies or substantial portions of the Software.
129 *
130 * THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
131 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
132 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
133 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
134 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
135 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
136 * THE SOFTWARE.
137 */
138==========================================================================
139slirp/bootp.c:
140/*
141 * QEMU BOOTP/DHCP server
142 *
143 * Copyright (c) 2004 Fabrice Bellard
144 *
145 * Permission is hereby granted, free of charge, to any person obtaining a copy
146 * of this software and associated documentation files (the &#34;Software&#34;), to deal
147 * in the Software without restriction, including without limitation the rights
148 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
149 * copies of the Software, and to permit persons to whom the Software is
150 * furnished to do so, subject to the following conditions:
151 *
152 * The above copyright notice and this permission notice shall be included in
153 * all copies or substantial portions of the Software.
154 *
155 * THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
156 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
157 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
158 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
159 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
160 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
161 * THE SOFTWARE.
162 */
163==========================================================================
164hw/pcnet.c:
165/*
166 * AMD PCnet-PCI II (Am79C970A) emulation
167 *
168 * Copyright (c) 2004 Antony T Curtis
169 *
170 * Permission is hereby granted, free of charge, to any person obtaining a copy
171 * of this software and associated documentation files (the &#34;Software&#34;), to deal
172 * in the Software without restriction, including without limitation the rights
173 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
174 * copies of the Software, and to permit persons to whom the Software is
175 * furnished to do so, subject to the following conditions:
176 *
177 * The above copyright notice and this permission notice shall be included in
178 * all copies or substantial portions of the Software.
179 *
180 * THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
181 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
182 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
183 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
184 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
185 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
186 * THE SOFTWARE.
187 */
188==========================================================================
189hw/ps2.c:
190/ *
191 * QEMU PC keyboard emulation (revision 1.12)
192 *
193 * Copyright (c) 2003 Fabrice Bellard
194 *
195 * Permission is hereby granted, free of charge, to any person obtaining a copy
196 * of this software and associated documentation files (the &#34;Software&#34;), to deal
197 * in the Software without restriction, including without limitation the rights
198 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
199 * copies of the Software, and to permit persons to whom the Software is
200 * furnished to do so, subject to the following conditions:
201 *
202 * The above copyright notice and this permission notice shall be included in
203 * all copies or substantial portions of the Software.
204 *
205 * THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
206 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
207 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
208 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
209 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
210 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
211 * THE SOFTWARE.
212 *
213 */
214==========================================================================
215hw/mc146818rtc.c:
216/*
217 * QEMU MC146818 RTC emulation
218 *
219 * Copyright (c) 2003-2004 Fabrice Bellard
220 *
221 * Permission is hereby granted, free of charge, to any person obtaining a copy
222 * of this software and associated documentation files (the &#34;Software&#34;), to deal
223 * in the Software without restriction, including without limitation the rights
224 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
225 * copies of the Software, and to permit persons to whom the Software is
226 * furnished to do so, subject to the following conditions:
227 *
228 * The above copyright notice and this permission notice shall be included in
229 * all copies or substantial portions of the Software.
230 *
231 * THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
232 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
233 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
234 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
235 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
236 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
237 * THE SOFTWARE.
238 */
239==========================================================================
240hw/i8254.c:
241/*
242 * QEMU 8253/8254 interval timer emulation
243 *
244 * Copyright (c) 2003-2004 Fabrice Bellard
245 *
246 * Permission is hereby granted, free of charge, to any person obtaining a copy
247 * of this software and associated documentation files (the &#34;Software&#34;), to deal
248 * in the Software without restriction, including without limitation the rights
249 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
250 * copies of the Software, and to permit persons to whom the Software is
251 * furnished to do so, subject to the following conditions:
252 *
253 * The above copyright notice and this permission notice shall be included in
254 * all copies or substantial portions of the Software.
255 *
256 * THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
257 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
258 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
259 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
260 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
261 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
262 * THE SOFTWARE.
263 */
264==========================================================================
265hw/i8259.c:
266/*
267 * QEMU 8259 interrupt controller emulation
268 *
269 * Copyright (c) 2003-2004 Fabrice Bellard
270 *
271 * Permission is hereby granted, free of charge, to any person obtaining a copy
272 * of this software and associated documentation files (the &#34;Software&#34;), to deal
273 * in the Software without restriction, including without limitation the rights
274 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
275 * copies of the Software, and to permit persons to whom the Software is
276 * furnished to do so, subject to the following conditions:
277 *
278 * The above copyright notice and this permission notice shall be included in
279 * all copies or substantial portions of the Software.
280 *
281 * THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
282 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
283 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
284 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
285 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
286 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
287 * THE SOFTWARE.
288 *
289 */
290==========================================================================
291hw/dma.c:
292/*
293 * QEMU DMA emulation
294 *
295 * Copyright (c) 2003 Vassili Karpov (malc)
296 *
297 * Permission is hereby granted, free of charge, to any person obtaining a copy
298 * of this software and associated documentation files (the &#34;Software&#34;), to deal
299 * in the Software without restriction, including without limitation the rights
300 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
301 * copies of the Software, and to permit persons to whom the Software is
302 * furnished to do so, subject to the following conditions:
303 *
304 * The above copyright notice and this permission notice shall be included in
305 * all copies or substantial portions of the Software.
306 *
307 * THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
308 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
309 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
310 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
311 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
312 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
313 * THE SOFTWARE.
314 */
315==========================================================================
316hw/fdc.c:
317/*
318 * QEMU Floppy disk emulator (Intel 82078)
319 *
320 * Copyright (c) 2003 Jocelyn Mayer
321 *
322 * Permission is hereby granted, free of charge, to any person obtaining a copy
323 * of this software and associated documentation files (the &#34;Software&#34;), to deal
324 * in the Software without restriction, including without limitation the rights
325 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
326 * copies of the Software, and to permit persons to whom the Software is
327 * furnished to do so, subject to the following conditions:
328 *
329 * The above copyright notice and this permission notice shall be included in
330 * all copies or substantial portions of the Software.
331 *
332 * THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
333 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
334 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
335 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
336 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
337 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
338 * THE SOFTWARE.
339 *
340 */
341==========================================================================
342hw/pci.c:
343/*
344 * QEMU PCI bus manager
345 *
346 * Copyright (c) 2004 Fabrice Bellard
347 *
348 * Permission is hereby granted, free of charge, to any person obtaining a copy
349 * of this software and associated documentation files (the &#34;Software&#34;), to deal
350 * in the Software without restriction, including without limitation the rights
351 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
352 * copies of the Software, and to permit persons to whom the Software is
353 * furnished to do so, subject to the following conditions:
354 *
355 * The above copyright notice and this permission notice shall be included in
356 * all copies or substantial portions of the Software.
357 *
358 * THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
359 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
360 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
361 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
362 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
363 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
364 * THE SOFTWARE.
365 */
366==========================================================================
367hw/sb16.c:
368/*
369 * QEMU Soundblaster 16 emulation
370 *
371 * Copyright (c) 2003-2005 Vassili Karpov (malc)
372 *
373 * Permission is hereby granted, free of charge, to any person obtaining a copy
374 * of this software and associated documentation files (the &#34;Software&#34;), to deal
375 * in the Software without restriction, including without limitation the rights
376 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
377 * copies of the Software, and to permit persons to whom the Software is
378 * furnished to do so, subject to the following conditions:
379 *
380 * The above copyright notice and this permission notice shall be included in
381 * all copies or substantial portions of the Software.
382 *
383 * THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
384 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
385 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
386 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
387 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
388 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
389 * THE SOFTWARE.
390 */
391==========================================================================
392hw/vga.c:
393/*
394 * QEMU VGA Emulator.
395 *
396 * Copyright (c) 2003 Fabrice Bellard
397 *
398 * Permission is hereby granted, free of charge, to any person obtaining a copy
399 * of this software and associated documentation files (the &#34;Software&#34;), to deal
400 * in the Software without restriction, including without limitation the rights
401 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
402 * copies of the Software, and to permit persons to whom the Software is
403 * 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 &#34;AS IS&#34;, 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
411 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
412 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
413 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
414 * THE SOFTWARE.
415 */
416==========================================================================
417hw/vga_int.h:
418/*
419 * QEMU internal VGA defines.
420 *
421 * Copyright (c) 2003-2004 Fabrice Bellard
422 *
423 * Permission is hereby granted, free of charge, to any person obtaining a copy
424 * of this software and associated documentation files (the &#34;Software&#34;), to deal
425 * in the Software without restriction, including without limitation the rights
426 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
427 * copies of the Software, and to permit persons to whom the Software is
428 * furnished to do so, subject to the following conditions:
429 *
430 * The above copyright notice and this permission notice shall be included in
431 * all copies or substantial portions of the Software.
432 *
433 * THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
434 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
435 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
436 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
437 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
438 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
439 * THE SOFTWARE.
440 */
441==========================================================================
442hw/vga_template.h:
443/*
444 * QEMU VGA Emulator templates
445 *
446 * Copyright (c) 2003 Fabrice Bellard
447 *
448 * Permission is hereby granted, free of charge, to any person obtaining a copy
449 * of this software and associated documentation files (the &#34;Software&#34;), to deal
450 * in the Software without restriction, including without limitation the rights
451 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
452 * copies of the Software, and to permit persons to whom the Software is
453 * furnished to do so, subject to the following conditions:
454 *
455 * The above copyright notice and this permission notice shall be included in
456 * all copies or substantial portions of the Software.
457 *
458 * THE SOFTWARE IS PROVIDED &#34;AS IS&#34;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
459 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
460 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
461 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
462 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
463 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
464 * THE SOFTWARE.
465 */
466
467</pre>
468 </body>
469 </topic>
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette