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