All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libxl: Correct license header on libxl_flask.c to be LGPL
@ 2015-03-03 17:02 Ian Campbell
  2015-03-03 17:08 ` Ian Jackson
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ian Campbell @ 2015-03-03 17:02 UTC (permalink / raw)
  To: xen-devel
  Cc: wei.liu2, Ian Campbell, Wei Liu, Machon Gregory, Ian Jackson,
	Daniel De Graaf

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.campbell@citrix.com>
Ian Jackson <ian.jackson@eu.citrix.com>
Machon Gregory <mbgrego@tycho.ncsc.mil>
Wei Liu <liuw@liuw.name>
$

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Machon Gregory <mbgrego@tycho.ncsc.mil>
Cc: Wei Liu <liuw@liuw.name>
Cc: Daniel De Graaf <dgdegra@tycho.nsa.gov>
---

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, <mbgrego@tycho.ncsc.mil>
  *
- *  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 */
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] libxl: Correct license header on libxl_flask.c to be LGPL
  2015-03-03 17:02 [PATCH] libxl: Correct license header on libxl_flask.c to be LGPL Ian Campbell
@ 2015-03-03 17:08 ` Ian Jackson
  2015-03-03 17:20 ` M. Gregory
  2015-03-04 11:20 ` Wei Liu
  2 siblings, 0 replies; 6+ messages in thread
From: Ian Jackson @ 2015-03-03 17:08 UTC (permalink / raw)
  To: Ian Campbell
  Cc: Machon Gregory, Daniel De Graaf, Wei Liu, wei.liu2, xen-devel

Ian Campbell writes ("[PATCH] libxl: Correct license header on libxl_flask.c to be LGPL"):
> 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.campbell@citrix.com>
> Ian Jackson <ian.jackson@eu.citrix.com>

Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] libxl: Correct license header on libxl_flask.c to be LGPL
  2015-03-03 17:02 [PATCH] libxl: Correct license header on libxl_flask.c to be LGPL Ian Campbell
  2015-03-03 17:08 ` Ian Jackson
@ 2015-03-03 17:20 ` M. Gregory
  2015-03-03 17:50   ` Ian Campbell
  2015-03-04 11:20 ` Wei Liu
  2 siblings, 1 reply; 6+ messages in thread
From: M. Gregory @ 2015-03-03 17:20 UTC (permalink / raw)
  To: Ian Campbell, xen-devel; +Cc: Ian Jackson, Daniel De Graaf, wei.liu2, Wei Liu

Yes, this change is ok.
-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.campbell@citrix.com>
> Ian Jackson <ian.jackson@eu.citrix.com>
> Machon Gregory <mbgrego@tycho.ncsc.mil>
> Wei Liu <liuw@liuw.name>
> $
> 
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
> Cc: Ian Jackson <ian.jackson@eu.citrix.com>
> Cc: Machon Gregory <mbgrego@tycho.ncsc.mil>
> Cc: Wei Liu <liuw@liuw.name>
> Cc: Daniel De Graaf <dgdegra@tycho.nsa.gov>
> ---
> 
> 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, <mbgrego@tycho.ncsc.mil>
>   *
> - *  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 */
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] libxl: Correct license header on libxl_flask.c to be LGPL
  2015-03-03 17:20 ` M. Gregory
@ 2015-03-03 17:50   ` Ian Campbell
  2015-03-05 17:29     ` Ian Campbell
  0 siblings, 1 reply; 6+ messages in thread
From: Ian Campbell @ 2015-03-03 17:50 UTC (permalink / raw)
  To: M. Gregory; +Cc: wei.liu2, Daniel De Graaf, Wei Liu, Ian Jackson, xen-devel

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 <mbgrego@tycho.ncsc.mil>
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.campbell@citrix.com>
> > Ian Jackson <ian.jackson@eu.citrix.com>
> > Machon Gregory <mbgrego@tycho.ncsc.mil>
> > Wei Liu <liuw@liuw.name>
> > $
> > 
> > Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
> > Cc: Ian Jackson <ian.jackson@eu.citrix.com>
> > Cc: Machon Gregory <mbgrego@tycho.ncsc.mil>
> > Cc: Wei Liu <liuw@liuw.name>
> > Cc: Daniel De Graaf <dgdegra@tycho.nsa.gov>
> > ---
> > 
> > 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, <mbgrego@tycho.ncsc.mil>
> >   *
> > - *  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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] libxl: Correct license header on libxl_flask.c to be LGPL
  2015-03-03 17:02 [PATCH] libxl: Correct license header on libxl_flask.c to be LGPL Ian Campbell
  2015-03-03 17:08 ` Ian Jackson
  2015-03-03 17:20 ` M. Gregory
@ 2015-03-04 11:20 ` Wei Liu
  2 siblings, 0 replies; 6+ messages in thread
From: Wei Liu @ 2015-03-04 11:20 UTC (permalink / raw)
  To: Ian Campbell
  Cc: Ian Jackson, Daniel De Graaf, Wei Liu, Machon Gregory, xen-devel

On Tue, Mar 3, 2015 at 5:02 PM, Ian Campbell <ian.campbell@citrix.com> 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.campbell@citrix.com>
> Ian Jackson <ian.jackson@eu.citrix.com>
> Machon Gregory <mbgrego@tycho.ncsc.mil>
> Wei Liu <liuw@liuw.name>

Acked-by: Wei Liu <liuw@liuw.name>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] libxl: Correct license header on libxl_flask.c to be LGPL
  2015-03-03 17:50   ` Ian Campbell
@ 2015-03-05 17:29     ` Ian Campbell
  0 siblings, 0 replies; 6+ messages in thread
From: Ian Campbell @ 2015-03-05 17:29 UTC (permalink / raw)
  To: M. Gregory; +Cc: Ian Jackson, Daniel De Graaf, xen-devel, wei.liu2, Wei Liu

On Tue, 2015-03-03 at 17:50 +0000, Ian Campbell wrote:
> 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 <mbgrego@tycho.ncsc.mil>
> which will be added to the S-o-b stanza at the end of the commit
> message.

Now applied, thanks.

Ian -- should be backported I think.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-03-05 17:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-03 17:02 [PATCH] libxl: Correct license header on libxl_flask.c to be LGPL Ian Campbell
2015-03-03 17:08 ` Ian Jackson
2015-03-03 17:20 ` M. Gregory
2015-03-03 17:50   ` Ian Campbell
2015-03-05 17:29     ` Ian Campbell
2015-03-04 11:20 ` Wei Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.