diff --git a/lcl/interfacebase.pp b/lcl/interfacebase.pp index eb45e3bfe9..0460a373ed 100644 --- a/lcl/interfacebase.pp +++ b/lcl/interfacebase.pp @@ -1,20 +1,24 @@ { /*************************************************************************** InterfaceBase.pp - ------------------- + ---------------- Initial Revision : Fri Jul 23 20:00:00 PDT 1999 ***************************************************************************/ -/*************************************************************************** - * * - * 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 file is part of the Lazarus Component Library (LCL) * + * * + * See the file COPYING.LCL, 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. * + * * + ***************************************************************************** } { @@ -86,6 +90,9 @@ end. { $Log$ + Revision 1.10 2002/05/10 06:05:50 lazarus + MG: changed license to LGPL + Revision 1.9 2002/05/09 12:41:28 lazarus MG: further clientrect bugfixes