diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/patch.c | 2 | ||||
-rw-r--r-- | editors/sed.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/patch.c b/editors/patch.c index 94f664115..65791dfe6 100644 --- a/editors/patch.c +++ b/editors/patch.c @@ -1,7 +1,7 @@ /* vi: set sw=4 ts=4: */ /* * busybox patch applet to handle the unified diff format. - * Copyright (C) 2003 Glenn McGrath <bug1@iinet.net.au> + * Copyright (C) 2003 Glenn McGrath * * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. * diff --git a/editors/sed.c b/editors/sed.c index 26fdeafdd..a2e2b7349 100644 --- a/editors/sed.c +++ b/editors/sed.c @@ -5,7 +5,7 @@ * Copyright (C) 1999,2000,2001 by Lineo, inc. and Mark Whitley * Copyright (C) 1999,2000,2001 by Mark Whitley <markw@codepoet.org> * Copyright (C) 2002 Matt Kraai - * Copyright (C) 2003 by Glenn McGrath <bug1@iinet.net.au> + * Copyright (C) 2003 by Glenn McGrath * Copyright (C) 2003,2004 by Rob Landley <rob@landley.net> * * MAINTAINER: Rob Landley <rob@landley.net> |