summaryrefslogtreecommitdiff
path: root/libnfnetlink/0002-src-get-source-code-license-header-in-sync-with-curr.patch
blob: c2fb5e05a71936f6462152f46bd63e8cc6fc5b31 (plain)
    1 From 5e6b6e23a8b04475c5a9de7eddb4c18103932fe5 Mon Sep 17 00:00:00 2001
    2 From: Pablo Neira Ayuso <pablo@netfilter.org>
    3 Date: Wed, 7 Aug 2013 20:53:57 +0200
    4 Subject: [PATCH 2/6] src: get source code license header in sync with current
    5  licensing terms
    6 
    7 Since (3956761 license: upgrade to GPLv2+), we upgraded to GPLv2+,
    8 propagate that changes to src/iftable.c and src/rtnl.c
    9 
   10 Reported-by: Thomas Woerner <twoerner@redhat.com>
   11 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
   12 ---
   13  src/iftable.c | 2 +-
   14  src/rtnl.c    | 4 ++--
   15  2 files changed, 3 insertions(+), 3 deletions(-)
   16 
   17 diff --git a/src/iftable.c b/src/iftable.c
   18 index 0325335..5976ed8 100644
   19 --- a/src/iftable.c
   20 +++ b/src/iftable.c
   21 @@ -3,7 +3,7 @@
   22   * (C) 2004 by Astaro AG, written by Harald Welte <hwelte@astaro.com>
   23   * (C) 2008 by Pablo Neira Ayuso <pablo@netfilter.org>
   24   *
   25 - * This software is Free Software and licensed under GNU GPLv2. 
   26 + * This software is Free Software and licensed under GNU GPLv2+.
   27   */
   28  
   29  /* IFINDEX handling */
   30 diff --git a/src/rtnl.c b/src/rtnl.c
   31 index 5ccb272..7b4ac7d 100644
   32 --- a/src/rtnl.c
   33 +++ b/src/rtnl.c
   34 @@ -1,10 +1,10 @@
   35  /* rtnl - rtnetlink utility functions
   36   *
   37   * (C) 2004 by Astaro AG, written by Harald Welte <hwelte@astaro.com>
   38 - * 
   39 + *
   40   * Adapted to nfnetlink by Eric Leblond <eric@inl.fr>
   41   *
   42 - * This software is free software and licensed under GNU GPLv2. 
   43 + * This software is free software and licensed under GNU GPLv2+.
   44   *
   45   */
   46  
   47 -- 
   48 2.12.1

Generated by cgit