Skip to content

Commit f229f6c

Browse files
kaberummakynes
authored andcommitted
netfilter: add my copyright statements
Add copyright statements to all netfilter files which have had significant changes done by myself in the past. Some notes: - nf_conntrack_ecache.c was incorrectly attributed to Rusty and Netfilter Core Team when it got split out of nf_conntrack_core.c. The copyrights even state a date which lies six years before it was written. It was written in 2005 by Harald and myself. - net/ipv{4,6}/netfilter.c, net/netfitler/nf_queue.c were missing copyright statements. I've added the copyright statement from net/netfilter/core.c, where this code originated - for nf_conntrack_proto_tcp.c I've also added Jozsef, since I didn't want it to give the wrong impression Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
1 parent aaa795a commit f229f6c

40 files changed

+66
-5
lines changed

net/ipv4/netfilter.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
/* IPv4 specific functions of netfilter core */
1+
/*
2+
* IPv4 specific functions of netfilter core
3+
*
4+
* Rusty Russell (C) 2000 -- This code is GPL.
5+
* Patrick McHardy (C) 2006-2012
6+
*/
27
#include <linux/kernel.h>
38
#include <linux/netfilter.h>
49
#include <linux/netfilter_ipv4.h>

net/ipv4/netfilter/arp_tables.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Some ARP specific bits are:
77
*
88
* Copyright (C) 2002 David S. Miller (davem@redhat.com)
9+
* Copyright (C) 2006-2009 Patrick McHardy <kaber@trash.net>
910
*
1011
*/
1112
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

net/ipv4/netfilter/ip_tables.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*
44
* Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling
55
* Copyright (C) 2000-2005 Netfilter Core Team <coreteam@netfilter.org>
6+
* Copyright (C) 2006-2010 Patrick McHardy <kaber@trash.net>
67
*
78
* This program is free software; you can redistribute it and/or modify
89
* it under the terms of the GNU General Public License version 2 as

net/ipv4/netfilter/ipt_ULOG.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* (C) 2000-2004 by Harald Welte <laforge@netfilter.org>
55
* (C) 1999-2001 Paul `Rusty' Russell
66
* (C) 2002-2004 Netfilter Core Team <coreteam@netfilter.org>
7+
* (C) 2005-2007 Patrick McHardy <kaber@trash.net>
78
*
89
* This program is free software; you can redistribute it and/or modify
910
* it under the terms of the GNU General Public License version 2 as

net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
/* (C) 1999-2001 Paul `Rusty' Russell
33
* (C) 2002-2004 Netfilter Core Team <coreteam@netfilter.org>
4+
* (C) 2006-2012 Patrick McHardy <kaber@trash.net>
45
*
56
* This program is free software; you can redistribute it and/or modify
67
* it under the terms of the GNU General Public License version 2 as

net/ipv4/netfilter/nf_conntrack_l3proto_ipv4_compat.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*
33
* (C) 1999-2001 Paul `Rusty' Russell
44
* (C) 2002-2006 Netfilter Core Team <coreteam@netfilter.org>
5+
* (C) 2006-2010 Patrick McHardy <kaber@trash.net>
56
*
67
* This program is free software; you can redistribute it and/or modify
78
* it under the terms of the GNU General Public License version 2 as

net/ipv4/netfilter/nf_conntrack_proto_icmp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* (C) 1999-2001 Paul `Rusty' Russell
22
* (C) 2002-2004 Netfilter Core Team <coreteam@netfilter.org>
3+
* (C) 2006-2010 Patrick McHardy <kaber@trash.net>
34
*
45
* This program is free software; you can redistribute it and/or modify
56
* it under the terms of the GNU General Public License version 2 as

net/ipv4/netfilter/nf_nat_h323.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* H.323 extension for NAT alteration.
33
*
44
* Copyright (c) 2006 Jing Min Zhao <zhaojingmin@users.sourceforge.net>
5+
* Copyright (c) 2006-2012 Patrick McHardy <kaber@trash.net>
56
*
67
* This source code is licensed under General Public License version 2.
78
*

net/ipv4/netfilter/nf_nat_pptp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
*
1414
* Development of this code funded by Astaro AG (http://www.astaro.com/)
1515
*
16+
* (C) 2006-2012 Patrick McHardy <kaber@trash.net>
17+
*
1618
* TODO: - NAT to a unique tuple, not to TCP source port
1719
* (needs netfilter tuple reservation)
1820
*/

net/ipv4/netfilter/nf_nat_proto_gre.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
*
2222
* Development of this code funded by Astaro AG (http://www.astaro.com/)
2323
*
24+
* (C) 2006-2012 Patrick McHardy <kaber@trash.net>
25+
*
2426
*/
2527

2628
#include <linux/module.h>

0 commit comments

Comments
 (0)