mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-06 01:32:42 +02:00
TAChart: Add Alexander Klenin to authors
issue #13214 part 6 git-svn-id: trunk@18778 -
This commit is contained in:
parent
604c32679f
commit
facc55f1a3
@ -3,7 +3,7 @@
|
|||||||
<Package Version="3">
|
<Package Version="3">
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<Name Value="TAChartLazarusPkg"/>
|
<Name Value="TAChartLazarusPkg"/>
|
||||||
<Author Value="Luís Rodrigues (lr@neei.uevora.pt)"/>
|
<Author Value="Luís Rodrigues (lr@neei.uevora.pt), Philippe Martinole, Alexander Klenin"/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="8"/>
|
<Version Value="8"/>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
* *
|
* *
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
Authors: Luís Rodrigues and Philippe Martinole
|
Authors: Luís Rodrigues, Philippe Martinole, Alexander Klenin
|
||||||
|
|
||||||
}
|
}
|
||||||
unit TAGraph;
|
unit TAGraph;
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
* *
|
* *
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
Authors: Luís Rodrigues and Philippe Martinole
|
Authors: Luís Rodrigues, Philippe Martinole, Alexander Klenin
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,3 +1,26 @@
|
|||||||
|
{
|
||||||
|
/***************************************************************************
|
||||||
|
TASeriesEditor.pas
|
||||||
|
----------------
|
||||||
|
Component Library Standard Graph Design-time Editors
|
||||||
|
|
||||||
|
|
||||||
|
***************************************************************************/
|
||||||
|
|
||||||
|
*****************************************************************************
|
||||||
|
* *
|
||||||
|
* 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. *
|
||||||
|
* *
|
||||||
|
*****************************************************************************
|
||||||
|
|
||||||
|
Author: Alexander Klenin
|
||||||
|
|
||||||
|
}
|
||||||
unit TASeriesEditor;
|
unit TASeriesEditor;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
Loading…
Reference in New Issue
Block a user