TAChart: Add copyright header to the TADrawerAggPas unit

git-svn-id: trunk@29681 -
This commit is contained in:
ask 2011-02-27 07:37:12 +00:00
parent 52e019d6da
commit ae19acd0e6
2 changed files with 17 additions and 2 deletions

View File

@ -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

View File

@ -16,7 +16,7 @@ Authors: Alexander Klenin
unit TADrawUtils;
{$mode objfpc}{$H+}
{$mode objfpc}
interface