diff options
author | Christopher R. Hertel <crh@samba.org> | 1997-10-16 01:13:09 +0000 |
---|---|---|
committer | Christopher R. Hertel <crh@samba.org> | 1997-10-16 01:13:09 +0000 |
commit | c3ceabce3afe7104d71199608807fa0fd8f41ce7 (patch) | |
tree | 5ddfd4784a31cd9c4a042eb0bff841e27fe2183d | |
parent | 98f6293297274ab33843da57251e42559008e841 (diff) | |
download | samba-c3ceabce3afe7104d71199608807fa0fd8f41ce7.tar.gz samba-c3ceabce3afe7104d71199608807fa0fd8f41ce7.tar.bz2 samba-c3ceabce3afe7104d71199608807fa0fd8f41ce7.zip |
Moved the LGPL from the ubiqx directory into the samba root directory
and renamed it COPYING.LGPL. This is because the ubi_* files are under
LGPL, not regular GPL.
Removed the last few things from the ubiqx directory and deleted it.
(This used to be commit 31d50db98bbb3b64400d432e386056f7963b7d8d)
-rw-r--r-- | COPYING.LGPL (renamed from source3/ubiqx/COPYING) | 0 | ||||
-rw-r--r-- | source3/ubiqx/README | 20 |
2 files changed, 0 insertions, 20 deletions
diff --git a/source3/ubiqx/COPYING b/COPYING.LGPL index 8c8377da46..8c8377da46 100644 --- a/source3/ubiqx/COPYING +++ b/COPYING.LGPL diff --git a/source3/ubiqx/README b/source3/ubiqx/README deleted file mode 100644 index 8433490651..0000000000 --- a/source3/ubiqx/README +++ /dev/null @@ -1,20 +0,0 @@ -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 |