summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@xenon.tklauser.home>2006-04-28 17:38:29 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2006-04-28 17:38:29 +0200
commit09dfe0a5f274529f0bf4b5fa0c769eaf34dd490d (patch)
tree98f6b4add34d44eaeaed905c4870044b8c1d2366
parentcfa4b3b11a287d3713dd015d1a9ed8cac1544cfd (diff)
Changed e-mail adress
-rw-r--r--inotail.c4
-rw-r--r--simpletail.c2
2 files changed, 3 insertions, 3 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':
diff --git a/simpletail.c b/simpletail.c
index e8e8809..b71339f 100644
--- a/simpletail.c
+++ b/simpletail.c
@@ -3,7 +3,7 @@
* A fast implementation of 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>
*
* The idea and some code were taken from turbotail.
*