Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ba5dc2756cc305c055dbb253b8fcdc459f0f8e73
Commit:     ba5dc2756cc305c055dbb253b8fcdc459f0f8e73
Parent:     7351a22a3ae005422488139365e9a80f560c80b9
Author:     Jan Engelhardt <[EMAIL PROTECTED]>
AuthorDate: Mon Nov 5 20:35:56 2007 -0800
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Wed Nov 7 04:08:20 2007 -0800

    [NETFILTER]: Copyright/Email update
    
    Transfer all my copyright over to our company.
    
    Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]>
    Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 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 <[EMAIL PROTECTED]>
  *   Nov 2002: Martin Bene <[EMAIL PROTECTED]>:
  *             only ignore TIME_WAIT or gone connections
- *   Copyright © Jan Engelhardt <[EMAIL PROTECTED]>, 2007
+ *   (C) CC Computer Consultants GmbH, 2007
+ *   Contact: <[EMAIL PROTECTED]>
  *
  * 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 <[EMAIL PROTECTED]>");
+MODULE_AUTHOR("Jan Engelhardt <[EMAIL PROTECTED]>");
 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 <[EMAIL PROTECTED]>, 2007
+ *     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
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 <[EMAIL PROTECTED]>
- *     © Jan Engelhardt <[EMAIL PROTECTED]>, 2007
+ *     (C) CC Computer Consultants GmbH, 2007
+ *     Contact: <[EMAIL PROTECTED]>
  */
 
 #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 <[EMAIL PROTECTED]>");
+MODULE_AUTHOR("Jan Engelhardt <[EMAIL PROTECTED]>");
 MODULE_DESCRIPTION("netfilter u32 match module");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("ipt_u32");
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to