aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-06-28 16:43:57 +0000
committerEric Andersen <andersen@codepoet.org>2001-06-28 16:43:57 +0000
commitec23c4920f0c4ba6854a4fb62497fe9519f79361 (patch)
tree2570ca3af54d86de2fda976f00f5349bf013199e
parentdf82f611c8b1113938a652d630b89e4c8459fd14 (diff)
downloadbusybox-w32-ec23c4920f0c4ba6854a4fb62497fe9519f79361.tar.gz
busybox-w32-ec23c4920f0c4ba6854a4fb62497fe9519f79361.tar.bz2
busybox-w32-ec23c4920f0c4ba6854a4fb62497fe9519f79361.zip
Remove vodz from credits, per his request
-rw-r--r--ash.c6
-rw-r--r--shell/ash.c6
2 files changed, 4 insertions, 8 deletions
diff --git a/ash.c b/ash.c
index 90725a178..7d394b617 100644
--- a/ash.c
+++ b/ash.c
@@ -25,9 +25,7 @@
25 * This version of ash is adapted from the source in Debian's ash 0.3.8-5 25 * This version of ash is adapted from the source in Debian's ash 0.3.8-5
26 * package. 26 * package.
27 * 27 *
28 * Modified by Erik Andersen <andersee@debian.org> to be used in 28 * Modified by Erik Andersen <andersee@debian.org> to be used in busybox.
29 * busybox, based in part on prior work done by Vladimir Oleynik
30 * <vodz@usa.net>
31 * 29 *
32 * Original copyright notice is retained at the end of this file. 30 * Original copyright notice is retained at the end of this file.
33 */ 31 */
@@ -13417,7 +13415,7 @@ findvar(struct var **vpp, const char *name)
13417/* 13415/*
13418 * Copyright (c) 1999 Herbert Xu <herbert@debian.org> 13416 * Copyright (c) 1999 Herbert Xu <herbert@debian.org>
13419 * This file contains code for the times builtin. 13417 * This file contains code for the times builtin.
13420 * $Id: ash.c,v 1.2 2001/06/28 07:46:40 andersen Exp $ 13418 * $Id: ash.c,v 1.3 2001/06/28 16:43:57 andersen Exp $
13421 */ 13419 */
13422static int timescmd (int argc, char **argv) 13420static int timescmd (int argc, char **argv)
13423{ 13421{
diff --git a/shell/ash.c b/shell/ash.c
index 90725a178..7d394b617 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -25,9 +25,7 @@
25 * This version of ash is adapted from the source in Debian's ash 0.3.8-5 25 * This version of ash is adapted from the source in Debian's ash 0.3.8-5
26 * package. 26 * package.
27 * 27 *
28 * Modified by Erik Andersen <andersee@debian.org> to be used in 28 * Modified by Erik Andersen <andersee@debian.org> to be used in busybox.
29 * busybox, based in part on prior work done by Vladimir Oleynik
30 * <vodz@usa.net>
31 * 29 *
32 * Original copyright notice is retained at the end of this file. 30 * Original copyright notice is retained at the end of this file.
33 */ 31 */
@@ -13417,7 +13415,7 @@ findvar(struct var **vpp, const char *name)
13417/* 13415/*
13418 * Copyright (c) 1999 Herbert Xu <herbert@debian.org> 13416 * Copyright (c) 1999 Herbert Xu <herbert@debian.org>
13419 * This file contains code for the times builtin. 13417 * This file contains code for the times builtin.
13420 * $Id: ash.c,v 1.2 2001/06/28 07:46:40 andersen Exp $ 13418 * $Id: ash.c,v 1.3 2001/06/28 16:43:57 andersen Exp $
13421 */ 13419 */
13422static int timescmd (int argc, char **argv) 13420static int timescmd (int argc, char **argv)
13423{ 13421{