mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-02 15:03:43 +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">
|
||||
<PathDelim Value="\"/>
|
||||
<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>
|
||||
<Version Value="8"/>
|
||||
<PathDelim Value="\"/>
|
||||
|
@ -18,7 +18,7 @@
|
||||
* *
|
||||
*****************************************************************************
|
||||
|
||||
Authors: Luís Rodrigues and Philippe Martinole
|
||||
Authors: Luís Rodrigues, Philippe Martinole, Alexander Klenin
|
||||
|
||||
}
|
||||
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;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
Loading…
Reference in New Issue
Block a user