From patchwork Wed Apr 29 21:20:27 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anthony Liguori X-Patchwork-Id: 20824 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n3TLLPw7009861 for ; Wed, 29 Apr 2009 21:21:26 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756861AbZD2VVM (ORCPT ); Wed, 29 Apr 2009 17:21:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756406AbZD2VVM (ORCPT ); Wed, 29 Apr 2009 17:21:12 -0400 Received: from e5.ny.us.ibm.com ([32.97.182.145]:49758 "EHLO e5.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756799AbZD2VVK (ORCPT ); Wed, 29 Apr 2009 17:21:10 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e5.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id n3TLGOIc021356 for ; Wed, 29 Apr 2009 17:16:25 -0400 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n3TLL90h160064 for ; Wed, 29 Apr 2009 17:21:09 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n3TLL9II000793 for ; Wed, 29 Apr 2009 17:21:09 -0400 Received: from localhost.localdomain (sig-9-65-58-151.mts.ibm.com [9.65.58.151]) by d01av01.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n3TLKdgL031204; Wed, 29 Apr 2009 17:21:07 -0400 From: Anthony Liguori To: kvm@vger.kernel.org Cc: Anthony Liguori , Avi Kivity , Hollis Blanchard Subject: [PATCH 10/21] Remove IBM copyright in unmodified file in upstream Date: Wed, 29 Apr 2009 16:20:27 -0500 Message-Id: <1241040038-17183-11-git-send-email-aliguori@us.ibm.com> X-Mailer: git-send-email 1.6.0.6 In-Reply-To: <1241040038-17183-1-git-send-email-aliguori@us.ibm.com> References: <1241040038-17183-1-git-send-email-aliguori@us.ibm.com> Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Presumably, it would carry an IBM copyright upstream if needed. qemu-kvm introduces no additional code over upstream QEMU in this file. Avi: please let Hollis ack/nack this before committing. Signed-off-by: Anthony Liguori Acked-by: Hollis Blanchard --- hw/ppc4xx.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/hw/ppc4xx.h b/hw/ppc4xx.h index 25a91bd..7832cd9 100644 --- a/hw/ppc4xx.h +++ b/hw/ppc4xx.h @@ -3,9 +3,6 @@ * * Copyright (c) 2007 Jocelyn Mayer * - * Copyright 2008 IBM Corp. - * Authors: Hollis Blanchard - * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights