summaryrefslogtreecommitdiff
path: root/gui/popupwindow.inc
diff options
context:
space:
mode:
Diffstat (limited to 'gui/popupwindow.inc')
-rw-r--r--gui/popupwindow.inc21
1 files changed, 9 insertions, 12 deletions
diff --git a/gui/popupwindow.inc b/gui/popupwindow.inc
index 509d6962..935232e3 100644
--- a/gui/popupwindow.inc
+++ b/gui/popupwindow.inc
@@ -1,21 +1,18 @@
{
- fpGUI - Free Pascal Graphical User Interface
- Copyright (C) 2000 - 2001 by
- Areca Systems GmbH / Sebastian Guenther
- Copyright (C) 2006 by Graeme Geldenhuys
- member of the fpGUI development team.
+ fpGUI - Free Pascal GUI Library
+
+ PopupWindow class declarations
+
+ Copyright (C) 2000 - 2006 See the file AUTHORS.txt, included in this
+ distribution, for details of the copyright.
- PopupWindow class declaration
-
- See the file COPYING.fpGUI, included in this distribution,
- for details about 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.
-
- **********************************************************************}
-
+}
{%mainunit fpgui.pp}