summaryrefslogtreecommitdiff
path: root/inotail.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2008-01-14 15:25:34 +0100
committerTobias Klauser <tklauser@xenon.tklauser.home>2008-01-14 15:25:34 +0100
commit773a28080cf129b96c760fbcb515ba389c58ccbf (patch)
tree35a07df1065936d91672f70f3711cfaf443ba711 /inotail.c
parent237c3bc44954cd17087bbe437edbd575300b99f1 (diff)
Update copyright and bump version to pre0 (ti fix Debian bug #460527)
Diffstat (limited to 'inotail.c')
-rw-r--r--inotail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/inotail.c b/inotail.c
index becd95f..fcf9185 100644
--- a/inotail.c
+++ b/inotail.c
@@ -3,7 +3,7 @@
* A fast implementation of tail which uses the inotify API present in
* recent versions of the Linux kernel.
*
- * Copyright (C) 2005-2007, Tobias Klauser <tklauser@distanz.ch>
+ * Copyright (C) 2005-2008, Tobias Klauser <tklauser@distanz.ch>
*
* The idea was taken from turbotail.
*