From 41cc692db32b3521ba6f760e4ef5864862bf5369 Mon Sep 17 00:00:00 2001 From: lazarus Date: Sat, 9 Feb 2002 01:47:23 +0000 Subject: [PATCH] MG: changed license to LGPL git-svn-id: trunk@923 - --- lcl/include/control.inc | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/lcl/include/control.inc b/lcl/include/control.inc index 4a68e0de3f..bb10afd44c 100644 --- a/lcl/include/control.inc +++ b/lcl/include/control.inc @@ -1,6 +1,20 @@ -(****************************************************************************** +{****************************************************************************** TControl - ******************************************************************************) + ****************************************************************************** + + ***************************************************************************** + * * + * 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. * + * * + ***************************************************************************** +} {$IFOPT C-} // Uncomment for local trace @@ -1711,6 +1725,9 @@ end; { ============================================================================= $Log$ + Revision 1.48 2002/05/10 06:05:51 lazarus + MG: changed license to LGPL + Revision 1.47 2002/05/09 12:41:28 lazarus MG: further clientrect bugfixes