aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/files/crypto/ocf/ocf-bench.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic-2.6/files/crypto/ocf/ocf-bench.c')
-rw-r--r--target/linux/generic-2.6/files/crypto/ocf/ocf-bench.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/files/crypto/ocf/ocf-bench.c b/target/linux/generic-2.6/files/crypto/ocf/ocf-bench.c
index 5eef6b102e..d32523185f 100644
--- a/target/linux/generic-2.6/files/crypto/ocf/ocf-bench.c
+++ b/target/linux/generic-2.6/files/crypto/ocf/ocf-bench.c
@@ -1,7 +1,7 @@
/*
* A loadable module that benchmarks the OCF crypto speed from kernel space.
*
- * Copyright (C) 2004-2007 David McCullough <david_mccullough@securecomputing.com>
+ * Copyright (C) 2004-2010 David McCullough <david_mccullough@mcafee.com>
*
* LICENSE TERMS
*
@@ -432,5 +432,5 @@ module_init(ocfbench_init);
module_exit(ocfbench_exit);
MODULE_LICENSE("BSD");
-MODULE_AUTHOR("David McCullough <david_mccullough@securecomputing.com>");
+MODULE_AUTHOR("David McCullough <david_mccullough@mcafee.com>");
MODULE_DESCRIPTION("Benchmark various in-kernel crypto speeds");