+ Initial revision of template files

This commit is contained in:
florian 1998-05-04 12:18:57 +00:00
parent 4c98ff802b
commit a620257c5f
2 changed files with 43 additions and 0 deletions

14
fcl/template/header Normal file
View File

@ -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
fcl/template/template.pp Normal file
View File

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