diff --git a/fcl/template/header b/fcl/template/header
new file mode 100644
index 0000000000..c111526656
--- /dev/null
+++ b/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.
+
+ **********************************************************************}
diff --git a/fcl/template/template.pp b/fcl/template/template.pp
new file mode 100644
index 0000000000..66b58ac358
--- /dev/null
+++ b/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
+
+}
\ No newline at end of file