diff options
Diffstat (limited to '')
-rw-r--r-- | src/bltin/times.c | 3 |
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> |