These are the ubiqx modules, as included with the Samba distribution.
[samba.git] / source3 / ubiqx / README
1 This directory contains a set of utility modules that are being used with
2 Samba.  The modules themselves do not require Samba, and may be used and
3 distributed independantly, under the terms of the GNU LIBRARY GENERAL
4 PUBLIC LICENSE (LGPL).  A copy of LGPL should also be included in this
5 directory under the name COPYING.  If this file is not present, you can
6 obtain a copy of the LGPL by writing to the Free Software Foundation,
7 Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
8
9 The modules included are:
10
11 ubi_dLinkList - Simple doubly linked lists.
12 ubi_BinTree   - Simple binary trees.
13 ubi_AVLtree   - AVL height balanced binary trees (requires (ubi_BinTree).
14 ubi_SplayTree - Splay balanced binary trees (requires (ubi_BinTree).
15
16 See http://www.interads.co.uk/~crh/ubiqx/ for more information.
17
18 Chris Hertel
19 Samba Team
20 samba-bugs@samba.anu.edu.au