summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2019-06-27 16:24:06 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2019-06-27 17:08:37 +0200
commit2c97ae435e6b1b073fd2d311bb35dcd87dfa9a96 (patch)
treea46b4c5cd786451e91ecfcdec3a463382099b74f
parent8a8e894f801147d13b1a4dbb0035d7d3c8477cc2 (diff)
downloadNetworkManager-2c97ae435e6b1b073fd2d311bb35dcd87dfa9a96.tar.gz
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 <dcbw@redhat.com> Acked-by: Dan Winship <danw@redhat.com> Acked-by: Lubomir Rintel <lkundrak@v3.sk> Acked-by: Thomas Haller <thaller@redhat.com>
-rw-r--r--src/dhcp/nm-dhcp-systemd.c9
1 files 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