diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-20 22:08:37 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-20 22:08:37 +0000 |
commit | c49960189a04b73e033016bd0f43fbb950f800e1 (patch) | |
tree | 6447b860dad6dd3a463547fa048a4c635d8864c8 /README | |
parent | 887991c78a1e62beee123d58f6a47f93278f03c9 (diff) | |
download | busybox-w32-c49960189a04b73e033016bd0f43fbb950f800e1.tar.gz busybox-w32-c49960189a04b73e033016bd0f43fbb950f800e1.tar.bz2 busybox-w32-c49960189a04b73e033016bd0f43fbb950f800e1.zip |
Fixed up copyright notices and such
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -3,9 +3,10 @@ Please see the LICENSE file for copyright information. | |||
3 | Busybox is a multicall binary used to provide a minimal subset of | 3 | Busybox is a multicall binary used to provide a minimal subset of |
4 | POSIX style commands and specialized functions. | 4 | POSIX style commands and specialized functions. |
5 | 5 | ||
6 | It is geared toward 'mini-systems' like boot floppies. Specifically | 6 | It is geared toward the very small, i.e. boot floppies, embedded- |
7 | it is used in the Debian Rescue/Install system (which caused the | 7 | systems, etc. Specifically it is used in the Debian Rescue/Install |
8 | original busybox to be made), the Linux Router Project, and others. | 8 | system (which caused the original busybox to be made), the Linux Router |
9 | Project, and others. | ||
9 | 10 | ||
10 | As of version 0.20 there is a version number. : ) | 11 | As of version 0.20 there is a version number. : ) |
11 | Also as of version 0.20, BB is modularized to allow an easy build of | 12 | Also as of version 0.20, BB is modularized to allow an easy build of |
@@ -23,9 +24,3 @@ to figure out by trial and error. | |||
23 | 24 | ||
24 | Please feed patches back to: | 25 | Please feed patches back to: |
25 | Erik Andersen <andersee@deban.org> | 26 | Erik Andersen <andersee@deban.org> |
26 | and | ||
27 | Bruce Perens <bruce@perens.com> | ||
28 | and | ||
29 | Dave Cinege <dcinege@psychosis.com> | ||
30 | and: | ||
31 | Enrique Zanardi <ezanardi@ull.es> | ||