Răsfoiți Sursa

Merged revisions 11079 via svnmerge from
svn+ssh://svn.freepascal.org/FPC/svn/fpc/trunk

........
r11079 | michael | 2008-05-25 10:22:39 +0200 (Sun, 25 May 2008) | 1 line

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

git-svn-id: branches/fixes_2_2@11080 -

michael 17 ani în urmă
părinte
comite
7bedc6a0ec
1 a modificat fișierele cu 14 adăugiri și 19 ștergeri
  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