summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2013-08-07 20:53:57 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2013-08-07 20:56:21 +0200
commit617fe823da5bef47dac77c19bf811ce211f148e9 (patch)
tree3f116359f7e9115252055ea6d0c7be555781f8cf /src
parent97a3960000c9803f91d3a59a734d1e1aa721fcc3 (diff)
src: get source code license header in sync with current licensing terms
Since (3956761 license: upgrade to GPLv2+), we upgraded to GPLv2+, propagate that changes to src/iftable.c and src/rtnl.c Reported-by: Thomas Woerner <twoerner@redhat.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src')
-rw-r--r--src/iftable.c2
-rw-r--r--src/rtnl.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/iftable.c b/src/iftable.c
index 0325335..5976ed8 100644
--- a/src/iftable.c
+++ b/src/iftable.c
@@ -3,7 +3,7 @@
* (C) 2004 by Astaro AG, written by Harald Welte <hwelte@astaro.com>
* (C) 2008 by Pablo Neira Ayuso <pablo@netfilter.org>
*
- * This software is Free Software and licensed under GNU GPLv2.
+ * This software is Free Software and licensed under GNU GPLv2+.
*/
/* IFINDEX handling */
diff --git a/src/rtnl.c b/src/rtnl.c
index 5ccb272..7b4ac7d 100644
--- a/src/rtnl.c
+++ b/src/rtnl.c
@@ -1,10 +1,10 @@
/* rtnl - rtnetlink utility functions
*
* (C) 2004 by Astaro AG, written by Harald Welte <hwelte@astaro.com>
- *
+ *
* Adapted to nfnetlink by Eric Leblond <eric@inl.fr>
*
- * This software is free software and licensed under GNU GPLv2.
+ * This software is free software and licensed under GNU GPLv2+.
*
*/