diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-21 13:16:32 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-21 13:16:32 +0000 |
commit | 0beaff8c19fddb694aab084a59c47b486dd6a8eb (patch) | |
tree | 0b070e29913758862b0c3a9dccad93418199c569 /editors | |
parent | 9b0a439f026adec773706625f080ab00ae537fa0 (diff) | |
download | busybox-w32-0beaff8c19fddb694aab084a59c47b486dd6a8eb.tar.gz busybox-w32-0beaff8c19fddb694aab084a59c47b486dd6a8eb.tar.bz2 busybox-w32-0beaff8c19fddb694aab084a59c47b486dd6a8eb.zip |
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 94f664115..65791dfe6 100644 --- a/editors/patch.c +++ b/editors/patch.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* | 2 | /* |
3 | * busybox patch applet to handle the unified diff format. | 3 | * busybox patch applet to handle the unified diff format. |
4 | * Copyright (C) 2003 Glenn McGrath <bug1@iinet.net.au> | 4 | * Copyright (C) 2003 Glenn McGrath |
5 | * | 5 | * |
6 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | 6 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. |
7 | * | 7 | * |
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 @@ | |||
5 | * Copyright (C) 1999,2000,2001 by Lineo, inc. and Mark Whitley | 5 | * Copyright (C) 1999,2000,2001 by Lineo, inc. and Mark Whitley |
6 | * Copyright (C) 1999,2000,2001 by Mark Whitley <markw@codepoet.org> | 6 | * Copyright (C) 1999,2000,2001 by Mark Whitley <markw@codepoet.org> |
7 | * Copyright (C) 2002 Matt Kraai | 7 | * Copyright (C) 2002 Matt Kraai |
8 | * Copyright (C) 2003 by Glenn McGrath <bug1@iinet.net.au> | 8 | * Copyright (C) 2003 by Glenn McGrath |
9 | * Copyright (C) 2003,2004 by Rob Landley <rob@landley.net> | 9 | * Copyright (C) 2003,2004 by Rob Landley <rob@landley.net> |
10 | * | 10 | * |
11 | * MAINTAINER: Rob Landley <rob@landley.net> | 11 | * MAINTAINER: Rob Landley <rob@landley.net> |