aboutsummaryrefslogtreecommitdiff
path: root/libbb/README
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-14 21:21:08 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-14 21:21:08 +0000
commitcb81e6484d1f50ec2761f6294722407b14add525 (patch)
tree81fb6290ef50af3488a5ee0f97150b6503df6a3f /libbb/README
parent74f270a3177a43b29d98b6c5b6a2c5338be8b98f (diff)
downloadbusybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.tar.gz
busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.tar.bz2
busybox-w32-cb81e6484d1f50ec2761f6294722407b14add525.zip
Update a bunch of docs. Run a script to update my email addr.
Diffstat (limited to 'libbb/README')
-rw-r--r--libbb/README16
1 files changed, 7 insertions, 9 deletions
diff --git a/libbb/README b/libbb/README
index d1886aeab..b92910055 100644
--- a/libbb/README
+++ b/libbb/README
@@ -1,13 +1,11 @@
1Please see the LICENSE file for copyright information. 1Please see the LICENSE file for copyright information (GPLv2)
2 2
3libbb is BusyBox's utility library. This all used to be in a single file 3libbb is BusyBox's utility library. All of this stuff used to be stuffed into
4(utility.c to be specific). When I split utility.c up to create libbb, I did 4a single file named utility.c. When I split utility.c to create libbb, some of
5not carefully fix up the copyright and licensing information. I'll do that for 5the very oldest stuff ended up without their original copyright and licensing
6the next release. 6information (which is now lost in the mists of time). If you see something
7 7that you wrote that is mis-attributed, do let me know so we can fix that up.
8For now, just trust me that a bunch of people have worked on this stuff,
9and it is all GPL'ed.
10 8
11 Erik Andersen 9 Erik Andersen
12 <andersee@codepoet.org> 10 <andersen@codepoet.org>
13 11