summary refs log tree commit diff
path: root/src/bltin/times.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltin/times.c')
-rw-r--r--src/bltin/times.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bltin/times.c b/src/bltin/times.c
index d8a35dc..aca579f 100644
--- a/src/bltin/times.c
+++ b/src/bltin/times.c
@@ -1,7 +1,6 @@
 /*
- * Copyright (c) 1999 Herbert Xu <herbert@debian.org>
+ * Copyright (c) 1999 Herbert Xu <herbert@gondor.apana.org.au>
  * This file contains code for the times builtin.
- * $Id$
  */
 
 #include <sys/times.h>