aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-filter/libnfnetlink/libnfnetlink/0002-src-get-source-code-license-header-in-sync-with-curr.patch
blob: c2fb5e05a71936f6462152f46bd63e8cc6fc5b31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
From 5e6b6e23a8b04475c5a9de7eddb4c18103932fe5 Mon Sep 17 00:00:00 2001
From: Pablo Neira Ayuso <pablo@netfilter.org>
Date: Wed, 7 Aug 2013 20:53:57 +0200
Subject: [PATCH 2/6] 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>
---
 src/iftable.c | 2 +-
 src/rtnl.c    | 4 ++--
 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+.
  *
  */
 
-- 
2.12.1