Commit 305b0eb2396a5565d008145cb671ec51ea1fac40
1 parent
8ad9fa5d
copyright & license for qemu_sockets.c (Gerd Hoffman)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5714 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
14 additions
and
0 deletions
qemu-sockets.c
1 | +/* | |
2 | + * inet and unix socket functions for qemu | |
3 | + * | |
4 | + * (c) 2008 Gerd Hoffmann <kraxel@redhat.com> | |
5 | + * | |
6 | + * This program is free software; you can redistribute it and/or modify | |
7 | + * it under the terms of the GNU General Public License as published by | |
8 | + * the Free Software Foundation; under version 2 of the License. | |
9 | + * | |
10 | + * This program is distributed in the hope that it will be useful, | |
11 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
12 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
13 | + * GNU General Public License for more details. | |
14 | + */ | |
1 | 15 | #include <stdio.h> |
2 | 16 | #include <stdlib.h> |
3 | 17 | #include <string.h> | ... | ... |