aboutsummaryrefslogtreecommitdiff
path: root/libbb/README
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-14 21:21:08 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-07-14 21:21:08 +0000
commitad42ea5b0d506c6886eb87a4ff7f175598356cd3 (patch)
tree81fb6290ef50af3488a5ee0f97150b6503df6a3f /libbb/README
parentc49e4634f9c92aae68e4345d18594a6b3920fcdf (diff)
downloadbusybox-w32-ad42ea5b0d506c6886eb87a4ff7f175598356cd3.tar.gz
busybox-w32-ad42ea5b0d506c6886eb87a4ff7f175598356cd3.tar.bz2
busybox-w32-ad42ea5b0d506c6886eb87a4ff7f175598356cd3.zip
Update a bunch of docs. Run a script to update my email addr.
git-svn-id: svn://busybox.net/trunk/busybox@7061 69ca8d6d-28ef-0310-b511-8ec308f3f277
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