peter 26 years ago
parent
commit
604875d93b
2 changed files with 65 additions and 0 deletions
  1. 28 0
      ide/text/gplprog.pt
  2. 37 0
      ide/text/gplunit.pt

+ 28 - 0
ide/text/gplprog.pt

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

+ 37 - 0
ide/text/gplunit.pt

@@ -0,0 +1,37 @@
+{
+    $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.
+
+ **********************************************************************}
+unit ;
+
+interface
+
+uses ;
+
+const
+
+type
+
+var
+
+implementation
+
+end.
+{
+  $Log$
+  Revision 1.1  1999-02-19 15:37:26  peter
+    + init
+
+}
+