summaryrefslogtreecommitdiff
path: root/src/reportengine/u_pdf.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2012-08-02 10:07:20 +0100
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2012-08-02 10:07:20 +0100
commitd0672b588fd795d0d116b0086574a3c983da8eca (patch)
treea533b8333554661819ba65b7675b67d3cc6bc97c /src/reportengine/u_pdf.pas
parent47a8e3eb1024c38847949703ea65ec6bab589246 (diff)
downloadfpGUI-d0672b588fd795d0d116b0086574a3c983da8eca.tar.xz
Updates the PDF reporting units to contain the standard fpGUI copyright notice.
I also extended the descriptions of each unit, and made sure the credit of creating these units go to Jean-Marc Levecque.
Diffstat (limited to 'src/reportengine/u_pdf.pas')
-rw-r--r--src/reportengine/u_pdf.pas23
1 files changed, 14 insertions, 9 deletions
diff --git a/src/reportengine/u_pdf.pas b/src/reportengine/u_pdf.pas
index 923eab14..850d8c94 100644
--- a/src/reportengine/u_pdf.pas
+++ b/src/reportengine/u_pdf.pas
@@ -1,17 +1,22 @@
{
- << Impressions >> U_Pdf.pas
+ fpGUI - Free Pascal GUI Toolkit
- Copyright (C) 2010 - JM.Levecque - <jmarc.levecque@jmlesite.fr>
+ Copyright (C) 2006 - 2012 See the file AUTHORS.txt, included in this
+ distribution, for details of the copyright.
- This library is a free software coming as a add-on to fpGUI toolkit
- See the copyright included in the fpGUI distribution for details about redistribution
+ See the file COPYING.modifiedLGPL, included in this distribution,
+ for details about redistributing fpGUI.
- 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.
+ 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.
- Description:
- This unit produces the pdf file
+ Description:
+ This unit forms part of the PDF Reporting Engine. This unit
+ produces the PDF file.
+
+ The PDF Reporting Engine was originally written by
+ Jean-Marc Levecque <jean-marc.levecque@jmlesite.fr>
}
unit U_Pdf;