From patchwork Thu Nov 11 12:07:52 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 70799 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2C87DB7125 for ; Thu, 11 Nov 2010 23:08:45 +1100 (EST) Received: from localhost ([127.0.0.1]:57321 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGVxJ-0005ms-KI for incoming@patchwork.ozlabs.org; Thu, 11 Nov 2010 07:08:41 -0500 Received: from [140.186.70.92] (port=52059 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGVwf-0005kc-8y for qemu-devel@nongnu.org; Thu, 11 Nov 2010 07:08:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PGVwe-00026z-3g for qemu-devel@nongnu.org; Thu, 11 Nov 2010 07:08:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:5511) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PGVwd-00026s-Pu for qemu-devel@nongnu.org; Thu, 11 Nov 2010 07:08:00 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oABC7tDK002361 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 11 Nov 2010 07:07:55 -0500 Received: from rincewind.home.kraxel.org (vpn1-5-144.ams2.redhat.com [10.36.5.144]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id oABC7rBR028116; Thu, 11 Nov 2010 07:07:54 -0500 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id 4DC9B458CE; Thu, 11 Nov 2010 13:07:52 +0100 (CET) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Thu, 11 Nov 2010 13:07:52 +0100 Message-Id: <1289477272-18407-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. Cc: Gerd Hoffmann Subject: [Qemu-devel] [PATCH] add copyright to spiceaudio X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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"