summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Graf <tgraf@infradead.org>2011-09-08 15:03:25 +0200
committerThomas Graf <tgraf@infradead.org>2011-09-08 15:08:22 +0200
commitdb6de563fe83feb73e26d765db4128ac30f0167f (patch)
treee3c3074e6a4c716ae4f25789206e7293d62a1ea2
parentb4b853e5e7a8d3bde7128215d19d76b26ce68a3f (diff)
downloadlibnl-db6de563fe83feb73e26d765db4128ac30f0167f.tar.gz
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.
-rw-r--r--lib/route/pktloc.c7
1 files 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 <tgraf@suug.ch>
+ * Copyright (c) 2008-2011 Thomas Graf <tgraf@suug.ch>
*/
/**