From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] libxl: Correct license header on libxl_flask.c to be LGPL Date: Tue, 3 Mar 2015 17:50:07 +0000 Message-ID: <1425405007.25940.83.camel@citrix.com> References: <1425402142-26187-1-git-send-email-ian.campbell@citrix.com> <54F5ED53.506@tycho.ncsc.mil> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <54F5ED53.506@tycho.ncsc.mil> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "M. Gregory" Cc: wei.liu2@citrix.com, Daniel De Graaf , Wei Liu , Ian Jackson , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Tue, 2015-03-03 at 12:20 -0500, M. Gregory wrote: > Yes, this change is ok. Thank you. Unless you object I shall interpret this as an: Acked-by: M. Gregory which will be added to the S-o-b stanza at the end of the commit message. > -Machon > > On 03/03/2015 12:02 PM, Ian Campbell wrote: > > libxl is intended to be an LGPL 2.1 licensed library, however this > > file inadvertently got given a GPL header. > > > > The following people have touched this file, although all but Machon's > > contributions are trivial and/or mechanical an Ack from each would be > > unambiguous: > > > > $ git log --format='%an <%aE>' tools/libxl/libxl_flask.c | sort -u > > Ian Campbell > > Ian Jackson > > Machon Gregory > > Wei Liu > > $ > > > > Signed-off-by: Ian Campbell > > Cc: Ian Jackson > > Cc: Machon Gregory > > Cc: Wei Liu > > Cc: Daniel De Graaf > > --- > > > > Machon, as the majority author of this file are you OK with this > > change? > > > > Ian, this should be a candidate for backport I think. > > --- > > tools/libxl/libxl_flask.c | 13 +++++++++---- > > 1 file changed, 9 insertions(+), 4 deletions(-) > > > > diff --git a/tools/libxl/libxl_flask.c b/tools/libxl/libxl_flask.c > > index 23f2476..38347a3 100644 > > --- a/tools/libxl/libxl_flask.c > > +++ b/tools/libxl/libxl_flask.c > > @@ -1,10 +1,15 @@ > > /* > > - * > > * Author: Machon Gregory, > > * > > - * 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. > > + * This program is free software; you can redistribute it and/or modify > > + * it under the terms of the GNU Lesser General Public License as published > > + * by the Free Software Foundation; version 2.1 only. with the special > > + * exception on linking described in file 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 Lesser General Public License for more details. > > */ > > > > #include "libxl_osdeps.h" /* must come before any other headers */ > > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel