diff --git a/components/tachart/tadraweraggpas.pas b/components/tachart/tadraweraggpas.pas index 058ada703a..84dc0a45a4 100644 --- a/components/tachart/tadraweraggpas.pas +++ b/components/tachart/tadraweraggpas.pas @@ -1,6 +1,21 @@ +{ + ***************************************************************************** + * * + * See the file COPYING.modifiedLGPL.txt, 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. * + * * + ***************************************************************************** + +Authors: Alexander Klenin + +} unit TADrawerAggPas; -{$mode objfpc}{$H+} +{$mode objfpc} interface diff --git a/components/tachart/tadrawutils.pas b/components/tachart/tadrawutils.pas index 867393e066..b1db7598aa 100644 --- a/components/tachart/tadrawutils.pas +++ b/components/tachart/tadrawutils.pas @@ -16,7 +16,7 @@ Authors: Alexander Klenin unit TADrawUtils; -{$mode objfpc}{$H+} +{$mode objfpc} interface