Browse Source

* Changed license to standard FPC license. Permitted by Mattias Gaertner

git-svn-id: trunk@11079 -
michael 17 years ago
parent
commit
fa3a0815ac
1 changed files with 14 additions and 19 deletions
  1. 14 19
      packages/fcl-base/src/avl_tree.pp

+ 14 - 19
packages/fcl-base/src/avl_tree.pp

@@ -1,22 +1,17 @@
-{
- ***************************************************************************
- *                                                                         *
- *   This source 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 code 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.                              *
- *                                                                         *
- *   A copy of the GNU General Public License is available on the World    *
- *   Wide Web at <http://www.gnu.org/copyleft/gpl.html>. You can also      *
- *   obtain it by writing to the Free Software Foundation,                 *
- *   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.        *
- *                                                                         *
- ***************************************************************************
+{ **********************************************************************
+    This file is part of the Free Component Library (FCL)
+    Copyright (c) 2008 by Mattias Gaertner
+    
+    Average Level Tree implementation by Mattias Gaertner
+
+    See the file COPYING.FPC, included in this distribution,
+    for details about the copyright.
+
+    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.
+
+ **********************************************************************
 
   Author: Mattias Gaertner