summaryrefslogtreecommitdiff
path: root/src/reportengine/u_pdf.pas
diff options
context:
space:
mode:
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;