From 2c97ae435e6b1b073fd2d311bb35dcd87dfa9a96 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Thu, 27 Jun 2019 16:24:06 +0200 Subject: [PATCH] dhcp: systemd: relicense as LGPL Soon a new DHCP backend will be added that will take code from the internal one. Change its license to LGPL so that the whole new backend code can also be LGPL, which is the preferred license for new NetworkManager code. Acked-by: Dan Williams Acked-by: Dan Winship Acked-by: Lubomir Rintel Acked-by: Thomas Haller --- src/dhcp/nm-dhcp-systemd.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/dhcp/nm-dhcp-systemd.c b/src/dhcp/nm-dhcp-systemd.c index aba42cb71f..54b8ae57cb 100644 --- a/src/dhcp/nm-dhcp-systemd.c +++ b/src/dhcp/nm-dhcp-systemd.c @@ -1,7 +1,8 @@ -/* 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 2, or (at your option) - * any later version. +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2 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