diff options
author | Felipe Menteiro de Carvalho <sekelsenmat@users.sourceforge.net> | 2006-11-23 22:54:08 +0000 |
---|---|---|
committer | Felipe Menteiro de Carvalho <sekelsenmat@users.sourceforge.net> | 2006-11-23 22:54:08 +0000 |
commit | b518d1e683ac1dcaa2ba9d2a9770b7b29ea05140 (patch) | |
tree | 04d9918f5bd4f0e99d1368aadccac415feb2f3e6 /gfx | |
parent | 69cc24fe2aebf5061940b02f5f99dda87fe2cde9 (diff) | |
download | fpGUI-b518d1e683ac1dcaa2ba9d2a9770b7b29ea05140.tar.xz |
Small fix on comment.
Diffstat (limited to 'gfx')
-rw-r--r-- | gfx/x11/gfx_x11.pas | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gfx/x11/gfx_x11.pas b/gfx/x11/gfx_x11.pas index 06f70163..28a2ea72 100644 --- a/gfx/x11/gfx_x11.pas +++ b/gfx/x11/gfx_x11.pas @@ -1,9 +1,10 @@ { - fpGFX - Free Pascal Graphics Library - Copyright (C) 2000 - 2001 by - Areca Systems GmbH / Sebastian Guenther, sg@freepascal.org + fpGUI - Free Pascal Graphical User Interface - X11/XLib target implementation + GFX_X11 - X11/XLib target implementation + + Copyright (C) 2000 - 2006 See the file AUTHORS, included in this + distribution, for details of the copyright. See the file COPYING.modifiedLGPL, included in this distribution, for details about the copyright. @@ -12,8 +13,6 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. } - - unit GFX_X11; {$IFDEF Debug} |