summaryrefslogtreecommitdiff
path: root/inotail.c
diff options
context:
space:
mode:
Diffstat (limited to 'inotail.c')
-rw-r--r--inotail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/inotail.c b/inotail.c
index d5cc82c..b3a9114 100644
--- a/inotail.c
+++ b/inotail.c
@@ -3,7 +3,7 @@
* A fast implementation of GNU tail which uses the inotify-API present in
* recent Linux Kernels.
*
- * Copyright (C) 2005-2006, Tobias Klauser <tklauser@access.unizh.ch>
+ * Copyright (C) 2005-2006, Tobias Klauser <tklauser@distanz.ch>
*
* Parts of this program are based on GNU tail included in the GNU coreutils
* which is:
@@ -329,7 +329,7 @@ static void parse_options(int argc, char *argv[], int *n_lines)
print_headers = 1;
break;
case 'V':
- fprintf(stdout, "%s %s by Tobias Klauser <tklauser@access.unizh.ch>\n",
+ fprintf(stdout, "%s %s by Tobias Klauser <tklauser@distanz.ch>\n",
program_name, VERSION);
break;
case 'h':