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 |
|
---|
13 | audio/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 "Software"), 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 "AS IS", 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 | ==========================================================================
|
---|
38 | audio/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 "Software"), 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 "AS IS", 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 | ==========================================================================
|
---|
64 | audio/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 "Software"), 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 "AS IS", 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 | ==========================================================================
|
---|
89 | audio/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 "Software"), 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 "AS IS", 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 | ==========================================================================
|
---|
114 | slirp/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 "Software"), 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 "AS IS", 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 | ==========================================================================
|
---|
139 | slirp/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 "Software"), 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 "AS IS", 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 | ==========================================================================
|
---|
164 | hw/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 "Software"), 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 "AS IS", 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 | ==========================================================================
|
---|
189 | hw/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 "Software"), 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 "AS IS", 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 | ==========================================================================
|
---|
215 | hw/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 "Software"), 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 "AS IS", 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 | ==========================================================================
|
---|
240 | hw/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 "Software"), 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 "AS IS", 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 | ==========================================================================
|
---|
265 | hw/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 "Software"), 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 "AS IS", 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 | ==========================================================================
|
---|
291 | hw/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 "Software"), 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 "AS IS", 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 | ==========================================================================
|
---|
316 | hw/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 "Software"), 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 "AS IS", 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 | ==========================================================================
|
---|
342 | hw/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 "Software"), 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 "AS IS", 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 | ==========================================================================
|
---|
367 | hw/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 "Software"), 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 "AS IS", 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 | ==========================================================================
|
---|
392 | hw/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 "Software"), 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 "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
|
---|
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 | ==========================================================================
|
---|
417 | hw/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 "Software"), 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 "AS IS", 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 | ==========================================================================
|
---|
442 | hw/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 "Software"), 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 "AS IS", 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>
|
---|