[PATCH] email update
authorJens Axboe <axboe@kernel.dk>
Tue, 5 Sep 2006 08:46:22 +0000 (10:46 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 5 Sep 2006 08:46:22 +0000 (10:46 +0200)
README
fio.c

diff --git a/README b/README
index 7cd6bbc04255f13b875971737c2c0920568e24cd..f323384f4402df7b4b7185dd041dc5b15818e827 100644 (file)
--- a/README
+++ b/README
@@ -333,11 +333,11 @@ Split up, the format is as follows:
 Author
 ------
 
-Fio was written by Jens Axboe <axboe@suse.de> to enable flexible testing
+Fio was written by Jens Axboe <axboe@kernel.dk> to enable flexible testing
 of the Linux IO subsystem and schedulers. He got tired of writing
 specific test applications to simulate a given workload, and found that
 the existing io benchmark/test tools out there weren't flexible enough
 to do what he wanted.
 
-Jens Axboe <axboe@suse.de> 20060609
+Jens Axboe <axboe@kernel.dk> 20060905
 
diff --git a/fio.c b/fio.c
index 11799e0db8e6c52ad07bd6b273fa05895d208261..c83e8921c591647a47557e8a3ee0334dc6a3c14d 100644 (file)
--- a/fio.c
+++ b/fio.c
@@ -2,6 +2,7 @@
  * fio - the flexible io tester
  *
  * Copyright (C) 2005 Jens Axboe <axboe@suse.de>
+ * Copyright (C) 2006 Jens Axboe <axboe@kernel.dk>
  *
  *  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