From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZSWv-00034z-Eh for qemu-devel@nongnu.org; Tue, 17 Feb 2009 11:10:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZSWr-00030S-3c for qemu-devel@nongnu.org; Tue, 17 Feb 2009 11:10:40 -0500 Received: from [199.232.76.173] (port=33979 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZSWq-00030H-VY for qemu-devel@nongnu.org; Tue, 17 Feb 2009 11:10:37 -0500 Received: from bsdimp.com ([199.45.160.85]:61571 helo=harmony.bsdimp.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LZSWq-0006aB-GF for qemu-devel@nongnu.org; Tue, 17 Feb 2009 11:10:36 -0500 Date: Tue, 17 Feb 2009 09:08:52 -0700 (MST) Message-Id: <20090217.090852.-292225365.imp@bsdimp.com> Subject: Re: [Qemu-devel] [PATCH 2/5] kvm/powerpc: Add freescale pci controller's support From: "M. Warner Losh" In-Reply-To: References: <1234864778-19099-2-git-send-email-yu.liu@freescale.com> <1234864778-19099-3-git-send-email-yu.liu@freescale.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, blauwirbel@gmail.com Cc: aurelien@aurel32.net, yu.liu@freescale.com, hollisb@us.ibm.com, kvm-ppc@vger.kernel.org In message: Blue Swirl writes: : > + * Copyright (C) 2009 Freescale Semiconductor, Inc. All rights reserved. : : "All rights reserved" conflicts with GPL. "All rights reserved" is a phrase used to invoke one's copyright in Latin America prior to the some of the more recent rounds of IP treaties. It isn't needed any more, but it definitely does not conflict with the GPL. The author reserves all rights, and then grants you from those rights the rights to distribute with the GPL. It never has conflicted with the GPL. Ever. Warner