summaryrefslogtreecommitdiff
path: root/source3/ubiqx/README.UBI
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>1997-10-30 18:05:56 +0000
committerChristopher R. Hertel <crh@samba.org>1997-10-30 18:05:56 +0000
commit3e0fb1883cb8100d2cb696eb61fbc2798cb9da49 (patch)
treeee7183a0dae26cc2239ba162589df3061fa3ccec /source3/ubiqx/README.UBI
parentfcaacea7850d09ea943d36f6c1871e412760aa96 (diff)
downloadsamba-3e0fb1883cb8100d2cb696eb61fbc2798cb9da49.tar.gz
samba-3e0fb1883cb8100d2cb696eb61fbc2798cb9da49.tar.bz2
samba-3e0fb1883cb8100d2cb696eb61fbc2798cb9da49.zip
Modified Files:
ubiqx/Makefile ubiqx/README.UBI Added new modules to the Makefile. Changed the text of the README to reflect the directory change. Added Files: ubiqx/ubi_AVLtree.c ubiqx/ubi_AVLtree.h ubiqx/ubi_BinTree.c ubiqx/ubi_BinTree.h ubiqx/ubi_SplayTree.c ubiqx/ubi_SplayTree.h ubiqx/ubi_StackQueue.c ubiqx/ubi_StackQueue.h ubiqx/ubi_sLinkList.c ubiqx/ubi_sLinkList.h This is the remainder of the toolkit. A quick rundown: sLinkList = A simple singly-linked list. StackQueue = Implements both a stack and a queue. dLinkList = (Not added 'cause it's already there.) A doubly-linked list. BinTree = Base level binary tree module. (No height balancing, just the basics.) AVLtree = Descendant type of BinTree. Implements a height-balanced (AVL) binary tree. SplayTree = Descendant type of BinTree. Implements a splay-balanced binary tree. Renamed Files: ubiqx/COPYING.LGPL ==> ubiqx/COPYING.LIB This matches the naming that GNU suggests. (This used to be commit c6205dd45e455a4a228a3411b95fa569e0ea00e1)
Diffstat (limited to 'source3/ubiqx/README.UBI')
-rw-r--r--source3/ubiqx/README.UBI14
1 files changed, 7 insertions, 7 deletions
diff --git a/source3/ubiqx/README.UBI b/source3/ubiqx/README.UBI
index c4a69e40d3..2c1c0430fb 100644
--- a/source3/ubiqx/README.UBI
+++ b/source3/ubiqx/README.UBI
@@ -1,14 +1,14 @@
Thu Oct 16 11:07:18 CDT 1997
-Files in the source directory which begin with the prefix "ubi_" are
-licensed under the terms of the GNU LIBRARY GENERAL PUBLIC LICENSE
-(LGPL). A copy of the LGPL should also be included in this directory
-under the name COPYING.LGPL. If this file is not present, you can
-obtain a copy of the LGPL by writing to the Free Software Foundation,
+Files in the samba/source/ubiqx directory which begin with the prefix
+"ubi_" are licensed under the terms of the GNU LIBRARY GENERAL PUBLIC
+LICENSE (LGPL). A copy of the LGPL should also be included in this
+directory under the name COPYING.LIB. 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.
-See http://www.interads.co.uk/~crh/ubiqx/ for additional available
-modules.
+See http://www.interads.co.uk/~crh/ubiqx/ for more info and additional
+available modules.
Chris Hertel
Samba Team