From a620257c5f1b864e3e922c6f858e8773c19987f4 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 4 May 1998 12:18:57 +0000 Subject: [PATCH] + Initial revision of template files --- fcl/template/header | 14 ++++++++++++++ fcl/template/template.pp | 29 +++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 fcl/template/header create mode 100644 fcl/template/template.pp 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