diff options
Diffstat (limited to 'shell/hush.c')
-rw-r--r-- | shell/hush.c | 18 |
1 files changed, 10 insertions, 8 deletions
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 @@ | |||
9 | * | 9 | * |
10 | * Credits: | 10 | * Credits: |
11 | * The parser routines proper are all original material, first | 11 | * The parser routines proper are all original material, first |
12 | * written Dec 2000 and Jan 2001 by Larry Doolittle. | 12 | * written Dec 2000 and Jan 2001 by Larry Doolittle. The |
13 | * The execution engine, the builtins, and much of the underlying | 13 | * execution engine, the builtins, and much of the underlying |
14 | * support has been adapted from busybox-0.49pre's lash, | 14 | * support has been adapted from busybox-0.49pre's lash, which is |
15 | * which is Copyright (C) 2000 by Lineo, Inc., and | 15 | * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org> |
16 | * written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>. | 16 | * written by Erik Andersen <andersen@codepoet.org>. That, in turn, |
17 | * That, in turn, is based in part on ladsh.c, by Michael K. Johnson and | 17 | * is based in part on ladsh.c, by Michael K. Johnson and Erik W. |
18 | * Erik W. Troan, which they placed in the public domain. I don't know | 18 | * Troan, which they placed in the public domain. I don't know |
19 | * how much of the Johnson/Troan code has survived the repeated rewrites. | 19 | * how much of the Johnson/Troan code has survived the repeated |
20 | * rewrites. | ||
21 | * | ||
20 | * Other credits: | 22 | * Other credits: |
21 | * simple_itoa() was lifted from boa-0.93.15 | 23 | * simple_itoa() was lifted from boa-0.93.15 |
22 | * b_addchr() derived from similar w_addchar function in glibc-2.2 | 24 | * b_addchr() derived from similar w_addchar function in glibc-2.2 |