From 2f572b341b2af78ad89454c245c64a92f9d79122 Mon Sep 17 00:00:00 2001 From: ask Date: Mon, 25 May 2009 11:59:32 +0000 Subject: [PATCH] TAChart: Add license header to TASources unit. git-svn-id: trunk@20201 - --- components/tachart/tasources.pas | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/components/tachart/tasources.pas b/components/tachart/tasources.pas index b7583b5a83..3d628536db 100644 --- a/components/tachart/tasources.pas +++ b/components/tachart/tasources.pas @@ -1,3 +1,20 @@ +{ + + ***************************************************************************** + * * + * 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 TASources; {$mode objfpc}{$H+}