summaryrefslogtreecommitdiff
path: root/src/gui/messagedialog.inc
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2009-07-28 15:21:46 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2009-07-28 15:21:46 +0200
commitf69268b8187afdcfe13cd89f55fa5100c9935b34 (patch)
tree6afb6894dc86d50eada00e2e25bebf98bd2fa4bb /src/gui/messagedialog.inc
parent0aaf250f4ef3b9c0c70c74d3626f9b10093b71eb (diff)
downloadfpGUI-f69268b8187afdcfe13cd89f55fa5100c9935b34.tar.xz
Add copyright information in dialog include files
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
Diffstat (limited to 'src/gui/messagedialog.inc')
-rw-r--r--src/gui/messagedialog.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/gui/messagedialog.inc b/src/gui/messagedialog.inc
index 235b3c22..daa3d0a0 100644
--- a/src/gui/messagedialog.inc
+++ b/src/gui/messagedialog.inc
@@ -1,3 +1,20 @@
+{
+ fpGUI - Free Pascal GUI Library
+
+ Copyright (C) 2006 - 2009 See the file AUTHORS.txt, included in this
+ distribution, for details of the copyright.
+
+ 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.
+
+ Description:
+ This unit contains the Message Dialog used throughout fpGUI Toolkit.
+}
+
{%mainunit fpg_dialogs.pas}
{$IFDEF read_interface}