[NETFILTER]: Copyright/Email update Transfer all my copyright over to our company. Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> Signed-off-by: Patrick McHardy <kaber@xxxxxxxxx> --- commit 94b462899348cbd662b8d0864c55a30a4700d52d tree 2e90518d47f77c6b4b8b3f2b54f7cd54cde0bdfd parent 9cfc1fadc1b0b5963fa8bef95f3653b8b2fb72b7 author Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> Fri, 02 Nov 2007 11:58:56 +0100 committer Patrick McHardy <kaber@xxxxxxxxx> Fri, 02 Nov 2007 11:58:56 +0100 net/netfilter/xt_connlimit.c | 5 +++-- net/netfilter/xt_time.c | 3 ++- net/netfilter/xt_u32.c | 5 +++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/net/netfilter/xt_connlimit.c b/net/netfilter/xt_connlimit.c index 06cff1d..d7becf0 100644 --- a/net/netfilter/xt_connlimit.c +++ b/net/netfilter/xt_connlimit.c @@ -4,7 +4,8 @@ * (c) 2000 Gerd Knorr <kraxel@xxxxxxxxxxx> * Nov 2002: Martin Bene <martin.bene@xxxxxxxxxxxxx>: * only ignore TIME_WAIT or gone connections - * Copyright © Jan Engelhardt <jengelh@xxxxxx>, 2007 + * (C) CC Computer Consultants GmbH, 2007 + * Contact: <jengelh@xxxxxxxxxxxxxxx> * * based on ... * @@ -306,7 +307,7 @@ static void __exit xt_connlimit_exit(void) module_init(xt_connlimit_init); module_exit(xt_connlimit_exit); -MODULE_AUTHOR("Jan Engelhardt <jengelh@xxxxxx>"); +MODULE_AUTHOR("Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx>"); MODULE_DESCRIPTION("netfilter xt_connlimit match module"); MODULE_LICENSE("GPL"); MODULE_ALIAS("ipt_connlimit"); diff --git a/net/netfilter/xt_time.c b/net/netfilter/xt_time.c index ef48bbd..ff44f86 100644 --- a/net/netfilter/xt_time.c +++ b/net/netfilter/xt_time.c @@ -1,6 +1,7 @@ /* * xt_time - * Copyright © Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx>, 2007 + * Copyright © CC Computer Consultants GmbH, 2007 + * Contact: <jengelh@xxxxxxxxxxxxxxx> * * based on ipt_time by Fabrice MARIE <fabrice@xxxxxxxxxxxxx> * This is a module which is used for time matching diff --git a/net/netfilter/xt_u32.c b/net/netfilter/xt_u32.c index bec4279..af75b8c 100644 --- a/net/netfilter/xt_u32.c +++ b/net/netfilter/xt_u32.c @@ -2,7 +2,8 @@ * xt_u32 - kernel module to match u32 packet content * * Original author: Don Cohen <don@xxxxxxxxxxxxxxxx> - * © Jan Engelhardt <jengelh@xxxxxx>, 2007 + * (C) CC Computer Consultants GmbH, 2007 + * Contact: <jengelh@xxxxxxxxxxxxxxx> */ #include <linux/module.h> @@ -129,7 +130,7 @@ static void __exit xt_u32_exit(void) module_init(xt_u32_init); module_exit(xt_u32_exit); -MODULE_AUTHOR("Jan Engelhardt <jengelh@xxxxxx>"); +MODULE_AUTHOR("Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx>"); MODULE_DESCRIPTION("netfilter u32 match module"); MODULE_LICENSE("GPL"); MODULE_ALIAS("ipt_u32"); - To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html