aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-14 21:21:08 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-14 21:21:08 +0000
commitcb81e6484d1f50ec2761f6294722407b14add525 (patch)
tree81fb6290ef50af3488a5ee0f97150b6503df6a3f /shell
parent74f270a3177a43b29d98b6c5b6a2c5338be8b98f (diff)
downloadbusybox-cb81e6484d1f50ec2761f6294722407b14add525.tar.gz
Update a bunch of docs. Run a script to update my email addr.
Diffstat (limited to 'shell')
-rw-r--r--shell/Makefile2
-rw-r--r--shell/Makefile.in2
-rw-r--r--shell/ash.c2
-rw-r--r--shell/cmdedit.c2
-rw-r--r--shell/hush.c18
-rw-r--r--shell/lash.c3
-rw-r--r--shell/msh.c4
7 files changed, 17 insertions, 16 deletions
diff --git a/shell/Makefile b/shell/Makefile
index f3b1042e6..a08219262 100644
--- a/shell/Makefile
+++ b/shell/Makefile
@@ -1,6 +1,6 @@
# Makefile for busybox
#
-# Copyright (C) 1999-2002 Erik Andersen <andersee@debian.org>
+# Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/shell/Makefile.in b/shell/Makefile.in
index a5778d6fd..c5be7ba79 100644
--- a/shell/Makefile.in
+++ b/shell/Makefile.in
@@ -1,6 +1,6 @@
# Makefile for busybox
#
-# Copyright (C) 1999-2002 by Erik Andersen <andersee@debian.org>
+# Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/shell/ash.c b/shell/ash.c
index fb65c2da0..1a91f40cd 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -25,7 +25,7 @@
* This version of ash is adapted from the source in Debian's ash 0.3.8-5
* package.
*
- * Modified by Erik Andersen <andersee@debian.org> and
+ * Modified by Erik Andersen <andersen@codepoet.org> and
* Vladimir Oleynik <dzo@simtreas.ru> to be used in busybox
*
*
diff --git a/shell/cmdedit.c b/shell/cmdedit.c
index 3cbdce0ef..350c0fd86 100644
--- a/shell/cmdedit.c
+++ b/shell/cmdedit.c
@@ -9,7 +9,7 @@
* Adam Rogoyski <rogoyski@cs.utexas.edu>
* Dave Cinege <dcinege@psychosis.com>
* Jakub Jelinek (c) 1995
- * Erik Andersen <andersee@debian.org> (Majorly adjusted for busybox)
+ * Erik Andersen <andersen@codepoet.org> (Majorly adjusted for busybox)
*
* This code is 'as is' with no warranty.
*
diff --git a/shell/hush.c b/shell/hush.c
index 94b29c03d..84818ffa3 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -9,14 +9,16 @@
*
* Credits:
* The parser routines proper are all original material, first
- * written Dec 2000 and Jan 2001 by Larry Doolittle.
- * The execution engine, the builtins, and much of the underlying
- * support has been adapted from busybox-0.49pre's lash,
- * which is Copyright (C) 2000 by Lineo, Inc., and
- * written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>.
- * That, in turn, is based in part on ladsh.c, by Michael K. Johnson and
- * Erik W. Troan, which they placed in the public domain. I don't know
- * how much of the Johnson/Troan code has survived the repeated rewrites.
+ * written Dec 2000 and Jan 2001 by Larry Doolittle. The
+ * execution engine, the builtins, and much of the underlying
+ * support has been adapted from busybox-0.49pre's lash, which is
+ * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
+ * written by Erik Andersen <andersen@codepoet.org>. That, in turn,
+ * is based in part on ladsh.c, by Michael K. Johnson and Erik W.
+ * Troan, which they placed in the public domain. I don't know
+ * how much of the Johnson/Troan code has survived the repeated
+ * rewrites.
+ *
* Other credits:
* simple_itoa() was lifted from boa-0.93.15
* b_addchr() derived from similar w_addchar function in glibc-2.2
diff --git a/shell/lash.c b/shell/lash.c
index 8f864b355..1fcd63bdf 100644
--- a/shell/lash.c
+++ b/shell/lash.c
@@ -2,8 +2,7 @@
/*
* lash -- the BusyBox Lame-Ass SHell
*
- * Copyright (C) 1999,2000 by Lineo, inc. and Erik Andersen
- * Copyright (C) 1999,2000,2001 by Erik Andersen <andersee@debian.org>
+ * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
*
* Based in part on ladsh.c by Michael K. Johnson and Erik W. Troan, which is
* under the following liberal license: "We have placed this source code in the
diff --git a/shell/msh.c b/shell/msh.c
index aad6bbf35..a142c451a 100644
--- a/shell/msh.c
+++ b/shell/msh.c
@@ -3,12 +3,12 @@
* Minix shell port for busybox
*
* This version of the Minix shell was adapted for use in busybox
- * by Erik Andersen <andersee@debian.org>
+ * by Erik Andersen <andersen@codepoet.org>
*
* - backtick expansion did not work properly
* Jonas Holmberg <jonas.holmberg@axis.com>
* Robert Schwebel <r.schwebel@pengutronix.de>
- * Erik Andersen <andersee@debian.org>
+ * Erik Andersen <andersen@codepoet.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by