From db6de563fe83feb73e26d765db4128ac30f0167f Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Thu, 8 Sep 2011 15:03:25 +0200 Subject: [PATCH] fix license of lib/route/pktloc.c As Jan Engelhardt pointed out, pktloc.c is currently licenses under the GPL rather than the LGPL. This is a result of its previous existance in src/ which is GPL licensed. I missed to change its license when moving it to lib/. Since I am the only contributor to the code, I am changing the license hereby. --- lib/route/pktloc.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/route/pktloc.c b/lib/route/pktloc.c index c658e67..e7dffe5 100644 --- a/lib/route/pktloc.c +++ b/lib/route/pktloc.c @@ -2,10 +2,11 @@ * lib/route/pktloc.c Packet Location Aliasing * * This library 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 version 2 of the License. + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation version 2.1 + * of the License. * - * Copyright (c) 2008-2010 Thomas Graf + * Copyright (c) 2008-2011 Thomas Graf */ /**