summaryrefslogtreecommitdiff
path: root/src/gui/gui_tab.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-09-26 14:09:58 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-09-26 14:09:58 +0000
commitb39c96ad311ad56492cf414637697885ebd2035b (patch)
tree90d80d027e18f87dd0acccef982881409e424475 /src/gui/gui_tab.pas
parentbefa5bf777395e45ba4e925a2e18ac76cfdc7aed (diff)
downloadfpGUI-b39c96ad311ad56492cf414637697885ebd2035b.tar.xz
* Added copyright information in the GUI units.
Diffstat (limited to 'src/gui/gui_tab.pas')
-rw-r--r--src/gui/gui_tab.pas17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/gui/gui_tab.pas b/src/gui/gui_tab.pas
index 68e2e28c..8b6ad21e 100644
--- a/src/gui/gui_tab.pas
+++ b/src/gui/gui_tab.pas
@@ -1,3 +1,20 @@
+{
+ fpGUI - Free Pascal GUI Library
+
+ Copyright (C) 2006 - 2007 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:
+ Defines a Page Control and Tab Sheets.
+}
+
unit gui_tab;
{$mode objfpc}{$H+}