[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] libxl: Correct license header on libxl_flask.c to be LGPL
commit f919dbc0583797d1c5c09da815518084ce77eb81 Author: Ian Campbell <ian.campbell@xxxxxxxxxx> AuthorDate: Tue Mar 3 17:02:22 2015 +0000 Commit: Ian Campbell <ian.campbell@xxxxxxxxxx> CommitDate: Thu Mar 5 17:06:43 2015 +0000 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@xxxxxxxxxx> Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Machon Gregory <mbgrego@xxxxxxxxxxxxxx> Wei Liu <liuw@xxxxxxxxx> $ Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Cc: Machon Gregory <mbgrego@xxxxxxxxxxxxxx> Cc: Wei Liu <liuw@xxxxxxxxx> Cc: Daniel De Graaf <dgdegra@xxxxxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Acked-by: Wei Liu <liuw@xxxxxxxxx> Acked-by: M. Gregory <mbgrego@xxxxxxxxxxxxxx> --- tools/libxl/libxl_flask.c | 13 +++++++++---- 1 files 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@xxxxxxxxxxxxxx> * - * 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 */ -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |