Skip to content

Commit

Permalink
netfilter: update my email address
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Engelhardt <[email protected]>
  • Loading branch information
Jan Engelhardt authored and kaber committed Mar 17, 2010
1 parent 0cb47ea commit 408ffaa
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Documentation/feature-removal-schedule.txt
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ What (Why):

When: January 2009 or Linux 2.7.0, whichever comes first
Why: Superseded by newer revisions or modules
Who: Jan Engelhardt <jengelh@computergmbh.de>
Who: Jan Engelhardt <jengelh@medozas.de>

---------------------------

Expand Down
2 changes: 1 addition & 1 deletion net/bridge/netfilter/ebt_ip6.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Authors:
* Manohar Castelino <[email protected]>
* Kuo-Lang Tseng <[email protected]>
* Jan Engelhardt <jengelh@computergmbh.de>
* Jan Engelhardt <jengelh@medozas.de>
*
* Summary:
* This is just a modification of the IPv4 code written by
Expand Down
3 changes: 1 addition & 2 deletions net/netfilter/xt_TCPOPTSTRIP.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
*
* Copyright (C) 2007 Sven Schnelle <[email protected]>
* Copyright © CC Computer Consultants GmbH, 2007
* Contact: Jan Engelhardt <[email protected]>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
Expand Down Expand Up @@ -136,7 +135,7 @@ static void __exit tcpoptstrip_tg_exit(void)

module_init(tcpoptstrip_tg_init);
module_exit(tcpoptstrip_tg_exit);
MODULE_AUTHOR("Sven Schnelle <[email protected]>, Jan Engelhardt <jengelh@computergmbh.de>");
MODULE_AUTHOR("Sven Schnelle <[email protected]>, Jan Engelhardt <jengelh@medozas.de>");
MODULE_DESCRIPTION("Xtables: TCP option stripping");
MODULE_LICENSE("GPL");
MODULE_ALIAS("ipt_TCPOPTSTRIP");
Expand Down
1 change: 0 additions & 1 deletion net/netfilter/xt_connlimit.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* Nov 2002: Martin Bene <[email protected]>:
* only ignore TIME_WAIT or gone connections
* (C) CC Computer Consultants GmbH, 2007
* Contact: <[email protected]>
*
* based on ...
*
Expand Down
2 changes: 1 addition & 1 deletion net/netfilter/xt_connmark.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copyright (C) 2002,2004 MARA Systems AB <http://www.marasystems.com>
* by Henrik Nordstrom <[email protected]>
* Copyright © CC Computer Consultants GmbH, 2007 - 2008
* Jan Engelhardt <jengelh@computergmbh.de>
* Jan Engelhardt <jengelh@medozas.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion net/netfilter/xt_hashlimit.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Harald Welte <[email protected]>");
MODULE_AUTHOR("Jan Engelhardt <jengelh@computergmbh.de>");
MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
MODULE_DESCRIPTION("Xtables: per hash-bucket rate-limit match");
MODULE_ALIAS("ipt_hashlimit");
MODULE_ALIAS("ip6t_hashlimit");
Expand Down
2 changes: 1 addition & 1 deletion net/netfilter/xt_recent.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include <linux/netfilter/xt_recent.h>

MODULE_AUTHOR("Patrick McHardy <[email protected]>");
MODULE_AUTHOR("Jan Engelhardt <jengelh@computergmbh.de>");
MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
MODULE_DESCRIPTION("Xtables: \"recently-seen\" host matching for IPv4");
MODULE_LICENSE("GPL");
MODULE_ALIAS("ipt_recent");
Expand Down
3 changes: 1 addition & 2 deletions net/netfilter/xt_time.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
* xt_time
* Copyright © CC Computer Consultants GmbH, 2007
* Contact: <[email protected]>
*
* based on ipt_time by Fabrice MARIE <[email protected]>
* This is a module which is used for time matching
Expand Down Expand Up @@ -264,7 +263,7 @@ static void __exit time_mt_exit(void)

module_init(time_mt_init);
module_exit(time_mt_exit);
MODULE_AUTHOR("Jan Engelhardt <jengelh@computergmbh.de>");
MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
MODULE_DESCRIPTION("Xtables: time-based matching");
MODULE_LICENSE("GPL");
MODULE_ALIAS("ipt_time");
Expand Down
3 changes: 1 addition & 2 deletions net/netfilter/xt_u32.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
*
* Original author: Don Cohen <[email protected]>
* (C) CC Computer Consultants GmbH, 2007
* Contact: <[email protected]>
*/

#include <linux/module.h>
Expand Down Expand Up @@ -117,7 +116,7 @@ static void __exit u32_mt_exit(void)

module_init(u32_mt_init);
module_exit(u32_mt_exit);
MODULE_AUTHOR("Jan Engelhardt <jengelh@computergmbh.de>");
MODULE_AUTHOR("Jan Engelhardt <jengelh@medozas.de>");
MODULE_DESCRIPTION("Xtables: arbitrary byte matching");
MODULE_LICENSE("GPL");
MODULE_ALIAS("ipt_u32");
Expand Down

0 comments on commit 408ffaa

Please sign in to comment.