X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Favl_tree.h;h=35c13a32b04a9e5b0aaf2acd6273174e80e331f0;hp=6e07b92bde37837096236eec2009fc2307f86dc5;hb=627f7c22b447bd464b536cd016278545674df93d;hpb=77509da76c61b881c9967bfb7cdafeaf6b56eb6d diff --git a/lib/avl_tree.h b/lib/avl_tree.h index 6e07b92b..35c13a32 100644 --- a/lib/avl_tree.h +++ b/lib/avl_tree.h @@ -1,23 +1,23 @@ /* avl_tree.h -- header file for avl_tree.c Copyright (C) 1998 Michael H. Buselli - 2000 Ivo Timmermans , - 2000 Guus Sliepen - 2000 Wessel Dankers + 2000,2001 Ivo Timmermans , + 2000,2001 Guus Sliepen + 2000,2001 Wessel Dankers - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. - This library is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Original AVL tree library by Michael H. Buselli . @@ -26,10 +26,10 @@ the code. Mail me if you found a bug. Cleaned up and incorporated some of the ideas from the red-black tree - library for inclusion into tinc (http://tinc.nl.linux.org) by - Guus Sliepen . + library for inclusion into tinc (http://tinc.nl.linux.org/) by + Guus Sliepen . - $Id: avl_tree.h,v 1.1.2.1 2001/01/05 23:50:56 guus Exp $ + $Id: avl_tree.h,v 1.1.2.5 2002/06/21 10:11:11 guus Exp $ */