Index: util-linux-ng-2.14.2-rc2/schedutils/ionice.1
===================================================================
--- util-linux-ng-2.14.2-rc2.orig/schedutils/ionice.1	2009-01-22 12:53:14.000000000 +0100
+++ util-linux-ng-2.14.2-rc2/schedutils/ionice.1	2009-02-05 18:08:51.000000000 +0100
@@ -76,7 +76,7 @@ Linux supports io scheduling priorities
 io scheduler.
 
 .SH AUTHORS
-Jens Axboe <axboe@suse.de>
+Jens Axboe <jens@axboe.dk>
 
 .SH AVAILABILITY
 The ionice command is part of the util-linux-ng package and is available from
Index: util-linux-ng-2.14.2-rc2/schedutils/ionice.c
===================================================================
--- util-linux-ng-2.14.2-rc2.orig/schedutils/ionice.c	2009-02-05 17:53:20.000000000 +0100
+++ util-linux-ng-2.14.2-rc2/schedutils/ionice.c	2009-02-05 18:09:46.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * ionice: set or get process io scheduling class and priority
  *
- * Copyright (C) 2005 Jens Axboe <axboe@suse.de> SUSE Labs
+ * Copyright (C) 2005 Jens Axboe <jens@axboe.dk>
  *
  * Released under the terms of the GNU General Public License version 2
  *
@@ -51,7 +51,7 @@ static void usage(void)
 	printf("\t\t\t1: realtime, 2: best-effort, 3: idle\n");
 	printf("\t-p\tProcess pid\n");
 	printf("\t-h\tThis help page\n");
-	printf("\nJens Axboe <axboe@suse.de> (C) 2005\n");
+	printf("\nJens Axboe <jens@axboe.dk> (C) 2005\n");
 }
 
 int main(int argc, char *argv[])