X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Favl_tree.c;h=79bf2dc0ce1f6f03c7a22f72d38d3b71909d6319;hp=df7a0361983eef50d2060ebdd786c07d5b9a3ca8;hb=90bf1b21fa7e94d73719da0593e7c0356d05e18f;hpb=f7bb205022e02c02c02733cd43544c231373115d;ds=sidebyside diff --git a/lib/avl_tree.c b/lib/avl_tree.c index df7a0361..79bf2dc0 100644 --- a/lib/avl_tree.c +++ b/lib/avl_tree.c @@ -5,19 +5,19 @@ 2000 Guus Sliepen 2000 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 . @@ -29,7 +29,7 @@ library for inclusion into tinc (http://tinc.nl.linux.org) by Guus Sliepen . - $Id: avl_tree.c,v 1.1.2.1 2001/01/05 23:50:56 guus Exp $ + $Id: avl_tree.c,v 1.1.2.2 2001/01/06 18:21:17 guus Exp $ */ #include