summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-20 22:08:37 +0000
committerEric Andersen <andersen@codepoet.org>1999-10-20 22:08:37 +0000
commitc49960189a04b73e033016bd0f43fbb950f800e1 (patch)
tree6447b860dad6dd3a463547fa048a4c635d8864c8 /README
parent887991c78a1e62beee123d58f6a47f93278f03c9 (diff)
downloadbusybox-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--README13
1 files changed, 4 insertions, 9 deletions
diff --git a/README b/README
index 86175ee93..f4d642f15 100644
--- a/README
+++ b/README
@@ -3,9 +3,10 @@ Please see the LICENSE file for copyright information.
3Busybox is a multicall binary used to provide a minimal subset of 3Busybox is a multicall binary used to provide a minimal subset of
4POSIX style commands and specialized functions. 4POSIX style commands and specialized functions.
5 5
6It is geared toward 'mini-systems' like boot floppies. Specifically 6It is geared toward the very small, i.e. boot floppies, embedded-
7it is used in the Debian Rescue/Install system (which caused the 7systems, etc. Specifically it is used in the Debian Rescue/Install
8original busybox to be made), the Linux Router Project, and others. 8system (which caused the original busybox to be made), the Linux Router
9Project, and others.
9 10
10As of version 0.20 there is a version number. : ) 11As of version 0.20 there is a version number. : )
11Also as of version 0.20, BB is modularized to allow an easy build of 12Also 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
24Please feed patches back to: 25Please feed patches back to:
25 Erik Andersen <andersee@deban.org> 26 Erik Andersen <andersee@deban.org>
26and
27 Bruce Perens <bruce@perens.com>
28and
29 Dave Cinege <dcinege@psychosis.com>
30and:
31 Enrique Zanardi <ezanardi@ull.es>