From cb81e6484d1f50ec2761f6294722407b14add525 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 14 Jul 2003 21:21:08 +0000 Subject: Update a bunch of docs. Run a script to update my email addr. --- shell/Makefile | 2 +- shell/Makefile.in | 2 +- shell/ash.c | 2 +- shell/cmdedit.c | 2 +- shell/hush.c | 18 ++++++++++-------- shell/lash.c | 3 +-- shell/msh.c | 4 ++-- 7 files changed, 17 insertions(+), 16 deletions(-) (limited to 'shell') 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 +# Copyright (C) 1999-2003 by Erik Andersen # # 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 +# Copyright (C) 1999-2003 by Erik Andersen # # 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 and + * Modified by Erik Andersen and * Vladimir Oleynik 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 * Dave Cinege * Jakub Jelinek (c) 1995 - * Erik Andersen (Majorly adjusted for busybox) + * Erik Andersen (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 , . - * 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 + * written by Erik Andersen . 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 + * Copyright (C) 1999-2003 by Erik Andersen * * 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 + * by Erik Andersen * * - backtick expansion did not work properly * Jonas Holmberg * Robert Schwebel - * Erik Andersen + * Erik Andersen * * 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 -- cgit v1.2.3