- Changed license of AVL tree library to GPL.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 6 Jan 2001 18:21:17 +0000 (18:21 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 6 Jan 2001 18:21:17 +0000 (18:21 +0000)
lib/avl_tree.c
lib/avl_tree.h

index df7a0361983eef50d2060ebdd786c07d5b9a3ca8..79bf2dc0ce1f6f03c7a22f72d38d3b71909d6319 100644 (file)
@@ -5,19 +5,19 @@
                   2000 Guus Sliepen <guus@sliepen.warande.net>
                   2000 Wessel Dankers <wsl@nl.linux.org>
 
-    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 <cosine@cosine.org>.
 
@@ -29,7 +29,7 @@
     library for inclusion into tinc (http://tinc.nl.linux.org) by
     Guus Sliepen <guus@sliepen.warande.net>.
 
-    $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 <stdio.h>
index 6e07b92bde37837096236eec2009fc2307f86dc5..430eeb51703920503ae7874ce113950e31dde726 100644 (file)
@@ -5,19 +5,19 @@
                   2000 Guus Sliepen <guus@sliepen.warande.net>
                   2000 Wessel Dankers <wsl@nl.linux.org>
 
-    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 <cosine@cosine.org>.
 
@@ -29,7 +29,7 @@
     library for inclusion into tinc (http://tinc.nl.linux.org) by
     Guus Sliepen <guus@sliepen.warande.net>.
 
-    $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.2 2001/01/06 18:21:17 guus Exp $
 */