summaryrefslogtreecommitdiff
path: root/libbb/README
diff options
context:
space:
mode:
authorDenis Vlasenko2006-12-27 04:35:09 +0000
committerDenis Vlasenko2006-12-27 04:35:09 +0000
commit7b76233290bd9dead1848f28ed6d0edfcceb8e09 (patch)
treeb963999fc54eddb65f1929b894f868e24851fc9c /libbb/README
downloadbusybox-1_3_0.zip
busybox-1_3_0.tar.gz
Correcting tag name to be like previous ones1_3_0
Diffstat (limited to 'libbb/README')
-rw-r--r--libbb/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/libbb/README b/libbb/README
new file mode 100644
index 0000000..4f28f7e
--- /dev/null
+++ b/libbb/README
@@ -0,0 +1,11 @@
+Please see the LICENSE file for copyright information (GPLv2)
+
+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
+ <andersen@codepoet.org>
+