Browse Source

+ Initial revision of template files

florian 27 years ago
parent
commit
a620257c5f
2 changed files with 43 additions and 0 deletions
  1. 14 0
      fcl/template/header
  2. 29 0
      fcl/template/template.pp

+ 14 - 0
fcl/template/header

@@ -0,0 +1,14 @@
+{
+    $Id$
+    This file is part of the Free Component Library (FCL)
+    Copyright (c) 1998 by xxxx
+    member of the Free Pascal development team
+
+    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.
+
+ **********************************************************************}

+ 29 - 0
fcl/template/template.pp

@@ -0,0 +1,29 @@
+{
+    $Id$
+    This file is part of the Free Component Library (FCL)
+    Copyright (c) 1998 by xxxx
+    member of the Free Pascal development team
+
+    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 template;
+
+  interface
+
+  implementation
+
+end.
+
+{
+  $Log$
+  Revision 1.1  1998-05-04 12:18:57  florian
+    + Initial revision of template files
+
+}