1.4 Licenses [ToC] [Index]     [Skip Back]     [Prev] [Up] [Next]

This book is licensed under the GNU Free Documentation License, version 1.2 or later. The book includes complete source code for the libavl libraries and related programs, so these are also released under the GNU Free Documentation License.

The libraries in this book are also released under the following license:

1. <Library License 1> =
/* GNU libavl - library for manipulation of binary trees.
   Copyright © 1998, 1999, 2000, 2001, 2002, 2004 Free
   Software Foundation, Inc.

   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 3 of the License, or (at your option) any later version.

   This library 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.

   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., 51 Franklin Street, Fifth Floor, Boston, MA
   02110-1301 USA.
*/

This code is included in 25, 26, 143, 144, 194, 195, 249, 250, 299, 300, 335, 336, 374, 375, 417, 418, 454, 455, 488, 489, 521, 522, 553, 554, and 651.

The programs in this book are also released under the following license:

2. <Program License 2> =
/* GNU libavl - library for manipulation of binary trees.
   Copyright © 1998, 1999, 2000, 2001, 2002, 2004 Free
   Software Foundation, Inc.

   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 3 of the License, or
   (at your option) any later version.

   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 General Public License for more details.

   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.,
   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

This code is included in 98, 99, 100, 188, 240, 292, 332, 370, 413, 451, 484, 517, 550, 585, 597, 601, and 619.

Prev: 1.3 Code Conventions Up: 1 Introduction 2 The Table ADT Next