diff --git a/components/tachart/tachartlazaruspkg.lpk b/components/tachart/tachartlazaruspkg.lpk
index dd63f766dd..4643175751 100644
--- a/components/tachart/tachartlazaruspkg.lpk
+++ b/components/tachart/tachartlazaruspkg.lpk
@@ -25,7 +25,7 @@
for details about the copyright.
"/>
-
+
@@ -88,6 +88,10 @@
+
+
+
+
diff --git a/components/tachart/tachartlazaruspkg.pas b/components/tachart/tachartlazaruspkg.pas
index 67b90e25c9..d8a38a4a8c 100644
--- a/components/tachart/tachartlazaruspkg.pas
+++ b/components/tachart/tachartlazaruspkg.pas
@@ -9,7 +9,8 @@ interface
uses
TAChartAxis, TAChartUtils, TACustomSeries, TADbSource, TAGraph, TASeries,
TASeriesEditor, TASources, TASubcomponentsEditor, TATools,
- TATransformations, TATypes, TADrawUtils, TAMultiSeries, LazarusPackageIntf;
+ TATransformations, TATypes, TADrawUtils, TAMultiSeries, TALegend,
+ LazarusPackageIntf;
implementation
diff --git a/components/tachart/talegend.pas b/components/tachart/talegend.pas
index fbb55b275a..ce9542f1a5 100644
--- a/components/tachart/talegend.pas
+++ b/components/tachart/talegend.pas
@@ -1,3 +1,18 @@
+{
+ *****************************************************************************
+ * *
+ * 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 TALegend;
{$H+}
diff --git a/components/tachart/tamultiseries.pas b/components/tachart/tamultiseries.pas
index 8b0b63f33d..ebfb917ffc 100644
--- a/components/tachart/tamultiseries.pas
+++ b/components/tachart/tamultiseries.pas
@@ -16,7 +16,7 @@ Authors: Alexander Klenin
unit TAMultiSeries;
-{$mode objfpc}{$H+}
+{$H+}
interface