diff options
author | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-13 16:19:54 +0000 |
---|---|---|
committer | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-11-13 16:19:54 +0000 |
commit | 305b0eb2396a5565d008145cb671ec51ea1fac40 (patch) | |
tree | 3dc607a5f9e0414e47317e8ddfab1fc883e3e19a /qemu-sockets.c | |
parent | 8ad9fa5d8be7fd04e723020088eca664971eb363 (diff) |
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
Diffstat (limited to 'qemu-sockets.c')
-rw-r--r-- | qemu-sockets.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/qemu-sockets.c b/qemu-sockets.c index 77d9921a79..509d2a594e 100644 --- a/qemu-sockets.c +++ b/qemu-sockets.c @@ -1,3 +1,17 @@ +/* + * inet and unix socket functions for qemu + * + * (c) 2008 Gerd Hoffmann <kraxel@redhat.com> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; under version 2 of the License. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ #include <stdio.h> #include <stdlib.h> #include <string.h> |