summaryrefslogtreecommitdiff
path: root/source3/ubiqx
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>1997-10-15 01:16:37 +0000
committerChristopher R. Hertel <crh@samba.org>1997-10-15 01:16:37 +0000
commite3d56eb181f5cc001b703ef88f57fa8c1adabdff (patch)
treef57d319a67e3ff330c8656f1a3394651e9d51df6 /source3/ubiqx
parentf9151159b80fba15d3de731892d4b52196439fbc (diff)
downloadsamba-e3d56eb181f5cc001b703ef88f57fa8c1adabdff.tar.gz
samba-e3d56eb181f5cc001b703ef88f57fa8c1adabdff.tar.bz2
samba-e3d56eb181f5cc001b703ef88f57fa8c1adabdff.zip
First draft of a README file to explain the origins of the "ubiqx" code.
(This used to be commit df3bafd0c488760b1909329c899102d92a2fe16b)
Diffstat (limited to 'source3/ubiqx')
-rw-r--r--source3/ubiqx/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/source3/ubiqx/README b/source3/ubiqx/README
new file mode 100644
index 0000000000..8433490651
--- /dev/null
+++ b/source3/ubiqx/README
@@ -0,0 +1,20 @@
+This directory contains a set of utility modules that are being used with
+Samba. The modules themselves do not require Samba, and may be used and
+distributed independantly, under the terms of the GNU LIBRARY GENERAL
+PUBLIC LICENSE (LGPL). A copy of LGPL should also be included in this
+directory under the name COPYING. If this file is not present, you can
+obtain a copy of the LGPL by writing to the Free Software Foundation,
+Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+The modules included are:
+
+ubi_dLinkList - Simple doubly linked lists.
+ubi_BinTree - Simple binary trees.
+ubi_AVLtree - AVL height balanced binary trees (requires (ubi_BinTree).
+ubi_SplayTree - Splay balanced binary trees (requires (ubi_BinTree).
+
+See http://www.interads.co.uk/~crh/ubiqx/ for more information.
+
+Chris Hertel
+Samba Team
+samba-bugs@samba.anu.edu.au