summaryrefslogtreecommitdiff
path: root/gui/popupwindow.inc
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@users.sourceforge.net>2006-11-20 07:15:13 +0000
committerGraeme Geldenhuys <graemeg@users.sourceforge.net>2006-11-20 07:15:13 +0000
commitedb4456e089a46d7024b4a0c69a751ef3a21305c (patch)
tree7086b3ecf1412a9e76ece282b7715bd06279bfe6 /gui/popupwindow.inc
parent85b11e2c5ac5ecd1d4c9eb7ab5ee630b1b796a72 (diff)
downloadfpGUI-edb4456e089a46d7024b4a0c69a751ef3a21305c.tar.xz
Fixed all copyright information
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}