From 69b7170a72633ad98a9ab868a1e7a3fac99cdb33 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 4 Oct 2017 14:48:13 +0100 Subject: [PATCH] fishdescriptor: Upgrade licence of code from libxl See LGPL-2.1 s3. This is necessary to preserve the copyright and licence status of chiark-utils as a whole. Signed-off-by: Ian Jackson --- fishdescriptor/donate.c | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/fishdescriptor/donate.c b/fishdescriptor/donate.c index b7ef5f8..c2d59cb 100644 --- a/fishdescriptor/donate.c +++ b/fishdescriptor/donate.c @@ -2,10 +2,18 @@ * Copyright (C) 2009 Citrix Ltd. * Copyright (C) 2017 Citrix Ltd. * - * 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 free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ int libxl__sendmsg_fds(libxl__gc *gc, int carrier, -- 2.30.2