From e5dd206fed97a8014c1ce2f02e26c593bdded47d Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 5 Jan 2011 15:29:32 -0200 Subject: [PATCH 27/48] add copyright to spiceaudio RH-Author: Gerd Hoffmann Message-id: <1294241382-17988-29-git-send-email-kraxel@redhat.com> Patchwork-id: 15760 O-Subject: [RHEL-6 kvm PATCH 28/38] add copyright to spiceaudio Bugzilla: 642131 634153 615947 632458 631832 647865 RH-Acked-by: Uri Lublin RH-Acked-by: Alon Levy RH-Acked-by: Hans de Goede upstream: cf2c1839a955482f2e208d7400594bf076c222f2 Signed-off-by: Gerd Hoffmann Signed-off-by: malc --- audio/spiceaudio.c | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) Signed-off-by: Luiz Capitulino --- audio/spiceaudio.c | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/audio/spiceaudio.c b/audio/spiceaudio.c index 51ba53a..373e4c4 100644 --- a/audio/spiceaudio.c +++ b/audio/spiceaudio.c @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2010 Red Hat, Inc. + * + * maintained by Gerd Hoffmann + * + * 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; either version 2 or + * (at your option) version 3 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, see . + */ + #include "hw/hw.h" #include "qemu-timer.h" #include "ui/qemu-spice.h" -- 1.7.4.rc1.16.gd2f15e