Commit ba5dc275 authored by Jan Engelhardt's avatar Jan Engelhardt Committed by David S. Miller

[NETFILTER]: Copyright/Email update

Transfer all my copyright over to our company.
Signed-off-by: default avatarJan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7351a22a
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
* (c) 2000 Gerd Knorr <kraxel@bytesex.org> * (c) 2000 Gerd Knorr <kraxel@bytesex.org>
* Nov 2002: Martin Bene <martin.bene@icomedias.com>: * Nov 2002: Martin Bene <martin.bene@icomedias.com>:
* only ignore TIME_WAIT or gone connections * only ignore TIME_WAIT or gone connections
* Copyright © Jan Engelhardt <jengelh@gmx.de>, 2007 * (C) CC Computer Consultants GmbH, 2007
* Contact: <jengelh@computergmbh.de>
* *
* based on ... * based on ...
* *
...@@ -306,7 +307,7 @@ static void __exit xt_connlimit_exit(void) ...@@ -306,7 +307,7 @@ static void __exit xt_connlimit_exit(void)
module_init(xt_connlimit_init); module_init(xt_connlimit_init);
module_exit(xt_connlimit_exit); module_exit(xt_connlimit_exit);
MODULE_AUTHOR("Jan Engelhardt <jengelh@gmx.de>"); MODULE_AUTHOR("Jan Engelhardt <jengelh@computergmbh.de>");
MODULE_DESCRIPTION("netfilter xt_connlimit match module"); MODULE_DESCRIPTION("netfilter xt_connlimit match module");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_ALIAS("ipt_connlimit"); MODULE_ALIAS("ipt_connlimit");
......
/* /*
* xt_time * xt_time
* Copyright © Jan Engelhardt <jengelh@computergmbh.de>, 2007 * Copyright © CC Computer Consultants GmbH, 2007
* Contact: <jengelh@computergmbh.de>
* *
* based on ipt_time by Fabrice MARIE <fabrice@netfilter.org> * based on ipt_time by Fabrice MARIE <fabrice@netfilter.org>
* This is a module which is used for time matching * This is a module which is used for time matching
......
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
* xt_u32 - kernel module to match u32 packet content * xt_u32 - kernel module to match u32 packet content
* *
* Original author: Don Cohen <don@isis.cs3-inc.com> * Original author: Don Cohen <don@isis.cs3-inc.com>
* © Jan Engelhardt <jengelh@gmx.de>, 2007 * (C) CC Computer Consultants GmbH, 2007
* Contact: <jengelh@computergmbh.de>
*/ */
#include <linux/module.h> #include <linux/module.h>
...@@ -129,7 +130,7 @@ static void __exit xt_u32_exit(void) ...@@ -129,7 +130,7 @@ static void __exit xt_u32_exit(void)
module_init(xt_u32_init); module_init(xt_u32_init);
module_exit(xt_u32_exit); module_exit(xt_u32_exit);
MODULE_AUTHOR("Jan Engelhardt <jengelh@gmx.de>"); MODULE_AUTHOR("Jan Engelhardt <jengelh@computergmbh.de>");
MODULE_DESCRIPTION("netfilter u32 match module"); MODULE_DESCRIPTION("netfilter u32 match module");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_ALIAS("ipt_u32"); MODULE_ALIAS("ipt_u32");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment