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-cb81e6484d1f50ec2761f6294722407b14add525.tar.gz |
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 @@ -Please see the LICENSE file for copyright information. +Please see the LICENSE file for copyright information (GPLv2) -libbb is BusyBox's utility library. This all used to be in a single file -(utility.c to be specific). When I split utility.c up to create libbb, I did -not carefully fix up the copyright and licensing information. I'll do that for -the next release. - -For now, just trust me that a bunch of people have worked on this stuff, -and it is all GPL'ed. +libbb is BusyBox's utility library. All of this stuff used to be stuffed into +a single file named utility.c. When I split utility.c to create libbb, some of +the very oldest stuff ended up without their original copyright and licensing +information (which is now lost in the mists of time). If you see something +that you wrote that is mis-attributed, do let me know so we can fix that up. Erik Andersen - <andersee@codepoet.org> + <andersen@codepoet.org> |