From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52066 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGYeN-0001Yz-92 for qemu-devel@nongnu.org; Thu, 11 Nov 2010 10:01:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PGYeM-0003SJ-6I for qemu-devel@nongnu.org; Thu, 11 Nov 2010 10:01:19 -0500 Received: from fe02x03-cgp.akado.ru ([77.232.31.165]:51652 helo=akado.ru) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PGYeM-0003Pp-08 for qemu-devel@nongnu.org; Thu, 11 Nov 2010 10:01:18 -0500 Date: Thu, 11 Nov 2010 18:01:03 +0300 (MSK) From: malc In-Reply-To: <1289477272-18407-1-git-send-email-kraxel@redhat.com> Message-ID: References: <1289477272-18407-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [Qemu-devel] Re: [PATCH] add copyright to spiceaudio List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On Thu, 11 Nov 2010, Gerd Hoffmann wrote: > Signed-off-by: Gerd Hoffmann > --- > 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" > Applied. -- mailto:av1474@comtv.ru