|
@@ -0,0 +1,28 @@
|
|
|
|
+{
|
|
|
|
+ $Id$
|
|
|
|
+ <partof>
|
|
|
|
+ Copyright (c) 1998 by <yourname>
|
|
|
|
+
|
|
|
|
+ <infoline>
|
|
|
|
+
|
|
|
|
+ See the file COPYING.FPC, included in this distribution,
|
|
|
|
+ for details about the copyright.
|
|
|
|
+
|
|
|
|
+ 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.
|
|
|
|
+
|
|
|
|
+ **********************************************************************}
|
|
|
|
+program ;
|
|
|
|
+
|
|
|
|
+uses ;
|
|
|
|
+
|
|
|
|
+BEGIN
|
|
|
|
+END.
|
|
|
|
+{
|
|
|
|
+ $Log$
|
|
|
|
+ Revision 1.1 1999-02-19 15:37:26 peter
|
|
|
|
+ + init
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+
|