|
@@ -1,9 +1,9 @@
|
|
|
{
|
|
|
- $Id$
|
|
|
- <partof>
|
|
|
- Copyright (c) 1998 by <yourname>
|
|
|
+ $Id$DATE $TIME peter Exp $
|
|
|
+ This file is part of $PROMPT('This file is part of')
|
|
|
+ Copyright (c) $DATE('yyyy') by $PROMPT('Your name')
|
|
|
|
|
|
- <infoline>
|
|
|
+ $PROMPT('Description of file')
|
|
|
|
|
|
See the file COPYING.FPC, included in this distribution,
|
|
|
for details about the copyright.
|
|
@@ -13,11 +13,11 @@
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
|
|
**********************************************************************}
|
|
|
-unit ;
|
|
|
+unit $PROMPT('unit');
|
|
|
|
|
|
interface
|
|
|
|
|
|
-uses ;
|
|
|
+uses $PROMPT('uses');
|
|
|
|
|
|
const
|
|
|
|
|
@@ -30,8 +30,8 @@ implementation
|
|
|
end.
|
|
|
{
|
|
|
$Log$
|
|
|
- Revision 1.3 2000-05-29 10:44:58 pierre
|
|
|
- + New bunch of Gabor's changes: see fixes.txt
|
|
|
+ Revision 1.4 2000-06-07 06:17:14 pierre
|
|
|
+ * New templates from Gabor
|
|
|
|
|
|
Revision 1.1 1999/02/19 15:37:26 peter
|
|
|
+ init
|