From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751999Ab2G0OVo (ORCPT ); Fri, 27 Jul 2012 10:21:44 -0400 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:50516 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751108Ab2G0OVn (ORCPT ); Fri, 27 Jul 2012 10:21:43 -0400 Date: Fri, 27 Jul 2012 15:21:01 +0100 From: Russell King - ARM Linux To: Stefano Stabellini Cc: Ian Campbell , "xen-devel@lists.xensource.com" , "linaro-dev@lists.linaro.org" , "arnd@arndb.de" , "catalin.marinas@arm.com" , Konrad Rzeszutek Wilk , "Tim (Xen.org)" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [Xen-devel] [PATCH 02/24] xen/arm: hypercalls Message-ID: <20120727142101.GA6802@n2100.arm.linux.org.uk> References: <1343316846-25860-2-git-send-email-stefano.stabellini@eu.citrix.com> <20120726163352.GC9222@phenom.dumpdata.com> <1343380659.6812.106.camel@zakaz.uk.xensource.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 27, 2012 at 02:02:18PM +0100, Stefano Stabellini wrote: > > > > +/****************************************************************************** > > > > + * hypercall.h > > > > + * > > > > + * Linux-specific hypervisor handling. > > > > + * > > > > + * Stefano Stabellini , Citrix, 2012 > > > > + * > > > > + * This program is free software; you can redistribute it and/or > > > > + * modify it under the terms of the GNU General Public License version 2 > > > > + * as published by the Free Software Foundation; or, when distributed > > > > + * separately from the Linux kernel or incorporated into other > > > > + * software packages, subject to the following license: > > > > + * > > > > + * Permission is hereby granted, free of charge, to any person obtaining a copy > > > > + * of this source file (the "Software"), to deal in the Software without Erm, is that an additional restriction on the GPL which prevents me from shipping this code on a CD and charging for the act of creating the CD and shipping it? That would technically make the above statement incompatible with the GPL.