summaryrefslogtreecommitdiff
path: root/examples/apps/ide/src/ideconst.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2013-03-18 10:34:56 +0000
committerGraeme Geldenhuys <graemeg@gmail.com>2013-03-18 10:34:56 +0000
commitbd19c7d966bcf7b1f7cf5f91eaae0347d5b29b39 (patch)
treeb20ad3e772cc705db02a206bd893af2433903379 /examples/apps/ide/src/ideconst.pas
parent56d6631a25ec08834b11bc911321a0c233cdf1e6 (diff)
downloadfpGUI-bd19c7d966bcf7b1f7cf5f91eaae0347d5b29b39.tar.xz
ide: added copyright notices to the source code units.
Diffstat (limited to 'examples/apps/ide/src/ideconst.pas')
-rw-r--r--examples/apps/ide/src/ideconst.pas16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/apps/ide/src/ideconst.pas b/examples/apps/ide/src/ideconst.pas
index 03c43ec4..38973457 100644
--- a/examples/apps/ide/src/ideconst.pas
+++ b/examples/apps/ide/src/ideconst.pas
@@ -1,3 +1,19 @@
+{
+ fpGUI IDE - Maximus
+
+ Copyright (C) 2012 - 2013 Graeme Geldenhuys
+
+ 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:
+ ---
+}
+
unit ideconst;
{$mode objfpc}{$H+}