Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3289 → Rev 3288

/branches/shell/uspace/app/bdsh/AUTHORS
1,17 → 1,7
This sample CLI was originally inspired by the HelenOS testing sub system
written by Martin Decky.
 
Written by Tim Post <echo@echoreply.us> to serve as a primitive shell
for HelenOS, or as a template to make a command line interface that
offers shell like creature comforts.
This program, itself was written by Tim Post (modules, built ins, replacement
libraries, handlers, etc).
 
This program was mostly written from scratch, some existing code was
used from other various free software projects:
 
* Based on the HelenOS testing sub-system written by Martin Decky
 
* cli_strtok() and cli_strtok_r() (util.c) were adapted from the FreeBSD
strtok() and strtok_r() functions written by Wes Peters.
 
* read_line() (input.c) was written by Jiri Svoboda
 
Individual author copyrights are listed in the headers of each file.
 
This program uses the GNU Autoconf program which was developed by the GNU project.