Add libutil README file.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 17 Oct 2008 12:13:39 +0000 (14:13 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 18 Oct 2008 13:49:11 +0000 (15:49 +0200)
lib/util/README [new file with mode: 0644]

diff --git a/lib/util/README b/lib/util/README
new file mode 100644 (file)
index 0000000..fffd44d
--- /dev/null
@@ -0,0 +1,6 @@
+This directory contains libutil (until we can think of a better name)
+
+The idea is that this library contains simple but useful data structures 
+and support functions that are generally useful; not just for Samba but for 
+other projects as well. Functions here should not depend on any external 
+libraries, just on libc (perhaps partially provided by libreplace).