TAChart: Add copyright headers.

git-svn-id: trunk@26678 -
This commit is contained in:
ask 2010-07-16 08:29:11 +00:00
parent c0047f6d24
commit c4940acd19
2 changed files with 32 additions and 0 deletions

View File

@ -1,3 +1,19 @@
{
*****************************************************************************
* *
* 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 UtilsTest;
{$mode objfpc}{$H+}

View File

@ -1,3 +1,19 @@
{
*****************************************************************************
* *
* 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
}
program test;
{$mode objfpc}{$H+}