]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
fix license of lib/route/pktloc.c
authorThomas Graf <tgraf@infradead.org>
Thu, 8 Sep 2011 13:03:25 +0000 (15:03 +0200)
committerThomas Graf <tgraf@infradead.org>
Thu, 8 Sep 2011 13:08:22 +0000 (15:08 +0200)
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

index c658e67cb87b4a840aeae8cd33dc406909508667..e7dffe5893557f2c739a341be15bfe58c6e63c70 100644 (file)
@@ -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 <tgraf@suug.ch>
+ * Copyright (c) 2008-2011 Thomas Graf <tgraf@suug.ch>
  */
 
 /**