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