diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-14 21:21:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-14 21:21:08 +0000 |
commit | cb81e6484d1f50ec2761f6294722407b14add525 (patch) | |
tree | 81fb6290ef50af3488a5ee0f97150b6503df6a3f /libbb/README | |
parent | 74f270a3177a43b29d98b6c5b6a2c5338be8b98f (diff) | |
download | busybox-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/README | 16 |
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 @@ | |||
1 | Please see the LICENSE file for copyright information. | 1 | Please see the LICENSE file for copyright information (GPLv2) |
2 | 2 | ||
3 | libbb is BusyBox's utility library. This all used to be in a single file | 3 | libbb 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 | 4 | a single file named utility.c. When I split utility.c to create libbb, some of |
5 | not carefully fix up the copyright and licensing information. I'll do that for | 5 | the very oldest stuff ended up without their original copyright and licensing |
6 | the next release. | 6 | information (which is now lost in the mists of time). If you see something |
7 | 7 | that you wrote that is mis-attributed, do let me know so we can fix that up. | |
8 | For now, just trust me that a bunch of people have worked on this stuff, | ||
9 | and it is all GPL'ed. | ||
10 | 8 | ||
11 | Erik Andersen | 9 | Erik Andersen |
12 | <andersee@codepoet.org> | 10 | <andersen@codepoet.org> |
13 | 11 | ||