Browse Source

* New templates from Gabor

pierre 25 years ago
parent
commit
cdfbfda6d2
4 changed files with 21 additions and 22 deletions
  1. 9 10
      ide/text/gplprog.pt
  2. 8 8
      ide/text/gplunit.pt
  3. 2 2
      ide/text/program.pt
  4. 2 2
      ide/text/unit.pt

+ 9 - 10
ide/text/gplprog.pt

@@ -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,19 +13,18 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
  **********************************************************************}
-program ;
+program $PROMPT('program');
 
-uses ;
+uses $PROMPT('uses');
 
 BEGIN
 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
 
-}
-
+}

+ 8 - 8
ide/text/gplunit.pt

@@ -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

+ 2 - 2
ide/text/program.pt

@@ -1,6 +1,6 @@
-program ;
+program $PROMPT('program');
 
-uses ;
+uses $PROMPT('uses');
 
 BEGIN
 END.

+ 2 - 2
ide/text/unit.pt

@@ -1,8 +1,8 @@
-unit ;
+unit $PROMPT('unit');
 
 interface
 
-uses ;
+uses $PROMPT('uses');
 
 const