diff options
author | Denis Vlasenko | 2007-09-21 13:16:32 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-09-21 13:16:32 +0000 |
commit | 0beaff8c19fddb694aab084a59c47b486dd6a8eb (patch) | |
tree | 0b070e29913758862b0c3a9dccad93418199c569 /editors | |
parent | 9b0a439f026adec773706625f080ab00ae537fa0 (diff) | |
download | busybox-0beaff8c19fddb694aab084a59c47b486dd6a8eb.zip busybox-0beaff8c19fddb694aab084a59c47b486dd6a8eb.tar.gz |
update Glenn McGrath's email address
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 94f6641..65791df 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 26fdeaf..a2e2b73 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> |